Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkColorPriv.h298 static inline uint16_t SkDitherPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b) { in SkDitherPack888ToRGB16() function
307 return SkDitherPack888ToRGB16(SkGetPackedR32(c), SkGetPackedG32(c), SkGetPackedB32(c)); in SkDitherPixel32ToPixel16()
/external/skia/src/core/
DSkBlitter_RGB16.cpp539 fRawDither16 = SkDitherPack888ToRGB16(r, g, b); in SkRGB16_Blitter()
/external/skia/src/effects/
DSkGradientShader.cpp446 cache[kCache16Count] = SkDitherPack888ToRGB16(rr, gg, bb); in Build16bitCache()