Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh127 struct HBFixed : HBINT32 struct
129 HBFixed& operator = (uint32_t i) { HBINT32::operator= (i); return *this; } in operator =()
131 float to_float () const { return ((int32_t) v) / 65536.f; } in to_float()
132 void set_float (float f) { v = roundf (f * 65536.f); } in set_float()