Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-open-type.hh361 struct FixedVersion struct
363 uint32_t to_int () const { return (major << (sizeof (FixedType) * 8)) + minor; } in to_int()
365 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
371 FixedType major;
372 FixedType minor;