Searched refs:fScriptTag (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/layout/ |
D | OpenTypeLayoutEngine.cpp | 107 if (gposTable != NULL && gposTable->coversScript(fScriptTag)) { in OpenTypeLayoutEngine() 173 fScriptTag = getScriptTag(fScriptCode); in setScriptAndLanguageTags() 251 …count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubst… in glyphProcessing() 278 …count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubst… in glyphSubstitution() 385 …fGPOSTable->process(glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag, fGDEFTable, succe… in adjustGlyphPositions()
|
D | OpenTypeLayoutEngine.h | 232 LETag fScriptTag; variable
|