Home
last modified time | relevance | path

Searched defs:F2DOT14 (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-open-type.hh111 struct F2DOT14 : HBINT16 struct
114 float to_float () const { return ((int32_t) v) / 16384.f; } in to_float()
115 void set_float (float f) { v.set (round (f * 16384.f)); } in set_float()