Searched refs:AnchorTable (Results 1 – 8 of 8) sorted by relevance
21 struct AnchorTable struct31 struct Format1AnchorTable : AnchorTable argument36 struct Format2AnchorTable : AnchorTable43 struct Format3AnchorTable : AnchorTable
33 const AnchorTable *entryAnchorTable = (const AnchorTable *) ((char *) this + entryOffset); in process()42 const AnchorTable *exitAnchorTable = (const AnchorTable *) ((char *) this + exitOffset); in process()
27 const AnchorTable *anchorTable = (AnchorTable *) ((char *) this + anchorTableOffset); in getMarkClass()
65 … const AnchorTable *anchorTable = (const AnchorTable *) ((char *) mark2Array + anchorTableOffset); in process()
76 …const AnchorTable *anchorTable = (const AnchorTable *) ((char *) ligatureAttachTable + anchorTable… in process()
66 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) baseArray + anchorTableOffset); in process()
15 void AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, in getAnchor()
1754 #define AnchorTable U_ICU_ENTRY_POINT_RENAME(AnchorTable) macro