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

  /external/skia/legacy/src/core/
SkBitmapSamplerTemplate.h 13 #defube BITMAP_PIXEL_TO_PMCOLOR(bitmap, x, y) *bitmap.getAddr32(x, y)
27 return BITMAP_PIXEL_TO_PMCOLOR(fBitmap, x, y);
43 return BITMAP_PIXEL_TO_PMCOLOR(fBitmap, x, y);
58 return BITMAP_PIXEL_TO_PMCOLOR(fBitmap, x, y);
73 return BITMAP_PIXEL_TO_PMCOLOR(fBitmap, x, y);
88 return BITMAP_PIXEL_TO_PMCOLOR(fBitmap, x, y);
103 return BITMAP_PIXEL_TO_PMCOLOR(fBitmap, x, y);
108 #undef BITMAP_PIXEL_TO_PMCOLOR
SkBitmapSampler.cpp 57 #define BITMAP_PIXEL_TO_PMCOLOR(bitmap, x, y) *bitmap.getAddr32(x, y)
63 #define BITMAP_PIXEL_TO_PMCOLOR(bitmap, x, y) SkPixel16ToPixel32(*bitmap.getAddr16(x, y))
67 #define BITMAP_PIXEL_TO_PMCOLOR(bitmap, x, y) bitmap.getIndex8Color(x, y)
  /external/skia/src/core/
SkBitmapSamplerTemplate.h 13 #defube BITMAP_PIXEL_TO_PMCOLOR(bitmap, x, y) *bitmap.getAddr32(x, y)
27 return BITMAP_PIXEL_TO_PMCOLOR(fBitmap, x, y);
43 return BITMAP_PIXEL_TO_PMCOLOR(fBitmap, x, y);
58 return BITMAP_PIXEL_TO_PMCOLOR(fBitmap, x, y);
73 return BITMAP_PIXEL_TO_PMCOLOR(fBitmap, x, y);
88 return BITMAP_PIXEL_TO_PMCOLOR(fBitmap, x, y);
103 return BITMAP_PIXEL_TO_PMCOLOR(fBitmap, x, y);
108 #undef BITMAP_PIXEL_TO_PMCOLOR
SkBitmapSampler.cpp 57 #define BITMAP_PIXEL_TO_PMCOLOR(bitmap, x, y) *bitmap.getAddr32(x, y)
63 #define BITMAP_PIXEL_TO_PMCOLOR(bitmap, x, y) SkPixel16ToPixel32(*bitmap.getAddr16(x, y))
67 #define BITMAP_PIXEL_TO_PMCOLOR(bitmap, x, y) bitmap.getIndex8Color(x, y)

Completed in 28 milliseconds