Searched defs:ligatureAttachTable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DMarkToLigaturePosnSubtables.cpp94 const LigatureAttachTable *ligatureAttachTable = (const LigatureAttachTable *) ((char *) ligatureArray + ligatureAttachOffset); local
95 le_int32 componentCount = SWAPW(ligatureAttachTable->componentCount);
103 const ComponentRecord *componentRecord = &ligatureAttachTable->componentRecordArray[component * mcCount];
105 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) ligatureAttachTable + anchorTableOffset);

Completed in 35 milliseconds