Searched refs:drawTo (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/debugger/QT/
H A DSkCanvasWidget.cpp49 void SkCanvasWidget::drawTo(int index) { function in class:SkCanvasWidget
64 drawTo(fDebugger->index());
95 drawTo(fDebugger->index());
111 drawTo(fDebugger->index());
118 drawTo(fDebugger->index());
143 drawTo(fDebugger->index());
H A DSkCanvasWidget.h35 void drawTo(int index);
H A DSkDebuggerGUI.cpp481 fCanvasWidget.drawTo(fPausedRow);
484 fCanvasWidget.drawTo(fListWidget.currentRow());
491 fCanvasWidget.drawTo(fListWidget.currentRow());
522 fCanvasWidget.drawTo(fPausedRow);
525 fCanvasWidget.drawTo(currentRow);
679 fCanvasWidget.drawTo(fPausedRow);
689 fCanvasWidget.drawTo(currentRow);
/external/skia/debugger/QT/
H A DSkCanvasWidget.cpp49 void SkCanvasWidget::drawTo(int index) { function in class:SkCanvasWidget
64 drawTo(fDebugger->index());
95 drawTo(fDebugger->index());
111 drawTo(fDebugger->index());
118 drawTo(fDebugger->index());
143 drawTo(fDebugger->index());
H A DSkCanvasWidget.h35 void drawTo(int index);
H A DSkDebuggerGUI.cpp442 fCanvasWidget.drawTo(fPausedRow);
445 fCanvasWidget.drawTo(fListWidget.currentRow());
452 fCanvasWidget.drawTo(fListWidget.currentRow());
483 fCanvasWidget.drawTo(fPausedRow);
486 fCanvasWidget.drawTo(currentRow);
640 fCanvasWidget.drawTo(fPausedRow);
650 fCanvasWidget.drawTo(currentRow);
/external/chromium_org/third_party/skia/debugger/
H A DSkDebugger.h30 fDebugCanvas->drawTo(canvas, fIndex);
/external/skia/debugger/
H A DSkDebugger.h30 fDebugCanvas->drawTo(canvas, fIndex);
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDebugCanvas.h61 void drawTo(SkCanvas* canvas, int index);
H A DSkDebugCanvas.cpp64 this->drawTo(canvas, fCommandVector.count() - 1);
237 void SkDebugCanvas::drawTo(SkCanvas* canvas, int index) { function in class:SkDebugCanvas
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.h61 void drawTo(SkCanvas* canvas, int index);
H A DSkDebugCanvas.cpp65 this->drawTo(canvas, fCommandVector.count() - 1);
238 void SkDebugCanvas::drawTo(SkCanvas* canvas, int index) { function in class:SkDebugCanvas
/external/chromium_org/content/renderer/
H A Dskia_benchmarking_extension.cc180 debug_canvas.drawTo(

Completed in 206 milliseconds