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

/external/skia/include/core/
H A DSkColorPriv.h241 static inline uint16_t SkPackRGB16(unsigned r, unsigned g, unsigned b) { function
614 return SkPackRGB16(r, g, b);
657 return SkPackRGB16(dr, dg, db);
847 return SkPackRGB16(sr + dr, sg + dg, sb + db);

Completed in 87 milliseconds