Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh236 struct FixedVersion struct
238 uint32_t to_int () const { return (major << (sizeof (FixedType) * 8)) + minor; } in to_int()
240 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
246 FixedType major;
247 FixedType minor;