Searched refs:alphaByte (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/src/images/ |
D | SkImageDecoder_libico.cpp | 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); 187 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) = NULL; in onDecode() 285 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3)); in onDecode() local 290 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors); in onDecode() 305 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit1() argument 322 alphaBit = (alphaByte & m) >> shift; in editPixelBit1() [all …]
|
/external/skia/src/images/ |
D | SkImageDecoder_libico.cpp | 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); 196 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) = NULL; in onDecode() 294 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3)); in onDecode() local 299 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors); in onDecode() 314 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit1() argument 331 alphaBit = (alphaByte & m) >> shift; in editPixelBit1() [all …]
|