Searched defs:SK_BLITBWMASK_BLIT8 (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkBlitter_ARGB32.cpp | 769 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst, color) macro 788 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, sc, dst_scale) macro
|
/external/skqp/src/core/ |
D | SkBlitter_ARGB32.cpp | 769 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst, color) macro 788 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, sc, dst_scale) macro
|