Lines Matching refs:alphaByte
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()
367 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit4() argument
372 int alphaBit = (alphaByte & m) >> shift; in editPixelBit4()
380 alphaBit = (alphaByte & m) >> (shift-1); in editPixelBit4()
387 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit8() argument
391 int alphaBit = (alphaByte & m) >> shift; in editPixelBit8()
397 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit24() argument
403 int alphaBit = (alphaByte & m) >> shift; in editPixelBit24()
411 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) in editPixelBit32() argument
417 int alphaBit = (alphaByte & m) >> shift; in editPixelBit32()