Searched refs:anchorTableOffset (Results 1 – 4 of 4) sorted by relevance
64 Offset anchorTableOffset = SWAPW(mark2Record->mark2AnchorTableOffsetArray[markClass]); in process() local65 … const AnchorTable *anchorTable = (const AnchorTable *) ((char *) mark2Array + anchorTableOffset); in process()68 if (anchorTableOffset == 0) { in process()
26 Offset anchorTableOffset = SWAPW(markRecord->markAnchorTableOffset); in getMarkClass() local27 const AnchorTable *anchorTable = (AnchorTable *) ((char *) this + anchorTableOffset); in getMarkClass()
65 Offset anchorTableOffset = SWAPW(baseRecord->baseAnchorTableOffsetArray[markClass]); in process() local66 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) baseArray + anchorTableOffset); in process()69 if (anchorTableOffset == 0) { in process()
75 Offset anchorTableOffset = SWAPW(componentRecord->ligatureAnchorTableOffsetArray[markClass]); in process() local76 …nchorTable *anchorTable = (const AnchorTable *) ((char *) ligatureAttachTable + anchorTableOffset); in process()