HomeSort by relevance Sort by last modified time
    Searched refs:fGPOSTable (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/layout/
OpenTypeLayoutEngine.cpp 134 fGPOSTable(fontInstance, LE_GPOS_TABLE_TAG, success), fSubstitutionFilter(NULL)
142 if (!fGPOSTable.isEmpty()&& !fGPOSTable->coversScript(fGPOSTable, fScriptTag, success)) {
143 fGPOSTable.clear(); // already loaded
226 fGSUBTable(), fGDEFTable(), fGPOSTable(), fSubstitutionFilter(NULL)
462 if (!fGPOSTable.isEmpty()) {
485 if (!fGPOSTable.isEmpty()) {
487 fGPOSTable->coversScriptAndLanguage(fGPOSTable, fScriptTagV2,fLangSysTag,success)) {
    [all...]
OpenTypeLayoutEngine.h 221 LEReferenceTo<GlyphPositioningTableHeader> fGPOSTable;
ArabicLayoutEngine.cpp 119 if (!fGPOSTable.isEmpty()) {

Completed in 106 milliseconds