Home | History | Annotate | Download | only in images

Lines Matching refs:SkBitmap

24     virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode);
50 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
53 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
56 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
59 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
62 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
78 bool SkICOImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode)
114 SkBitmap::Config c;
124 c = SkBitmap::kIndex8_Config;
129 c = SkBitmap::kARGB_8888_Config;
165 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) = NULL;
238 bm->setConfig(SkBitmap::kARGB_8888_Config, w, h, calculateRowBytesFor8888(w, bitCount));
248 bm->setConfig(SkBitmap::kARGB_8888_Config, w, h, calculateRowBytesFor8888(w, bitCount));
289 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
318 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
338 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
348 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
362 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)