Searched refs:drawTo (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/tools/skiaserve/ |
H A D | Request.cpp | 81 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 D | Model.cpp | 89 this->drawTo(fCurOp); in setCurOp() 92 void Model::drawTo(int index) { in drawTo() function in Model
|
H A D | Model.h | 50 void drawTo(int index);
|
/third_party/skia/experimental/wasm-skp-debugger/ |
H A D | debugger_bindings.cpp | 107 /* 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 D | externs.js | 40 drawTo: function() {},
|
/third_party/skia/tools/debugger/ |
H A D | DebugCanvas.h | 87 void drawTo(SkCanvas* canvas, int index, int m = -1);
|
H A D | DebugLayerManager.cpp | 71 evt.debugCanvas->drawTo(surface->getCanvas(), evt.command); in drawLayerEventTo()
|
H A D | DebugCanvas.cpp | 124 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 6 milliseconds