Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shaper-arabic-fallback.hh147 …for (unsigned int ligature_idx = 0; ligature_idx < ARRAY_LENGTH (ligature_table[0].ligatures); lig… in arabic_fallback_synthesize_lookup_ligature() local
149 hb_codepoint_t ligature_u = ligature_table[first_glyph_idx].ligatures[ligature_idx].ligature; in arabic_fallback_synthesize_lookup_ligature()
154 const auto &components = ligature_table[first_glyph_idx].ligatures[ligature_idx].components; in arabic_fallback_synthesize_lookup_ligature()
159 …hb_codepoint_t component_u = ligature_table[first_glyph_idx].ligatures[ligature_idx].components[… in arabic_fallback_synthesize_lookup_ligature()
Dhb-aat-layout-morx-table.hh500 unsigned int ligature_idx = 0; in transition() local
526 ligature_idx += componentData; in transition()
533 ligature_idx = Types::offsetToIndex (ligature_idx, table, ligature.arrayZ); in transition()
534 const HBGlyphID16 &ligatureData = ligature[ligature_idx]; in transition()