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

  /external/icu4c/layout/
OpenTypeLayoutEngine.cpp 132 fGSUBTable(gsubTable), fGDEFTable(NULL), fGPOSTable(NULL), fSubstitutionFilter(NULL)
206 fGPOSTable = gposTable;
222 fGSUBTable(NULL), fGDEFTable(NULL), fGPOSTable(NULL), fSubstitutionFilter(NULL)
456 if (fGPOSTable != NULL) {
479 if (fGPOSTable != NULL) {
480 if (fScriptTagV2 != nullScriptTag && fGPOSTable->coversScriptAndLanguage(fScriptTagV2,fLangSysTag)) {
481 fGPOSTable->process(glyphStorage, adjustments, reverse, fScriptTagV2, fLangSysTag, fGDEFTable, success, fFontInstance,
485 fGPOSTable->process(glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag, fGDEFTable, success, fFontInstance,
OpenTypeLayoutEngine.h 215 const GlyphPositioningTableHeader *fGPOSTable;
ArabicLayoutEngine.cpp 115 if (fGPOSTable != NULL) {

Completed in 42 milliseconds