Home | History | Annotate | Download | only in images

Lines Matching full:skbitmap

23     virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
47 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
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);
75 bool SkICOImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode)
112 SkBitmap::Config c;
122 c = SkBitmap::kIndex8_Config;
127 c = SkBitmap::kARGB_8888_Config;
177 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) = NULL;
249 bm->setConfig(SkBitmap::kARGB_8888_Config, w, h, calculateRowBytesFor8888(w, bitCount));
295 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
324 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
344 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
354 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
368 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)