Lines Matching full:alphabyte
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);
62 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
165 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) = NULL;
266 //only need to get a new alphaByte when x %8 == 0
269 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3));
274 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors);
289 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
306 alphaBit = (alphaByte & m) >> shift;
318 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
323 int alphaBit = (alphaByte & m) >> shift;
331 alphaBit = (alphaByte & m) >> (shift-1);
338 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
342 int alphaBit = (alphaByte & m) >> shift;
348 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
354 int alphaBit = (alphaByte & m) >> shift;
362 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
368 int alphaBit = (alphaByte & m) >> shift;