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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DSinglePositioningSubtables.cpp45 switch(SWAPW(subtableFormat))
H A DSingleSubstitutionSubtables.cpp44 switch(SWAPW(subtableFormat))
H A DLookups.h58 le_uint16 subtableFormat; member in struct:LookupSubtable
H A DPairPositioningSubtables.cpp46 switch(SWAPW(subtableFormat))
H A DContextualSubstSubtables.cpp182 switch(SWAPW(subtableFormat))
359 switch(SWAPW(subtableFormat))
/openjdk7/jdk/src/share/classes/sun/font/
H A DCMap.java402 int subtableFormat = buffer.getChar(offset);
404 if (subtableFormat < 8) {
414 switch (subtableFormat) {

Completed in 117 milliseconds