Lines Matching defs:dstBmp
274 SkBitmap dstBmp = this->accessBitmap(true);
277 SkIRect devRect = SkIRect::MakeWH(dstBmp.width(), dstBmp.height());
284 if (SkBitmap::kARGB_8888_Config == dstBmp.config() && !dstBmp.isNull()) {
286 dstBmp.extractSubset(&dstBmp, spriteRect);
290 dstBmp.setConfig(SkBitmap::kARGB_8888_Config,
293 if (!dstBmp.allocPixels()) {
299 // copy pixels to dstBmp and convert from config8888 to native config.
303 SkCopyConfig8888ToBitmap(dstBmp,
312 sprite = &dstBmp;