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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DMarkToMarkPosnSubtables.cpp82 const Mark2Array *mark2Array = (const Mark2Array *) ((char *) this + SWAPW(baseArrayOffset)); local
83 le_uint16 mark2Count = SWAPW(mark2Array->mark2RecordCount);
92 const Mark2Record *mark2Record = &mark2Array->mark2RecordArray[mark2Coverage * mcCount];
94 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) mark2Array + anchorTableOffset);

Completed in 470 milliseconds