Searched refs:SkDitherPack888ToRGB16 (Results 1 – 3 of 3) sorted by relevance
298 static inline uint16_t SkDitherPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b) { in SkDitherPack888ToRGB16() function307 return SkDitherPack888ToRGB16(SkGetPackedR32(c), SkGetPackedG32(c), SkGetPackedB32(c)); in SkDitherPixel32ToPixel16()
539 fRawDither16 = SkDitherPack888ToRGB16(r, g, b); in SkRGB16_Blitter()
446 cache[kCache16Count] = SkDitherPack888ToRGB16(rr, gg, bb); in Build16bitCache()