Home
last modified time | relevance | path

Searched refs:pauseDrawing (Results 1 – 2 of 2) sorted by relevance

/external/skia/debugger/QT/
DSkDebuggerGUI.h189 void pauseDrawing(bool isPaused = true);
DSkDebuggerGUI.cpp80 connect(&fActionPause, SIGNAL(toggled(bool)), this, SLOT(pauseDrawing(bool))); in SkDebuggerGUI()
321 void SkDebuggerGUI::pauseDrawing(bool isPaused) { in pauseDrawing() function in SkDebuggerGUI