Searched refs:solid_8_pixels (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkBlitter_A8.cpp | 83 #define solid_8_pixels(mask, dst) \ macro 97 #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 | 339 #define solid_8_pixels(mask, dst, color) \ macro 353 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst, color)
|