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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DMarkArrays.cpp52 const AnchorTable *anchorTable = (AnchorTable *) ((char *) this + anchorTableOffset); local
54 anchorTable->getAnchor(glyphID, fontInstance, anchor);
H A DMarkToMarkPosnSubtables.cpp94 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) mark2Array + anchorTableOffset); local
102 anchorTable->getAnchor(mark2Glyph, fontInstance, mark2Anchor);
H A DMarkToBasePosnSubtables.cpp95 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) baseArray + anchorTableOffset); local
104 anchorTable->getAnchor(baseGlyph, fontInstance, baseAnchor);
H A DMarkToLigaturePosnSubtables.cpp105 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) ligatureAttachTable + anchorTableOffset); local
108 anchorTable->getAnchor(ligatureGlyph, fontInstance, ligatureAnchor);

Completed in 34 milliseconds