Searched refs:SkPixel32ToPixel4444 (Results 1 – 2 of 2) sorted by relevance
277 dst[x] = SkPixel32ToPixel4444(c); in Sample_RGBA_D4444()295 dst[x] = SkPixel32ToPixel4444(c); in Sample_RGBA_D4444_SkipZ()455 dst[x] = SkPixel32ToPixel4444(c); in Sample_Index_D4444()488 dst[x] = SkPixel32ToPixel4444(c); in Sample_Index_D4444_SkipZ()
864 static inline SkPMColor16 SkPixel32ToPixel4444(SkPMColor c) { in SkPixel32ToPixel4444() function