Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh220 struct FixedVersion struct
222 uint32_t to_int () const { return (major << (sizeof (FixedType) * 8)) + minor; } in to_int()
224 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
230 FixedType major;
231 FixedType minor;