Searched defs:FixedVersion (Results 1 – 3 of 3) sorted by relevance
228 struct FixedVersion struct230 uint32_t to_int () const { return (major << (sizeof (FixedType) * 8)) + minor; } in to_int()232 bool sanitize (hb_sanitize_context_t *c) const in sanitize()238 FixedType major;239 FixedType minor;
264 struct FixedVersion struct266 uint32_t to_int () const { return (major << (sizeof (FixedType) * 8)) + minor; } in to_int()268 bool sanitize (hb_sanitize_context_t *c) const in sanitize()274 FixedType major;275 FixedType minor;