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

  /external/icu4c/layout/
ArabicLayoutEngine.cpp 117 } else if (fGDEFTable != NULL) {
118 GDEFMarkFilter filter(fGDEFTable);
133 fGDEFTable = (const GlyphDefinitionTableHeader *) CanonShaping::glyphDefinitionTable;
211 GDEFMarkFilter filter(fGDEFTable);
OpenTypeLayoutEngine.cpp 132 fGSUBTable(gsubTable), fGDEFTable(NULL), fGPOSTable(NULL), fSubstitutionFilter(NULL)
201 fGDEFTable = (const GlyphDefinitionTableHeader *) getFontTable(gdefTableTag);
222 fGSUBTable(NULL), fGDEFTable(NULL), fGPOSTable(NULL), fSubstitutionFilter(NULL)
345 count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTagV2, fLangSysTag, fGDEFTable, fSubstitutionFilter,
349 count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubstitutionFilter,
372 count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTagV2, fLangSysTag, fGDEFTable, fSubstitutionFilter,
376 count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubstitutionFilter,
481 fGPOSTable->process(glyphStorage, adjustments, reverse, fScriptTagV2, fLangSysTag, fGDEFTable, success, fFontInstance,
485 fGPOSTable->process(glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag, fGDEFTable, success, fFontInstance,
OpenTypeLayoutEngine.h 208 const GlyphDefinitionTableHeader *fGDEFTable;

Completed in 137 milliseconds