Searched refs:fGPOSTable (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | OpenTypeLayoutEngine.cpp | 134 fGPOSTable(fontInstance, LE_GPOS_TABLE_TAG, success), fSubstitutionFilter(NULL) in OpenTypeLayoutEngine() 142 if (!fGPOSTable.isEmpty()&& !fGPOSTable->coversScript(fGPOSTable, fScriptTag, success)) { in OpenTypeLayoutEngine() 143 fGPOSTable.clear(); // already loaded in OpenTypeLayoutEngine() 226 fGSUBTable(), fGDEFTable(), fGPOSTable(), fSubstitutionFilter(NULL) in OpenTypeLayoutEngine() 462 if (!fGPOSTable.isEmpty()) { in adjustGlyphPositions() 485 if (!fGPOSTable.isEmpty()) { in adjustGlyphPositions() 487 … fGPOSTable->coversScriptAndLanguage(fGPOSTable, fScriptTagV2,fLangSysTag,success)) { in adjustGlyphPositions() 488 … fGPOSTable->process(fGPOSTable, glyphStorage, adjustments, reverse, fScriptTagV2, fLangSysTag, in adjustGlyphPositions() 492 … fGPOSTable->process(fGPOSTable, glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag, in adjustGlyphPositions()
|
D | OpenTypeLayoutEngine.h | 221 LEReferenceTo<GlyphPositioningTableHeader> fGPOSTable; variable
|
D | ArabicLayoutEngine.cpp | 119 if (!fGPOSTable.isEmpty()) { in adjustGlyphPositions()
|