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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DPairPositioningSubtables.cpp92 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1));
106 if (valueFormat1 != 0) {
107 pairValueRecord->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fontInstance);
142 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1));
150 if (valueFormat1 != 0) {
151 class2Record->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fontInstance);
H A DPairPositioningSubtables.h66 ValueFormat valueFormat1; member in struct:PairPositioningSubtable

Completed in 30 milliseconds