Home
last modified time | relevance | path

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

/external/icu4c/layout/
DOpenTypeLayoutEngine.cpp82 fGSUBTable(gsubTable), fGDEFTable(NULL), fGPOSTable(NULL), fSubstitutionFilter(NULL) in OpenTypeLayoutEngine()
103 fGDEFTable = (const GlyphDefinitionTableHeader *) getFontTable(gdefTableTag); in OpenTypeLayoutEngine()
124 fGSUBTable(NULL), fGDEFTable(NULL), fGPOSTable(NULL), fSubstitutionFilter(NULL) in OpenTypeLayoutEngine()
247 …UBTable->process(glyphStorage, rightToLeft, fScriptTagV2, fLangSysTag, fGDEFTable, fSubstitutionFi… in glyphProcessing()
251 …count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubst… in glyphProcessing()
274 …UBTable->process(glyphStorage, rightToLeft, fScriptTagV2, fLangSysTag, fGDEFTable, fSubstitutionFi… in glyphSubstitution()
278 …count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubst… in glyphSubstitution()
381 …process(glyphStorage, adjustments, reverse, fScriptTagV2, fLangSysTag, fGDEFTable, success, fFontI… in adjustGlyphPositions()
385 …->process(glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag, fGDEFTable, success, fFontI… in adjustGlyphPositions()
DArabicLayoutEngine.cpp117 } else if (fGDEFTable != NULL) { in adjustGlyphPositions()
118 GDEFMarkFilter filter(fGDEFTable); in adjustGlyphPositions()
133 fGDEFTable = (const GlyphDefinitionTableHeader *) CanonShaping::glyphDefinitionTable; in UnicodeArabicOpenTypeLayoutEngine()
211 GDEFMarkFilter filter(fGDEFTable); in adjustGlyphPositions()
DOpenTypeLayoutEngine.h208 const GlyphDefinitionTableHeader *fGDEFTable; variable