Searched refs:sk_dither_memset16 (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkBlitter_4444.cpp | 143 sk_dither_memset16(device, color, other, width); in blitH() 207 sk_dither_memset16(device, color, other, width); in blitRect() 249 sk_dither_memset16(device, color, other, count); in blitAntiH()
|
D | SkBlitter_RGB16.cpp | 27 void sk_dither_memset16(uint16_t dst[], uint16_t value, uint16_t other, in sk_dither_memset16() function 286 sk_dither_memset16(device, srcColor, ditherColor, width); in blitH() 322 sk_dither_memset16(device, srcColor, in blitAntiH() 509 sk_dither_memset16(device, color16, ditherColor, width); in blitRect()
|
/external/skia/include/core/ |
D | SkColorPriv.h | 715 void sk_dither_memset16(uint16_t dst[], uint16_t value, uint16_t other, int n);
|