• Home
  • Raw
  • Download

Lines Matching refs:SkDebuggerGUI

14 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()
190 void SkDebuggerGUI::actionPlay() { in actionPlay()
202 void SkDebuggerGUI::actionRasterSettingsChanged() { in actionRasterSettingsChanged()
208 void SkDebuggerGUI::actionVisualizationsChanged() { in actionVisualizationsChanged()
216 void SkDebuggerGUI::actionTextureFilter() { in actionTextureFilter()
223 void SkDebuggerGUI::actionRewind() { in actionRewind()
227 void SkDebuggerGUI::actionSave() { in actionSave()
234 void SkDebuggerGUI::actionSaveAs() { in actionSaveAs()
243 void SkDebuggerGUI::actionScale(float scaleFactor) { in actionScale()
247 void SkDebuggerGUI::actionSettings() { in actionSettings()
255 void SkDebuggerGUI::actionStepBack() { in actionStepBack()
262 void SkDebuggerGUI::actionStepForward() { in actionStepForward()
271 void SkDebuggerGUI::drawComplete() { in drawComplete()
280 void SkDebuggerGUI::saveToFile(const SkString& filename) { in saveToFile()
288 void SkDebuggerGUI::loadFile(QListWidgetItem *item) { in loadFile()
306 void SkDebuggerGUI::openFile() { in openFile()
312 void SkDebuggerGUI::openFile(const QString &filename) { in openFile()
320 void SkDebuggerGUI::pauseDrawing(bool isPaused) { in pauseDrawing()
325 void SkDebuggerGUI::updateDrawCommandInfo() { in updateDrawCommandInfo()
361 void SkDebuggerGUI::selectCommand(int command) { in selectCommand()
367 void SkDebuggerGUI::toggleBreakpoint() { in toggleBreakpoint()
380 void SkDebuggerGUI::toggleDirectory() { in toggleDirectory()
384 void SkDebuggerGUI::toggleFilter(QString string) { in toggleFilter()
391 void SkDebuggerGUI::setupUi(QMainWindow *SkDebuggerGUI) { in setupUi() argument
395 SkDebuggerGUI->setObjectName(QString::fromUtf8("SkDebuggerGUI")); in setupUi()
396 SkDebuggerGUI->resize(1200, 1000); in setupUi()
397 SkDebuggerGUI->setWindowIcon(windowIcon); in setupUi()
398 SkDebuggerGUI->setWindowTitle("Skia Debugger"); in setupUi()
565 SkDebuggerGUI->setCentralWidget(&fCentralSplitter); in setupUi()
566 SkDebuggerGUI->setStatusBar(&fStatusBar); in setupUi()
570 SkDebuggerGUI->addToolBar(Qt::TopToolBarArea, &fToolBar); in setupUi()
632 SkDebuggerGUI->setMenuBar(&fMenuBar); in setupUi()
633 QMetaObject::connectSlotsByName(SkDebuggerGUI); in setupUi()
636 void SkDebuggerGUI::setupDirectoryWidget(const QString& path) { in setupDirectoryWidget()
649 void SkDebuggerGUI::populateDirectoryWidget() { in populateDirectoryWidget()
671 void SkDebuggerGUI::loadPicture(const SkString& fileName) { in loadPicture()
718 void SkDebuggerGUI::setupListWidget() { in setupListWidget()
760 void SkDebuggerGUI::setupOverviewText(const SkTDArray<double>* typeTimes, in setupOverviewText()
769 void SkDebuggerGUI::setupComboBox() { in setupComboBox()
792 void SkDebuggerGUI::updateImage() { in updateImage()
800 void SkDebuggerGUI::updateHit(int newHit) { in updateHit()