Lines Matching refs:fBitmap
57 if (!resource.fBitmap.setInfo(info.makeColorType(kN32_SkColorType))) { in get_bitmap()
67 if (!resource.fBitmap.tryAllocPixels()) { in get_bitmap()
73 if (SkCodec::kSuccess != codec->getPixels(resource.fBitmap.info(), in get_bitmap()
74 resource.fBitmap.getPixels(), resource.fBitmap.rowBytes())) { in get_bitmap()
148 const int w = drp->fBase.fBitmap.width(); in create_and_write_diff_image()
149 const int h = drp->fBase.fBitmap.height(); in create_and_write_diff_image()
151 if (w != drp->fComparison.fBitmap.width() || h != drp->fComparison.fBitmap.height()) { in create_and_write_diff_image()
154 drp->fDifference.fBitmap.allocN32Pixels(w, h); in create_and_write_diff_image()
156 drp->fWhite.fBitmap.allocN32Pixels(w, h); in create_and_write_diff_image()
179 if (write_bitmap(drp->fDifference.fFullPath, drp->fDifference.fBitmap)) { in create_and_write_diff_image()
184 if (write_bitmap(drp->fWhite.fFullPath, drp->fWhite.fBitmap)) { in create_and_write_diff_image()