Home | History | Annotate | Download | only in images

Lines Matching refs:shift

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);
177 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) = NULL;
276 int shift = 7 - (andPixelNo & 0x7);
277 int m = 1 << shift;
280 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors);
295 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
311 colorBit = (byte & m) >> shift;
312 alphaBit = (alphaByte & m) >> shift;
318 shift -= 1;
324 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
329 int alphaBit = (alphaByte & m) >> shift;
337 alphaBit = (alphaByte & m) >> (shift-1);
344 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
348 int alphaBit = (alphaByte & m) >> shift;
354 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
360 int alphaBit = (alphaByte & m) >> shift;
368 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
374 int alphaBit = (alphaByte & m) >> shift;