Lines Matching refs:bm

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)
163 if(otherDecoder->decode(&subStream, bm, this->getDefaultPref(), mode)) {
177 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) = NULL;
249 bm->setConfig(SkBitmap::kARGB_8888_Config, w, h, calculateRowBytesFor8888(w, bitCount));
256 if (!this->allocPixelRef(bm, NULL))
262 SkAutoLockPixels alp(*bm);
268 //U32* address = bm->getAddr32(x, y);
280 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors);
295 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
298 SkPMColor* address = bm->getAddr32(x,y);
324 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
326 SkPMColor* address = bm->getAddr32(x, y);
344 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
346 SkPMColor* address = bm->getAddr32(x, y);
354 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
356 SkPMColor* address = bm->getAddr32(x, y);
368 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
370 SkPMColor* address = bm->getAddr32(x, y);