Home
last modified time | relevance | path

Searched refs:anchorTable (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/layout/
DMarkArrays.cpp27 const AnchorTable *anchorTable = (AnchorTable *) ((char *) this + anchorTableOffset); in getMarkClass() local
29 anchorTable->getAnchor(glyphID, fontInstance, anchor); in getMarkClass()
DMarkToMarkPosnSubtables.cpp65 … const AnchorTable *anchorTable = (const AnchorTable *) ((char *) mark2Array + anchorTableOffset); in process() local
73 anchorTable->getAnchor(mark2Glyph, fontInstance, mark2Anchor); in process()
DMarkToBasePosnSubtables.cpp66 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) baseArray + anchorTableOffset); in process() local
75 anchorTable->getAnchor(baseGlyph, fontInstance, baseAnchor); in process()
DMarkToLigaturePosnSubtables.cpp76 …const AnchorTable *anchorTable = (const AnchorTable *) ((char *) ligatureAttachTable + anchorTable… in process() local
79 anchorTable->getAnchor(ligatureGlyph, fontInstance, ligatureAnchor); in process()