Searched refs:r32_to_16 (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_mac_coretext.cpp408 static inline int r32_to_16(int x) { return SkR32ToR16(x); } function
424 static inline int r32_to_16(int x) { return round8to5(x); } function
440 return SkPackRGB16(r32_to_16(r), g32_to_16(g), b32_to_16(b));

Completed in 177 milliseconds