Searched refs:SK_BLITBWMASK_BLIT8 (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkBlitBWMaskTemplate.h | 20 SK_BLITBWMASK_BLIT8 name of function(U8CPU byteMask, SK_BLITBWMASK_DEVTYPE* dst, int x, int y) 50 SK_BLITBWMASK_BLIT8(mask, dst); in SK_BLITBWMASK_NAME() 88 SK_BLITBWMASK_BLIT8(mask, device); in SK_BLITBWMASK_NAME() 102 SK_BLITBWMASK_BLIT8(mask, dst); in SK_BLITBWMASK_NAME() 108 SK_BLITBWMASK_BLIT8(mask, dst); in SK_BLITBWMASK_NAME() 113 SK_BLITBWMASK_BLIT8(mask, dst); in SK_BLITBWMASK_NAME() 124 #undef SK_BLITBWMASK_BLIT8 macro
|
H A 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
|
Completed in 3 milliseconds