Searched refs:AnchorTable (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DAnchorTables.h46 struct AnchorTable struct
56 struct Format1AnchorTable : AnchorTable
61 struct Format2AnchorTable : AnchorTable
68 struct Format3AnchorTable : AnchorTable
H A DCursiveAttachmentSubtables.cpp58 const AnchorTable *entryAnchorTable = (const AnchorTable *) ((char *) this + entryOffset);
67 const AnchorTable *exitAnchorTable = (const AnchorTable *) ((char *) this + exitOffset);
H A DMarkArrays.cpp52 const AnchorTable *anchorTable = (AnchorTable *) ((char *) this + anchorTableOffset);
H A DMarkToMarkPosnSubtables.cpp94 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) mark2Array + anchorTableOffset);
H A DMarkToBasePosnSubtables.cpp95 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) baseArray + anchorTableOffset);
H A DMarkToLigaturePosnSubtables.cpp105 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) ligatureAttachTable + anchorTableOffset);
H A DAnchorTables.cpp40 void AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance,

Completed in 36 milliseconds