Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Side by Side Diff: samplecode/SampleApp.h

Issue 948693002: remove dead code from sampleapp, trim bad asserts (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | samplecode/SampleApp.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2011 Skia 2 * Copyright 2011 Skia
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #ifndef SampleApp_DEFINED 8 #ifndef SampleApp_DEFINED
9 #define SampleApp_DEFINED 9 #define SampleApp_DEFINED
10 10
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 SkScalar fZoomLevel; 167 SkScalar fZoomLevel;
168 SkScalar fZoomScale; 168 SkScalar fZoomScale;
169 169
170 DeviceType fDeviceType; 170 DeviceType fDeviceType;
171 DeviceManager* fDevManager; 171 DeviceManager* fDevManager;
172 172
173 bool fSaveToPdf; 173 bool fSaveToPdf;
174 SkAutoTUnref<SkDocument> fPDFDocument; 174 SkAutoTUnref<SkDocument> fPDFDocument;
175 175
176 bool fUseClip; 176 bool fUseClip;
177 bool fNClip;
178 bool fAnimating; 177 bool fAnimating;
179 bool fRotate; 178 bool fRotate;
180 bool fPerspAnim; 179 bool fPerspAnim;
181 bool fRequestGrabImage; 180 bool fRequestGrabImage;
182 bool fMeasureFPS; 181 bool fMeasureFPS;
183 SkMSec fMeasureFPS_Time; 182 SkMSec fMeasureFPS_Time;
184 SkMSec fMeasureFPS_StartTime; 183 SkMSec fMeasureFPS_StartTime;
185 bool fMagnify; 184 bool fMagnify;
186 int fTilingMode; 185 int fTilingMode;
187 186
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 void installDrawFilter(SkCanvas*); 232 void installDrawFilter(SkCanvas*);
234 int findByTitle(const char*); 233 int findByTitle(const char*);
235 void listTitles(); 234 void listTitles();
236 SkSize tileSize() const; 235 SkSize tileSize() const;
237 bool sendAnimatePulse(); 236 bool sendAnimatePulse();
238 237
239 typedef SkOSWindow INHERITED; 238 typedef SkOSWindow INHERITED;
240 }; 239 };
241 240
242 #endif 241 #endif
OLDNEW
« no previous file with comments | « no previous file | samplecode/SampleApp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698