HomeSort by relevance Sort by last modified time
    Searched full:first_glyph_idx (Results 1 - 1 of 1) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 118 for (unsigned int first_glyph_idx = 0; first_glyph_idx < ARRAY_LENGTH (first_glyphs); first_glyph_idx++)
120 hb_codepoint_t first_u = ligature_table[first_glyph_idx].first;
126 first_glyphs_indirection[num_first_glyphs] = first_glyph_idx;
134 unsigned int first_glyph_idx = first_glyphs_indirection[i]; local
138 hb_codepoint_t second_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].second;
139 hb_codepoint_t ligature_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].ligature;

Completed in 1427 milliseconds