HomeSort by relevance Sort by last modified time
    Searched defs:SkDitherPack888ToRGB16 (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkColorPriv.h 402 static inline uint16_t SkDitherPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b) {
411 return SkDitherPack888ToRGB16(SkGetPackedR32(c), SkGetPackedG32(c), SkGetPackedB32(c));
  /external/skia/legacy/include/core/
SkColorPriv.h 367 static inline uint16_t SkDitherPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b) {
376 return SkDitherPack888ToRGB16(SkGetPackedR32(c), SkGetPackedG32(c), SkGetPackedB32(c));

Completed in 39 milliseconds