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.hh417 unsigned int mark_index, unsigned int glyph_index, in apply()
423 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index); in apply()
1076 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); in apply() local
1077 if (likely (mark_index == NOT_COVERED)) return_trace (false); in apply()
1096 …return_trace ((this+markArray).apply (c, mark_index, base_index, this+baseArray, classCount, skipp… in apply()
1177 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); in apply() local
1178 if (likely (mark_index == NOT_COVERED)) return_trace (false); in apply()
1213 return_trace ((this+markArray).apply (c, mark_index, comp_index, lig_attach, classCount, j)); in apply()