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

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh417 unsigned int mark_index, unsigned int glyph_index,
423 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index);
1066 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); local
1067 if (likely (mark_index == NOT_COVERED)) return_trace (false);
1088 return_trace ((this+markArray).apply (c, mark_index, base_index, this+baseArray, classCount, skippy_iter.idx));
1169 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); local
1170 if (likely (mark_index == NOT_COVERED)) return_trace (false);
1205 return_trace ((this+markArray).apply (c, mark_index, comp_index, lig_attach, classCount, j));
416 apply(hb_apply_context_t *c, unsigned int mark_index, unsigned int glyph_index, const AnchorMatrix &anchors, unsigned int class_count, unsigned int glyph_pos) const argument

Completed in 107 milliseconds