Home
last modified time | relevance | path

Searched refs:SkDitherPack888ToRGB16 (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkColorPriv.h653 static inline uint16_t SkDitherPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b) { in SkDitherPack888ToRGB16() function
662 return SkDitherPack888ToRGB16(SkGetPackedR32(c), SkGetPackedG32(c), SkGetPackedB32(c)); in SkDitherPixel32ToPixel16()
/external/skia/src/core/
DSkBlitter_RGB16.cpp520 fRawDither16 = SkDitherPack888ToRGB16(r, g, b); in SkRGB16_Blitter()