Home
last modified time | relevance | path

Searched refs:SkPackRGB16 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/include/private/
DSkColorData.h142 static inline uint16_t SkPackRGB16(unsigned r, unsigned g, unsigned b) { in SkPackRGB16() function
351 return SkPackRGB16(dr, dg, db); in SkSrcOver32To16()
/third_party/skia/src/core/
DSkAAClip.cpp1801 return SkPackRGB16(SkMulDiv255Round(r, alpha), in mergeOne()