Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-common.hh210 struct hb_collect_variation_indices_context_t : struct
214 return_t dispatch (const T &obj) { obj.collect_variation_indices (this); return hb_empty_t (); } in dispatch()
215 static return_t default_return_value () { return hb_empty_t (); } in default_return_value()
217 hb_set_t *layout_variation_indices;
218 const hb_set_t *glyph_set;
219 const hb_map_t *gpos_lookups;
221 hb_collect_variation_indices_context_t (hb_set_t *layout_variation_indices_, in hb_collect_variation_indices_context_t() function