Searched defs:anchorTable (Results 1 - 4 of 4) sorted by relevance

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

Completed in 898 milliseconds