Home
last modified time | relevance | path

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

/external/skia/legacy/src/ports/
DSkFontHost_mac_coretext.cpp1176 static inline int g32_to_16(int x) { return SkG32ToG16(x); } in g32_to_16() function
1192 static inline int g32_to_16(int x) { return round8to6(x); } in g32_to_16() function
1201 return SkPackRGB16(r32_to_16(r), g32_to_16(g), b32_to_16(b)); in rgb_to_lcd16()