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

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

Issue 21752002: Support MSAA in the picture debugger (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 4 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 | « debugger/QT/SkCanvasWidget.cpp ('k') | 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 */ 107 */
108 void actionClose(); 108 void actionClose();
109 109
110 /** 110 /**
111 Deletes the command in question. 111 Deletes the command in question.
112 */ 112 */
113 void actionDelete(); 113 void actionDelete();
114 114
115 #if SK_SUPPORT_GPU 115 #if SK_SUPPORT_GPU
116 /** 116 /**
117 Toggles the visibility of the GL canvas widget. 117 Updates the visibility of the GL canvas widget and sample count of the G L surface.
118 */ 118 */
119 void actionGLWidget(bool isToggled); 119 void actionGLWidget();
120 #endif 120 #endif
121 121
122 /** 122 /**
123 Toggles the visibility of the inspector widget. 123 Toggles the visibility of the inspector widget.
124 */ 124 */
125 void actionInspector(); 125 void actionInspector();
126 126
127 /** 127 /**
128 Plays from the current step to the next breakpoint if it exists, otherwi se 128 Plays from the current step to the next breakpoint if it exists, otherwi se
129 executes all remaining draw commands. 129 executes all remaining draw commands.
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 /** 328 /**
329 Render the supplied picture several times tracking the time consumed 329 Render the supplied picture several times tracking the time consumed
330 by each command. 330 by each command.
331 */ 331 */
332 void run(SkTimedPicture* pict, 332 void run(SkTimedPicture* pict,
333 sk_tools::PictureRenderer* renderer, 333 sk_tools::PictureRenderer* renderer,
334 int repeats); 334 int repeats);
335 }; 335 };
336 336
337 #endif // SKDEBUGGERUI_H 337 #endif // SKDEBUGGERUI_H
OLDNEW
« no previous file with comments | « debugger/QT/SkCanvasWidget.cpp ('k') | debugger/QT/SkDebuggerGUI.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698