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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DOpenTypeLayoutEngine.cpp159 fGPOSTable(fontInstance, LE_GPOS_TABLE_TAG, success), fSubstitutionFilter(NULL)
167 if (!fGPOSTable.isEmpty()&& !fGPOSTable->coversScript(fGPOSTable, fScriptTag, success)) {
168 fGPOSTable.clear(); // already loaded
251 fGSUBTable(), fGDEFTable(), fGPOSTable(), fSubstitutionFilter(NULL)
487 if (!fGPOSTable.isEmpty()) {
510 if (!fGPOSTable.isEmpty()) {
512 fGPOSTable->coversScriptAndLanguage(fGPOSTable, fScriptTagV
[all...]
H A DOpenTypeLayoutEngine.h246 LEReferenceTo<GlyphPositioningTableHeader> fGPOSTable; member in class:OpenTypeLayoutEngine
H A DArabicLayoutEngine.cpp144 if (!fGPOSTable.isEmpty()) {

Completed in 33 milliseconds