Home
last modified time | relevance | path

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

/external/skia/legacy/src/ports/
DSkFontHost_mac_coretext.cpp1182 static inline int round8to6(int x) { in round8to6() function
1192 static inline int g32_to_16(int x) { return round8to6(x); } in g32_to_16()