Searched refs:anchorTable (Results 1 – 4 of 4) sorted by relevance
27 const AnchorTable *anchorTable = (AnchorTable *) ((char *) this + anchorTableOffset); in getMarkClass() local29 anchorTable->getAnchor(glyphID, fontInstance, anchor); in getMarkClass()
65 … const AnchorTable *anchorTable = (const AnchorTable *) ((char *) mark2Array + anchorTableOffset); in process() local73 anchorTable->getAnchor(mark2Glyph, fontInstance, mark2Anchor); in process()
66 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) baseArray + anchorTableOffset); in process() local75 anchorTable->getAnchor(baseGlyph, fontInstance, baseAnchor); in process()
76 …const AnchorTable *anchorTable = (const AnchorTable *) ((char *) ligatureAttachTable + anchorTable… in process() local79 anchorTable->getAnchor(ligatureGlyph, fontInstance, ligatureAnchor); in process()