Home
last modified time | relevance | path

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

/external/skia/legacy/src/ports/
DSkFontHost_mac_coretext.cpp1179 static inline int round8to5(int x) { in round8to5() function
1191 static inline int r32_to_16(int x) { return round8to5(x); } in r32_to_16()
1193 static inline int b32_to_16(int x) { return round8to5(x); } in b32_to_16()