Home | History | Annotate | Download | only in images

Lines Matching refs:alphaByte

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;
291 //only need to get a new alphaByte when x %8 == 0
294 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3));
299 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors);
314 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
331 alphaBit = (alphaByte & m) >> shift;
343 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
348 int alphaBit = (alphaByte & m) >> shift;
356 alphaBit = (alphaByte & m) >> (shift-1);
363 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
367 int alphaBit = (alphaByte & m) >> shift;
373 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
379 int alphaBit = (alphaByte & m) >> shift;
387 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
393 int alphaBit = (alphaByte & m) >> shift;