Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type-private.hh748 struct FixedVersion struct
750 inline uint32_t to_int (void) const { return (major << (sizeof(FixedType) * 8)) + minor; } in to_int()
752 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()
758 FixedType major;
759 FixedType minor;