Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh426 unsigned int mark_index, unsigned int glyph_index, in apply()
432 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index); in apply()
1152 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); in apply() local
1153 if (likely (mark_index == NOT_COVERED)) return_trace (false); in apply()
1185 …return_trace ((this+markArray).apply (c, mark_index, base_index, this+baseArray, classCount, skipp… in apply()
1274 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); in apply() local
1275 if (likely (mark_index == NOT_COVERED)) return_trace (false); in apply()
1310 return_trace ((this+markArray).apply (c, mark_index, comp_index, lig_attach, classCount, j)); in apply()