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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DArabicLayoutEngine.cpp146 } else if (!fGDEFTable.isEmpty()) {
147 GDEFMarkFilter filter(fGDEFTable, success);
161 fGDEFTable = (const GlyphDefinitionTableHeader *) CanonShaping::glyphDefinitionTable;
238 GDEFMarkFilter filter(fGDEFTable, success);
H A DOpenTypeLayoutEngine.cpp158 fGDEFTable(fontInstance, LE_GDEF_TABLE_TAG, success),
251 fGSUBTable(), fGDEFTable(), fGPOSTable(), fSubstitutionFilter(NULL)
376 count = fGSUBTable->process(fGSUBTable, glyphStorage, rightToLeft, fScriptTagV2, fLangSysTag, fGDEFTable, fSubstitutionFilter,
380 count = fGSUBTable->process(fGSUBTable, glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubstitutionFilter,
403 count = fGSUBTable->process(fGSUBTable, glyphStorage, rightToLeft, fScriptTagV2, fLangSysTag, fGDEFTable, fSubstitutionFilter,
407 count = fGSUBTable->process(fGSUBTable, glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubstitutionFilter,
514 fGDEFTable, success, fFontInstance, fFeatureMap, fFeatureMapCount, fFeatureOrder);
518 fGDEFTable, success, fFontInstance, fFeatureMap, fFeatureMapCount, fFeatureOrder);
H A DOpenTypeLayoutEngine.h239 LEReferenceTo<GlyphDefinitionTableHeader> fGDEFTable; member in class:OpenTypeLayoutEngine

Completed in 32 milliseconds