Lines Matching defs: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);
187 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) = NULL;
286 int shift = 7 - (andPixelNo & 0x7);
287 int m = 1 << shift;
290 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors);
305 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
321 colorBit = (byte & m) >> shift;
322 alphaBit = (alphaByte & m) >> shift;
328 shift -= 1;
334 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
339 int alphaBit = (alphaByte & m) >> shift;
347 alphaBit = (alphaByte & m) >> (shift-1);
354 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
358 int alphaBit = (alphaByte & m) >> shift;
364 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
370 int alphaBit = (alphaByte & m) >> shift;
378 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors)
384 int alphaBit = (alphaByte & m) >> shift;