Searched refs:mark_index (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 413 unsigned int mark_index, unsigned int glyph_index, in apply() 419 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index); in apply() 1077 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); in apply() local 1078 if (likely (mark_index == NOT_COVERED)) return_trace (false); in apply() 1097 …return_trace ((this+markArray).apply (c, mark_index, base_index, this+baseArray, classCount, skipp… in apply() 1178 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); in apply() local 1179 if (likely (mark_index == NOT_COVERED)) return_trace (false); in apply() 1214 return_trace ((this+markArray).apply (c, mark_index, comp_index, lig_attach, classCount, j)); in apply()
|