Searched refs:markCoverage (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | MarkToMarkPosnSubtables.cpp | 32 le_int32 markCoverage = getGlyphCoverage(base, (LEGlyphID) markGlyph, success); in process() local 34 if (markCoverage < 0) { in process() 41 le_int32 markClass = markArray->getMarkClass(markGlyph, markCoverage, fontInstance, markAnchor); in process()
|
D | MarkToLigaturePosnSubtables.cpp | 31 le_int32 markCoverage = getGlyphCoverage(base, (LEGlyphID) markGlyph, success); in process() local 33 if (markCoverage < 0) { in process() 40 le_int32 markClass = markArray->getMarkClass(markGlyph, markCoverage, fontInstance, markAnchor); in process()
|
D | MarkToBasePosnSubtables.cpp | 32 le_int32 markCoverage = getGlyphCoverage(base, (LEGlyphID) markGlyph, success); in process() local 34 if (markCoverage < 0) { in process() 41 le_int32 markClass = markArray->getMarkClass(markGlyph, markCoverage, fontInstance, markAnchor); in process()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 1064 (this+markCoverage).add_coverage (c->input); in collect_glyphs() 1070 return this+markCoverage; in get_coverage() 1077 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); in apply() 1104 markCoverage.sanitize (c, this) && in sanitize() 1113 markCoverage; /* Offset to MarkCoverage table--from member 1165 (this+markCoverage).add_coverage (c->input); in collect_glyphs() 1171 return this+markCoverage; in get_coverage() 1178 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); in apply() 1221 markCoverage.sanitize (c, this) && in sanitize() 1230 markCoverage; /* Offset to Mark Coverage table--from member
|