Searched refs:solid_8_pixels (Results 1 - 4 of 4) sorted by relevance
/external/skia/src/core/ |
H A D | SkBlitter_A8.cpp | 85 #define solid_8_pixels(mask, dst) \ macro 99 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst)
|
H A D | SkBlitter_ARGB32.cpp | 111 #define solid_8_pixels(mask, dst, color) \ macro 125 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst, color)
|
H A D | SkBlitter_4444.cpp | 278 #define solid_8_pixels(mask, dst, color) \ macro 292 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst, color)
|
H A D | SkBlitter_RGB16.cpp | 350 #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