Searched refs:SkPixel32ToPixel16_ToU16 (Results 1 – 8 of 8) sorted by relevance
50 cache[i] = SkPixel32ToPixel16_ToU16(fColors[i]); in operator ()()
24 *dst++ = SkPixel32ToPixel16_ToU16(c); in S32_D565_Opaque()
735 dst[i] = SkPixel32ToPixel16_ToU16(this->xferColor(src[i], dstC)); in xfer16()746 dst[i] = SkPixel32ToPixel16_ToU16(C); in xfer16()888 dst[i] = SkPixel32ToPixel16_ToU16(proc(src[i], dstC)); in xfer16()899 dst[i] = SkPixel32ToPixel16_ToU16(C); in xfer16()
709 *dst = SkPixel32ToPixel16_ToU16(proc(*src, dstC)); in xfer16()743 *dst = SkPixel32ToPixel16_ToU16(proc(*src, dstC)); in xfer16()756 dst[i] = SkPixel32ToPixel16_ToU16(C); in xfer16()
708 *dst++ = SkPixel32ToPixel16_ToU16(c); in S32_D565_Opaque_SSE2()732 *dst++ = SkPixel32ToPixel16_ToU16(c); in S32_D565_Opaque_SSE2()
908 dst[i] = SkPixel32ToPixel16_ToU16(proc(src[i], dstC)); in xfer16()919 dst[i] = SkPixel32ToPixel16_ToU16(C); in xfer16()
99 *dst = SkPixel32ToPixel16_ToU16(c); in S32_D565_Opaque_neon()
602 #define SkPixel32ToPixel16_ToU16(src) SkToU16(SkPixel32ToPixel16(src)) macro