OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fScriptTagV2
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
OpenTypeLayoutEngine.cpp
272
fScriptTagV2
= getV2ScriptTag(fScriptCode);
344
if (
fScriptTagV2
!= nullScriptTag && fGSUBTable->coversScriptAndLanguage(
fScriptTagV2
,fLangSysTag)) {
345
count = fGSUBTable->process(glyphStorage, rightToLeft,
fScriptTagV2
, fLangSysTag, fGDEFTable, fSubstitutionFilter,
371
if (
fScriptTagV2
!= nullScriptTag && fGSUBTable->coversScriptAndLanguage(
fScriptTagV2
,fLangSysTag)) {
372
count = fGSUBTable->process(glyphStorage, rightToLeft,
fScriptTagV2
, fLangSysTag, fGDEFTable, fSubstitutionFilter,
480
if (
fScriptTagV2
!= nullScriptTag && fGPOSTable->coversScriptAndLanguage(
fScriptTagV2
,fLangSysTag)) {
481
fGPOSTable->process(glyphStorage, adjustments, reverse,
fScriptTagV2
, fLangSysTag, fGDEFTable, success, fFontInstance
[
all
...]
OpenTypeLayoutEngine.h
239
LETag
fScriptTagV2
;
Completed in 90 milliseconds