Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-os2-table.hh61 struct OS2V2Tail struct
63 bool has_data () const { return sxHeight || sCapHeight; } in has_data()
65 const OS2V2Tail * operator -> () const { return this; } in operator ->()
66 OS2V2Tail * operator -> () { return this; } in operator ->()
68 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
75 HBINT16 sxHeight;
76 HBINT16 sCapHeight;
77 HBUINT16 usDefaultChar;
78 HBUINT16 usBreakChar;
79 HBUINT16 usMaxContext;