Home
last modified time | relevance | path

Searched refs:fScriptTag (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/layout/
DOpenTypeLayoutEngine.cpp107 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()
DOpenTypeLayoutEngine.h232 LETag fScriptTag; variable