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

  /external/icu4c/layout/
OpenTypeLayoutEngine.h 232 LETag fScriptTag;
OpenTypeLayoutEngine.cpp 106 // if (gposTable != NULL && gposTable->coversScriptAndLanguage(fScriptTag, fLangSysTag)) {
107 if (gposTable != NULL && gposTable->coversScript(fScriptTag)) {
173 fScriptTag = getScriptTag(fScriptCode);
251 count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubstitutionFilter,
278 count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubstitutionFilter,
387 fGPOSTable->process(glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag, fGDEFTable, success, fFontInstance,

Completed in 38 milliseconds