Searched refs:permutation_table (Results 1 – 1 of 1) sorted by relevance
42 std::vector<int32_t>* permutation_table = subsetter->GlyphPermutationTable(); in Subset() local43 if (!permutation_table || permutation_table->empty()) in Subset()69 for (std::vector<int32_t>::iterator old_glyph_id = permutation_table->begin(), in Subset()70 old_glyph_id_end = permutation_table->end(); in Subset()