Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh277 struct FixedVersion struct
279 uint32_t to_int () const { return (major << (sizeof (FixedType) * 8)) + minor; } in to_int()
281 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
287 FixedType major;
288 FixedType minor;