Searched defs:alphaByte (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/src/images/ |
D | SkImageDecoder_libico.cpp | 285 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3)); in onDecode() local 305 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit1() 334 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit4() 354 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit8() 364 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit24() 378 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit32()
|
/external/skia/src/images/ |
D | SkImageDecoder_libico.cpp | 294 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3)); in onDecode() local 314 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit1() 343 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit4() 363 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit8() 373 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit24() 387 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit32()
|