Home
last modified time | relevance | path

Searched refs:blend_8_pixels (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkBlitter_A8.cpp103 static inline void blend_8_pixels(U8CPU bw, uint8_t dst[], U8CPU sa, in blend_8_pixels() function
117 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, sa, dst_scale)
DSkBlitter_ARGB32.cpp146 #define blend_8_pixels(mask, dst, sc, dst_scale) \ macro
160 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, sc, dst_scale)
DSkBlitter_RGB16.cpp600 static inline void blend_8_pixels(U8CPU bw, uint16_t dst[], unsigned dst_scale, in blend_8_pixels() function
614 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, dst_scale, src_color)