Home
last modified time | relevance | path

Searched refs:SkDitherPack888ToRGB16 (Results 1 – 1 of 1) 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()