Searched refs:solid_8_pixels (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkBlitter_A8.cpp | 84 #define solid_8_pixels(mask, dst) \ macro 98 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst)
|
D | SkBlitter_ARGB32.cpp | 127 #define solid_8_pixels(mask, dst, color) \ macro 141 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst, color)
|
D | SkBlitter_RGB16.cpp | 344 #define solid_8_pixels(mask, dst, color) \ macro 358 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst, color)
|