Searched defs:alphaByte (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/images/ |
D | SkImageDecoder_libico.cpp | 275 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3)); in onDecode() local 295 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit1() 324 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit4() 344 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit8() 354 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit24() 368 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit32()
|
/external/chromium_org/third_party/skia/src/images/ |
D | SkImageDecoder_libico.cpp | 275 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3)); in onDecode() local 295 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit1() 324 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit4() 344 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit8() 354 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit24() 368 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit32()
|