Home
last modified time | relevance | path

Searched refs:SkDebuggerGUI (Results 1 – 3 of 3) sorted by relevance

/external/skia/debugger/QT/
DSkDebuggerGUI.cpp14 SkDebuggerGUI::SkDebuggerGUI(QWidget *parent) : in SkDebuggerGUI() function in SkDebuggerGUI
104 void SkDebuggerGUI::actionBreakpoints() { in actionBreakpoints()
112 void SkDebuggerGUI::showDeletes() { in showDeletes()
120 void SkDebuggerGUI::actionCancel() { in actionCancel()
126 void SkDebuggerGUI::actionClearBreakpoints() { in actionClearBreakpoints()
135 void SkDebuggerGUI::actionClearDeletes() { in actionClearDeletes()
145 void SkDebuggerGUI::actionClose() { in actionClose()
149 void SkDebuggerGUI::actionDelete() { in actionDelete()
173 void SkDebuggerGUI::actionGLSettingsChanged() { in actionGLSettingsChanged()
182 void SkDebuggerGUI::actionInspector() { in actionInspector()
[all …]
DSkDebuggerGUI.h46 class SkDebuggerGUI : public QMainWindow {
54 SkDebuggerGUI(QWidget *parent = 0);
306 void setupUi(QMainWindow *SkDebuggerGUI);
/external/skia/debugger/
Ddebuggermain.cpp54 SkDebuggerGUI w; in main()