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

/external/skia/include/core/
H A DSkColorPriv.h82 static inline uint16_t SkPackRGB16(unsigned r, unsigned g, unsigned b) { function
372 return SkPackRGB16(r, g, b);
415 return SkPackRGB16(dr, dg, db);
619 return SkPackRGB16(sr + dr, sg + dg, sb + db);

Completed in 508 milliseconds