Searched refs:blend_8_pixels (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkBlitter_A8.cpp | 119 static inline void blend_8_pixels(U8CPU bw, uint8_t dst[], U8CPU sa, unsigned dst_scale) in blend_8_pixels() function 133 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, sa, dst_scale)
|
D | SkBlitter_4444.cpp | 316 #define blend_8_pixels(mask, dst, sc, dst_scale) \ macro 330 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, sc, dst_scale)
|
D | SkBlitter_ARGB32.cpp | 127 #define blend_8_pixels(mask, dst, sc, dst_scale) \ macro 141 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, sc, dst_scale)
|
D | SkBlitter_RGB16.cpp | 404 static inline void blend_8_pixels(U8CPU bw, uint16_t dst[], unsigned dst_scale, in blend_8_pixels() function 418 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, dst_scale, src_color)
|