Lines Matching refs:getCanvas
54 SkCanvas* Request::getCanvas() { in getCanvas() function in Request
73 SkCanvas* target = fSurface->getCanvas(); in getCanvas()
79 auto* canvas = this->getCanvas(); in drawToPng()
83 return writeCanvasToPng(this->getCanvas()); in drawToPng()
188 fDebugCanvas->drawTo(this->getCanvas(), this->getLastOp()); in enableGPU()
218 fDebugCanvas->drawTo(this->getCanvas(), this->getLastOp()); in initPictureFromStream()
224 SkCanvas* canvas = this->getCanvas(); in getJsonOps()
240 SkCanvas* canvas = this->getCanvas(); in getJsonOpsTask()
254 SkCanvas* canvas = surface->getCanvas(); in getJsonInfo()
280 bmp.allocPixels(this->getCanvas()->imageInfo().makeWH(1, 1)); in getPixel()
281 SkAssertResult(this->getCanvas()->readPixels(bmp, x, y)); in getPixel()