Searched refs:SkPixel32ToPixel4444 (Results 1 – 7 of 7) sorted by relevance
169 dst[x] = SkPixel32ToPixel4444(c); in Sample_RGBA_D4444()249 dst[x] = SkPixel32ToPixel4444(c); in Sample_Index_D4444()
17 *dst++ = SkPixel32ToPixel4444(c); in S32_D4444_Opaque()
153 dst[i] = SkPixel32ToPixel4444(this->xferColor(src[i], dstC)); in xfer4444()164 dst[i] = SkPixel32ToPixel4444(C); in xfer4444()267 dst[i] = SkPixel32ToPixel4444(proc(src[i], dstC)); in xfer4444()278 dst[i] = SkPixel32ToPixel4444(C); in xfer4444()
68 fPMColor16 = SkPixel32ToPixel4444(c); in SkARGB4444_Blitter()
218 *data = SkPixel32ToPixel4444(pmc); in ChooseBitmapXferProc()
248 dst[i] = SkBlend4444(SkPixel32ToPixel4444(src[i]), dst[i], d); in xfer4444()
612 static inline SkPMColor16 SkPixel32ToPixel4444(SkPMColor c) in SkPixel32ToPixel4444() function