Searched refs:solid_8_pixels (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkBlitter_A8.cpp85 #define solid_8_pixels(mask, dst) \ macro
99 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst)
H A DSkBlitter_ARGB32.cpp111 #define solid_8_pixels(mask, dst, color) \ macro
125 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst, color)
H A DSkBlitter_4444.cpp278 #define solid_8_pixels(mask, dst, color) \ macro
292 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst, color)
H A DSkBlitter_RGB16.cpp350 #define solid_8_pixels(mask, dst, color) \ macro
364 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst, color)

Completed in 108 milliseconds