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

Side by Side Diff: debugger/QT/SkDebuggerGUI.h

Issue 185293007: Add visualization of clips to debugger (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | debugger/QT/SkDebuggerGUI.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 /* 2 /*
3 * Copyright 2012 Google Inc. 3 * Copyright 2012 Google Inc.
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 8
9 #ifndef SKDEBUGGERUI_H 9 #ifndef SKDEBUGGERUI_H
10 #define SKDEBUGGERUI_H 10 #define SKDEBUGGERUI_H
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 Toggles the visibility of the raster canvas widget. 135 Toggles the visibility of the raster canvas widget.
136 */ 136 */
137 void actionRasterWidget(bool isToggled); 137 void actionRasterWidget(bool isToggled);
138 138
139 /** 139 /**
140 Toggles the the overdraw visualization on and off 140 Toggles the the overdraw visualization on and off
141 */ 141 */
142 void actionOverdrawVizWidget(bool isToggled); 142 void actionOverdrawVizWidget(bool isToggled);
143 143
144 /** 144 /**
145 Toggles the the mega visualization on and off
146 */
147 void actionMegaVizWidget(bool isToggled);
148
149 /**
145 Applies the new texture filter override 150 Applies the new texture filter override
146 */ 151 */
147 void actionTextureFilter(); 152 void actionTextureFilter();
148 153
149 /** 154 /**
150 Rewinds from the current step back to the start of the commands. 155 Rewinds from the current step back to the start of the commands.
151 */ 156 */
152 void actionRewind(); 157 void actionRewind();
153 158
154 /** 159 /**
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 /** 339 /**
335 Render the supplied picture several times tracking the time consumed 340 Render the supplied picture several times tracking the time consumed
336 by each command. 341 by each command.
337 */ 342 */
338 void run(SkTimedPicture* pict, 343 void run(SkTimedPicture* pict,
339 sk_tools::PictureRenderer* renderer, 344 sk_tools::PictureRenderer* renderer,
340 int repeats); 345 int repeats);
341 }; 346 };
342 347
343 #endif // SKDEBUGGERUI_H 348 #endif // SKDEBUGGERUI_H
OLDNEW
« no previous file with comments | « no previous file | debugger/QT/SkDebuggerGUI.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698