Home
last modified time | relevance | path

Searched refs:mark2_indexes (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/OT/Layout/GPOS/
DMarkMarkPosFormat1.hh74 hb_sorted_vector_t<unsigned> mark2_indexes; in collect_variation_indices() local
80 | hb_sink (mark2_indexes) in collect_variation_indices()
83 (this+mark2Array).collect_variation_indices (c, mark2_indexes.iter ()); in collect_variation_indices()
206 hb_sorted_vector_t<unsigned> mark2_indexes; in subset() local
213 | hb_sink (mark2_indexes) in subset()
217 … out->mark2Array.serialize_subset (c, mark2Array, this, mark2_iter.len (), mark2_indexes.iter ()); in subset()