Searched defs:FixedVersion (Results 1 – 2 of 2) sorted by relevance
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;
361 struct FixedVersion struct363 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;