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

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh1248 unsigned int mark1_index = (this+mark1Coverage).get_coverage (c->buffer->cur().codepoint); local
1249 if (likely (mark1_index == NOT_COVERED)) return TRACE_RETURN (false);
1284 return TRACE_RETURN ((this+mark1Array).apply (c, mark1_index, mark2_index, this+mark2Array, classCount, j));
/external/harfbuzz/src/
H A Dharfbuzz-gpos.c2953 HB_UShort i, j, mark1_index, mark2_index, property, class; local
2981 &mark1_index );
3025 if ( mark1_index >= ma1->MarkCount )
3028 class = ma1->MarkRecord[mark1_index].Class;
3029 mark1_anchor = &ma1->MarkRecord[mark1_index].MarkAnchor;
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos.c2953 HB_UShort i, j, mark1_index, mark2_index, property, class; local
2981 &mark1_index );
3025 if ( mark1_index >= ma1->MarkCount )
3028 class = ma1->MarkRecord[mark1_index].Class;
3029 mark1_anchor = &ma1->MarkRecord[mark1_index].MarkAnchor;

Completed in 86 milliseconds