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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DPairPositioningSubtables.cpp93 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2));
110 if (valueFormat2 != 0) {
113 valueRecord2->adjustPosition(SWAPW(valueFormat2), (char *) this, *glyphIterator, fontInstance);
143 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2));
154 if (valueFormat2 != 0) {
157 valueRecord2->adjustPosition(SWAPW(valueFormat2), (const char *) this, *glyphIterator, fontInstance);
H A DPairPositioningSubtables.h67 ValueFormat valueFormat2; member in struct:PairPositioningSubtable

Completed in 39 milliseconds