Searched refs:BITMAP_PIXEL_TO_PMCOLOR (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkBitmapSamplerTemplate.h13 #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 macro
H A DSkBitmapSampler.cpp57 #define BITMAP_PIXEL_TO_PMCOLOR(bitmap, x, y) *bitmap.getAddr32(x, y) macro
63 #define BITMAP_PIXEL_TO_PMCOLOR(bitmap, x, y) SkPixel16ToPixel32(*bitmap.getAddr16(x, y)) macro
67 #define BITMAP_PIXEL_TO_PMCOLOR(bitmap, x, y) bitmap.getIndex8Color(x, y) macro

Completed in 60 milliseconds