Searched refs:first_glyph_idx (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh123 for (unsigned int first_glyph_idx = 0; first_glyph_idx < ARRAY_LENGTH (first_glyphs); first_glyph_idx++)
125 hb_codepoint_t first_u = ligature_table[first_glyph_idx].first;
131 first_glyphs_indirection[num_first_glyphs] = first_glyph_idx;
139 unsigned int first_glyph_idx = first_glyphs_indirection[i]; local
143 hb_codepoint_t second_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].second;
144 hb_codepoint_t ligature_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].ligature;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh123 for (unsigned int first_glyph_idx = 0; first_glyph_idx < ARRAY_LENGTH (first_glyphs); first_glyph_idx++)
125 hb_codepoint_t first_u = ligature_table[first_glyph_idx].first;
131 first_glyphs_indirection[num_first_glyphs] = first_glyph_idx;
139 unsigned int first_glyph_idx = first_glyphs_indirection[i]; local
143 hb_codepoint_t second_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].second;
144 hb_codepoint_t ligature_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].ligature;

Completed in 75 milliseconds