Searched defs:dstBitmap (Results 1 – 6 of 6) sorted by relevance
39 SkBitmap dstBitmap; in CloneSkPixmap() local
408 std::unique_ptr<Bitmap> dstBitmap = std::make_unique<Bitmap>(); variable
205 SkBitmap dstBitmap; in WritePixelsConvert() local
180 bool CoreCanvas::ReadPixels(const Bitmap& dstBitmap, int srcX, int srcY) in ReadPixels()
1663 SkBitmap dstBitmap; local
173 bool SkiaCanvas::ReadPixels(const Bitmap& dstBitmap, int srcX, int srcY) in ReadPixels()