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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DMarkArrays.cpp51 Offset anchorTableOffset = SWAPW(markRecord->markAnchorTableOffset); local
52 const AnchorTable *anchorTable = (AnchorTable *) ((char *) this + anchorTableOffset);
H A DMarkToMarkPosnSubtables.cpp93 Offset anchorTableOffset = SWAPW(mark2Record->mark2AnchorTableOffsetArray[markClass]); local
94 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) mark2Array + anchorTableOffset);
97 if (anchorTableOffset == 0) {
H A DMarkToBasePosnSubtables.cpp94 Offset anchorTableOffset = SWAPW(baseRecord->baseAnchorTableOffsetArray[markClass]); local
95 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) baseArray + anchorTableOffset);
98 if (anchorTableOffset == 0) {
H A DMarkToLigaturePosnSubtables.cpp104 Offset anchorTableOffset = SWAPW(componentRecord->ligatureAnchorTableOffsetArray[markClass]); local
105 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) ligatureAttachTable + anchorTableOffset);

Completed in 65 milliseconds