Searched refs:drawComplete (Results 1 – 7 of 7) sorted by relevance
44 connect(&fRasterWidget, SIGNAL(drawComplete()), this->parentWidget(), SLOT(drawComplete())); in SkCanvasWidget()46 connect(&fGLWidget, SIGNAL(drawComplete()), this->parentWidget(), SLOT(drawComplete())); in SkCanvasWidget()
26 void drawComplete();
39 void drawComplete();
48 emit drawComplete(); in paintEvent()
82 emit drawComplete(); in paintGL()
172 void drawComplete();
271 void SkDebuggerGUI::drawComplete() { in drawComplete() function in SkDebuggerGUI