Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1190 unsigned int lig_index = (this+ligatureCoverage).get_coverage (buffer->info[j].codepoint); in apply() local
1191 if (lig_index == NOT_COVERED) return_trace (false); in apply()
1194 const LigatureAttach& lig_attach = lig_array[lig_index]; in apply()