Home
last modified time | relevance | path

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

/third_party/skia/tools/skiaserve/
H A DRequest.cpp81 fDebugCanvas->drawTo(canvas, n, m); in drawToPng()
188 fDebugCanvas->drawTo(this->getCanvas(), this->getLastOp()); in enableGPU()
218 fDebugCanvas->drawTo(this->getCanvas(), this->getLastOp()); in initPictureFromStream()
252 // drawTo in getJsonInfo()
257 fDebugCanvas->drawTo(canvas, n); in getJsonInfo()
/third_party/skia/tools/mdbviz/
H A DModel.cpp89 this->drawTo(fCurOp); in setCurOp()
92 void Model::drawTo(int index) { in drawTo() function in Model
H A DModel.h50 void drawTo(int index);
/third_party/skia/experimental/wasm-skp-debugger/
H A Ddebugger_bindings.cpp107 /* drawTo asks the debug canvas to draw from the beginning of the picture
110 void drawTo(SkSurface* surface, int32_t index) { in drawTo() function in SkpDebugPlayer
125 frames[fp]->drawTo(surface->getCanvas(), index); in drawTo()
351 drawTo(surface, commandIndex); in findCommandByPixel()
361 drawTo(surface, command); in evaluateCommandColor()
549 .function("drawTo", &SkpDebugPlayer::drawTo, allow_raw_pointers()) in EMSCRIPTEN_BINDINGS()
H A Dexterns.js40 drawTo: function() {},
/third_party/skia/tools/debugger/
H A DDebugCanvas.h87 void drawTo(SkCanvas* canvas, int index, int m = -1);
H A DDebugLayerManager.cpp71 evt.debugCanvas->drawTo(surface->getCanvas(), evt.command); in drawLayerEventTo()
H A DDebugCanvas.cpp124 this->drawTo(canvas, fCommandVector.count() - 1); in draw()
128 void DebugCanvas::drawTo(SkCanvas* originalCanvas, int index, int m) { in drawTo() function in DebugCanvas
450 // drawTo(command), since it depends on the index into the layer's commands

Completed in 5 milliseconds