Home
last modified time | relevance | path

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

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