Lines Matching full:skbitmap
9 #include "SkBitmap.h"
120 static SkBitmap::Config gPrefConfig(SkBitmap::kNo_Config);
162 const SkBitmap& bm = bitmapAndDigest.fBitmap;
167 if (bm.config() == SkBitmap::kARGB_8888_Config) {
174 SkBitmap bm8888;
175 if (!bm.copyTo(&bm8888, SkBitmap::kARGB_8888_Config)) {
339 * @param bitmapAndDigestFromDecodeSubset SkBitmap (with digest) created by
344 * @param originalBitmap SkBitmap decoded from the same stream as bitmapFromDecodeSubset,
352 SkIRect rect, const SkBitmap& originalBitmap) {
380 SkBitmap extractedSubset;
447 SkBitmap bm;
482 SkBitmap bitmap;
539 SkBitmap dim;
592 SkBitmap bitmapFromDecodeSubset;
627 if (FLAGS_reencode && bitmap.config() != SkBitmap::kA8_Config) {
682 SkBitmap redecodedBitmap;
772 gPrefConfig = SkBitmap::kARGB_8888_Config;
774 gPrefConfig = SkBitmap::kRGB_565_Config;
776 gPrefConfig = SkBitmap::kA8_Config;