Searched refs:sk_dither_memset16 (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkBlitter_4444.cpp143 sk_dither_memset16(device, color, other, width);
207 sk_dither_memset16(device, color, other, width);
249 sk_dither_memset16(device, color, other, count);
H A DSkBlitter_RGB16.cpp27 void sk_dither_memset16(uint16_t dst[], uint16_t value, uint16_t other, function
286 sk_dither_memset16(device, srcColor, ditherColor, width);
322 sk_dither_memset16(device, srcColor,
509 sk_dither_memset16(device, color16, ditherColor, width);
/external/skia/include/core/
H A DSkColorPriv.h715 void sk_dither_memset16(uint16_t dst[], uint16_t value, uint16_t other, int n);

Completed in 191 milliseconds