Home
last modified time | relevance | path

Searched refs:fGSUBTable (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/layout/
DOpenTypeLayoutEngine.cpp82 fGSUBTable(gsubTable), fGDEFTable(NULL), fGPOSTable(NULL), fSubstitutionFilter(NULL) in OpenTypeLayoutEngine()
124 fGSUBTable(NULL), fGDEFTable(NULL), fGPOSTable(NULL), fSubstitutionFilter(NULL) in OpenTypeLayoutEngine()
245 if (fGSUBTable != NULL) { in glyphProcessing()
246 …if (fScriptTagV2 != nullScriptTag && fGSUBTable->coversScriptAndLanguage(fScriptTagV2,fLangSysTag)… in glyphProcessing()
247 …count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTagV2, fLangSysTag, fGDEFTable, fSub… in glyphProcessing()
251 …count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubst… in glyphProcessing()
272 if (fGSUBTable != NULL) { in glyphSubstitution()
273 …if (fScriptTagV2 != nullScriptTag && fGSUBTable->coversScriptAndLanguage(fScriptTagV2,fLangSysTag)… in glyphSubstitution()
274 …count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTagV2, fLangSysTag, fGDEFTable, fSub… in glyphSubstitution()
278 …count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubst… in glyphSubstitution()
DOpenTypeLayoutEngine.h201 const GlyphSubstitutionTableHeader *fGSUBTable; variable
DArabicLayoutEngine.cpp132 fGSUBTable = (const GlyphSubstitutionTableHeader *) CanonShaping::glyphSubstitutionTable; in UnicodeArabicOpenTypeLayoutEngine()