Searched refs:alphaByte (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/images/ |
D | SkImageDecoder_libico.cpp | 48 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors); 51 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors); 54 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors); 57 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors); 60 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors); 175 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) = nullptr; in onDecode() 318 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3)); in onDecode() local 323 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors); in onDecode() 338 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit1() argument 355 alphaBit = (alphaByte & m) >> shift; in editPixelBit1() [all …]
|