Searched refs:capturePixels (Results 1 – 6 of 6) sorted by relevance
49 bool HWUITarget::capturePixels(SkBitmap* bmp) { in capturePixels() function in HWUITarget50 return this->renderer.capturePixels(bmp); in capturePixels()
29 bool capturePixels(SkBitmap* bmp) override;
76 virtual bool capturePixels(SkBitmap* bmp);
142 bool Target::capturePixels(SkBitmap* bmp) { in capturePixels() function in Target279 if (!target->capturePixels(&bmp)) { in write_canvas_png()
31 renderer.capturePixels(dst); in draw()
215 bool capturePixels(SkBitmap* bmp) { in capturePixels() function247 if (!target->capturePixels(&bmp)) { in write_canvas_png()