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

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh388 unsigned int mark_index, unsigned int glyph_index,
393 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index);
1028 unsigned int mark_index = (this+markCoverage).get_coverage (c->buffer->cur().codepoint); local
1029 if (likely (mark_index == NOT_COVERED)) return TRACE_RETURN (false);
1047 return TRACE_RETURN ((this+markArray).apply (c, mark_index, base_index, this+baseArray, classCount, skippy_iter.idx));
1132 unsigned int mark_index = (this+markCoverage).get_coverage (c->buffer->cur().codepoint); local
1133 if (likely (mark_index == NOT_COVERED)) return TRACE_RETURN (false);
1167 return TRACE_RETURN ((this+markArray).apply (c, mark_index, comp_index, lig_attach, classCount, j));
387 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
/external/harfbuzz/src/
H A Dharfbuzz-gpos.c2219 HB_UShort i, j, mark_index, base_index, property, class; local
2246 &mark_index );
2285 if ( mark_index >= ma->MarkCount )
2288 class = ma->MarkRecord[mark_index].Class;
2289 mark_anchor = &ma->MarkRecord[mark_index].MarkAnchor;
2626 HB_UShort i, j, mark_index, lig_index, property, class; local
2656 error = _HB_OPEN_Coverage_Index( &mlp->MarkCoverage, mark_glyph, &mark_index );
2696 if ( mark_index >= ma->MarkCount )
2699 class = ma->MarkRecord[mark_index].Class;
2700 mark_anchor = &ma->MarkRecord[mark_index]
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos.c2219 HB_UShort i, j, mark_index, base_index, property, class; local
2246 &mark_index );
2285 if ( mark_index >= ma->MarkCount )
2288 class = ma->MarkRecord[mark_index].Class;
2289 mark_anchor = &ma->MarkRecord[mark_index].MarkAnchor;
2626 HB_UShort i, j, mark_index, lig_index, property, class; local
2656 error = _HB_OPEN_Coverage_Index( &mlp->MarkCoverage, mark_glyph, &mark_index );
2696 if ( mark_index >= ma->MarkCount )
2699 class = ma->MarkRecord[mark_index].Class;
2700 mark_anchor = &ma->MarkRecord[mark_index]
[all...]

Completed in 104 milliseconds