Lines Matching refs:dstBmp
152 SkBitmap dstBmp = this->accessBitmap(true);
155 SkIRect devRect = SkIRect::MakeWH(dstBmp.width(), dstBmp.height());
162 if (SkBitmap::kARGB_8888_Config == dstBmp.config() && !dstBmp.isNull()) {
164 dstBmp.extractSubset(&dstBmp, spriteRect);
168 dstBmp.setConfig(SkBitmap::kARGB_8888_Config,
171 if (!dstBmp.allocPixels()) {
177 // copy pixels to dstBmp and convert from config8888 to native config.
181 SkCopyConfig8888ToBitmap(dstBmp,
190 sprite = &dstBmp;