Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-open-type.hh228 struct FixedVersion struct
230 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;
/third_party/harfbuzz/src/
Dhb-open-type.hh264 struct FixedVersion struct
266 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;
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-open-type.hh264 struct FixedVersion struct
266 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;