Searched defs:SkDitherPack888ToRGB16 (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/core/
H A DSkColorPriv.h402 static inline uint16_t SkDitherPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b) { function
411 return SkDitherPack888ToRGB16(SkGetPackedR32(c), SkGetPackedG32(c), SkGetPackedB32(c));
/external/skia/legacy/include/core/
H A DSkColorPriv.h367 static inline uint16_t SkDitherPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b) { function
376 return SkDitherPack888ToRGB16(SkGetPackedR32(c), SkGetPackedG32(c), SkGetPackedB32(c));

Completed in 130 milliseconds