Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cff2-table.hh117 struct CFF2VariationStore struct
119 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
125 bool serialize (hb_serialize_context_t *c, const CFF2VariationStore *varStore) in serialize()
135 unsigned int get_size () const { return HBUINT16::static_size + size; } in get_size()
137 HBUINT16 size;
138 VariationStore varStore;