HomeSort by relevance Sort by last modified time
    Searched refs:alphaByte (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 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;
282 //only need to get a new alphaByte when x %8 == 0
285 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3));
290 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors);
305 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors
    [all...]
  /external/skia/src/images/
SkImageDecoder_libico.cpp 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
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardDrag.java 88 int alphaByte = 0xff - ((int)(alphaDarkening * 255) & 0xff);
89 int color = Color.rgb(alphaByte, alphaByte, alphaByte);

Completed in 68 milliseconds