Home
last modified time | relevance | path

Searched refs:typoFlags (Results 1 – 25 of 54) sorted by relevance

123

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DMorphTables2.cpp46 le_int32 typoFlags, LEErrorCode &success) const in process() argument
76 if (typoFlags != 0) { in process()
89 if ((typoFlags & LE_Ligatures_FEATURE_ENUM ) && (featureSetting ^ 0x1)){ in process()
103 … if ((typoFlags & LE_SMCP_FEATURE_FLAG) && featureSetting == smallCapsSelector) { in process()
115 if ((typoFlags & LE_SWSH_FEATURE_FLAG) && (featureSetting ^ 0x1)){ in process()
134 … if ((typoFlags & LE_ZERO_FEATURE_FLAG) && featureSetting == slashedZeroOnSelector) { in process()
146 … if (((typoFlags & LE_SS01_FEATURE_FLAG) && featureSetting == designLevel1Selector) || in process()
147 … ((typoFlags & LE_SS02_FEATURE_FLAG) && featureSetting == designLevel2Selector) || in process()
148 … ((typoFlags & LE_SS03_FEATURE_FLAG) && featureSetting == designLevel3Selector) || in process()
149 … ((typoFlags & LE_SS04_FEATURE_FLAG) && featureSetting == designLevel4Selector) || in process()
[all …]
H A DOpenTypeLayoutEngine.cpp173 const le_int32& typoFlags = fTypoFlags; in applyTypoFlags() local
176 switch (typoFlags & (LE_SS01_FEATURE_FLAG in applyTypoFlags()
206 if (typoFlags & LE_Kerning_FEATURE_FLAG) { in applyTypoFlags()
210 if (typoFlags & LE_Ligatures_FEATURE_FLAG) { in applyTypoFlags()
214 if (typoFlags & LE_CLIG_FEATURE_FLAG) fFeatureMask |= cligFeatureMask; in applyTypoFlags()
215 if (typoFlags & LE_DLIG_FEATURE_FLAG) fFeatureMask |= dligFeatureMask; in applyTypoFlags()
216 if (typoFlags & LE_HLIG_FEATURE_FLAG) fFeatureMask |= hligFeatureMask; in applyTypoFlags()
217 if (typoFlags & LE_LIGA_FEATURE_FLAG) fFeatureMask |= ligaFeatureMask; in applyTypoFlags()
227 if (typoFlags & LE_NALT_FEATURE_FLAG) { in applyTypoFlags()
232 if (typoFlags & LE_CHAR_FILTER_FEATURE_FLAG) { in applyTypoFlags()
[all …]
H A DLayoutEngine.cpp197 le_int32 typoFlags, in LayoutEngine() argument
200 fTypoFlags(typoFlags), fFilterZeroWidth(TRUE) in LayoutEngine()
611 …result = new IndicOpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, TRUE, gs… in layoutEngineFactory()
629 … new ArabicOpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, succ… in layoutEngineFactory()
656 …result = new OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, su… in layoutEngineFactory()
667 …= new KhmerOpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, succ… in layoutEngineFactory()
671 …result = new OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, su… in layoutEngineFactory()
679 …esult = new GXLayoutEngine2(fontInstance, scriptCode, languageCode, morxTable, typoFlags, success); in layoutEngineFactory()
709 … result = new ThaiLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success); in layoutEngineFactory()
713 …esult = new HangulOpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success); in layoutEngineFactory()
[all …]
H A DTibetanLayoutEngine.cpp52 …le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &suc… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
53 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
60 le_int32 typoFlags, LEErrorCode &success) in TibetanOpenTypeLayoutEngine() argument
61 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success) in TibetanOpenTypeLayoutEngine()
H A DKhmerLayoutEngine.cpp46 …le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &suc… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
47 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
54 le_int32 typoFlags, LEErrorCode &success) in KhmerOpenTypeLayoutEngine() argument
55 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success) in KhmerOpenTypeLayoutEngine()
H A DArabicLayoutEngine.cpp62 le_int32 languageCode, le_int32 typoFlags, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
65 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
73 le_int32 typoFlags, LEErrorCode &success) in ArabicOpenTypeLayoutEngine() argument
74 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success) in ArabicOpenTypeLayoutEngine()
159 …nce *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &su… in UnicodeArabicOpenTypeLayoutEngine() argument
160 …: ArabicOpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags | LE_CHAR_FILTER_FE… in UnicodeArabicOpenTypeLayoutEngine()
H A DIndicLayoutEngine.cpp53 …le_int32 typoFlags, le_bool version2, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
54 …: OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success), fMP… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
66 …nce *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &su… in IndicOpenTypeLayoutEngine() argument
67 …: OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fMPreFixups(NU… in IndicOpenTypeLayoutEngine()
H A DArabicLayoutEngine.h78 …le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &suc…
95 le_int32 typoFlags, LEErrorCode &success);
197 le_int32 typoFlags, LEErrorCode &success);
H A DKhmerLayoutEngine.h86 …le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &suc…
103 le_int32 typoFlags, LEErrorCode &success);
H A DTibetanLayoutEngine.h86 …le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &suc…
103 le_int32 typoFlags, LEErrorCode &success);
H A DHangulLayoutEngine.h82 …le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &suc…
99 le_int32 typoFlags, LEErrorCode &success);
H A DIndicLayoutEngine.h84 …le_int32 typoFlags, le_bool version2, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable…
101 le_int32 typoFlags, LEErrorCode &success);
H A DGXLayoutEngine2.cpp42 …guageCode, const LEReferenceTo<MorphTableHeader2> &morphTable, le_int32 typoFlags, LEErrorCode &su… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
43 …: LayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fMorphTable(morphTable) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DMorphTables2.cpp46 le_int32 typoFlags, LEErrorCode &success) const in process() argument
76 if (typoFlags != 0) { in process()
89 if ((typoFlags & LE_Ligatures_FEATURE_ENUM ) && (featureSetting ^ 0x1)){ in process()
103 … if ((typoFlags & LE_SMCP_FEATURE_FLAG) && featureSetting == smallCapsSelector) { in process()
115 if ((typoFlags & LE_SWSH_FEATURE_FLAG) && (featureSetting ^ 0x1)){ in process()
134 … if ((typoFlags & LE_ZERO_FEATURE_FLAG) && featureSetting == slashedZeroOnSelector) { in process()
146 … if (((typoFlags & LE_SS01_FEATURE_FLAG) && featureSetting == designLevel1Selector) || in process()
147 … ((typoFlags & LE_SS02_FEATURE_FLAG) && featureSetting == designLevel2Selector) || in process()
148 … ((typoFlags & LE_SS03_FEATURE_FLAG) && featureSetting == designLevel3Selector) || in process()
149 … ((typoFlags & LE_SS04_FEATURE_FLAG) && featureSetting == designLevel4Selector) || in process()
[all …]
H A DOpenTypeLayoutEngine.cpp173 const le_int32& typoFlags = fTypoFlags; in applyTypoFlags() local
176 switch (typoFlags & (LE_SS01_FEATURE_FLAG in applyTypoFlags()
206 if (typoFlags & LE_Kerning_FEATURE_FLAG) { in applyTypoFlags()
210 if (typoFlags & LE_Ligatures_FEATURE_FLAG) { in applyTypoFlags()
214 if (typoFlags & LE_CLIG_FEATURE_FLAG) fFeatureMask |= cligFeatureMask; in applyTypoFlags()
215 if (typoFlags & LE_DLIG_FEATURE_FLAG) fFeatureMask |= dligFeatureMask; in applyTypoFlags()
216 if (typoFlags & LE_HLIG_FEATURE_FLAG) fFeatureMask |= hligFeatureMask; in applyTypoFlags()
217 if (typoFlags & LE_LIGA_FEATURE_FLAG) fFeatureMask |= ligaFeatureMask; in applyTypoFlags()
227 if (typoFlags & LE_NALT_FEATURE_FLAG) { in applyTypoFlags()
232 if (typoFlags & LE_CHAR_FILTER_FEATURE_FLAG) { in applyTypoFlags()
[all …]
H A DLayoutEngine.cpp197 le_int32 typoFlags, in LayoutEngine() argument
200 fTypoFlags(typoFlags), fFilterZeroWidth(TRUE) in LayoutEngine()
611 …result = new IndicOpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, TRUE, gs… in layoutEngineFactory()
629 … new ArabicOpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, succ… in layoutEngineFactory()
656 …result = new OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, su… in layoutEngineFactory()
667 …= new KhmerOpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, succ… in layoutEngineFactory()
671 …result = new OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, su… in layoutEngineFactory()
679 …esult = new GXLayoutEngine2(fontInstance, scriptCode, languageCode, morxTable, typoFlags, success); in layoutEngineFactory()
709 … result = new ThaiLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success); in layoutEngineFactory()
713 …esult = new HangulOpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success); in layoutEngineFactory()
[all …]
H A DTibetanLayoutEngine.cpp52 …le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &suc… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
53 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
60 le_int32 typoFlags, LEErrorCode &success) in TibetanOpenTypeLayoutEngine() argument
61 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success) in TibetanOpenTypeLayoutEngine()
H A DKhmerLayoutEngine.cpp46 …le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &suc… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
47 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
54 le_int32 typoFlags, LEErrorCode &success) in KhmerOpenTypeLayoutEngine() argument
55 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success) in KhmerOpenTypeLayoutEngine()
H A DArabicLayoutEngine.cpp62 le_int32 languageCode, le_int32 typoFlags, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
65 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
73 le_int32 typoFlags, LEErrorCode &success) in ArabicOpenTypeLayoutEngine() argument
74 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success) in ArabicOpenTypeLayoutEngine()
159 …nce *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &su… in UnicodeArabicOpenTypeLayoutEngine() argument
160 …: ArabicOpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags | LE_CHAR_FILTER_FE… in UnicodeArabicOpenTypeLayoutEngine()
H A DIndicLayoutEngine.cpp53 …le_int32 typoFlags, le_bool version2, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
54 …: OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success), fMP… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
66 …nce *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &su… in IndicOpenTypeLayoutEngine() argument
67 …: OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fMPreFixups(NU… in IndicOpenTypeLayoutEngine()
H A DArabicLayoutEngine.h78 …le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &suc…
95 le_int32 typoFlags, LEErrorCode &success);
197 le_int32 typoFlags, LEErrorCode &success);
H A DTibetanLayoutEngine.h86 …le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &suc…
103 le_int32 typoFlags, LEErrorCode &success);
H A DKhmerLayoutEngine.h86 …le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &suc…
103 le_int32 typoFlags, LEErrorCode &success);
H A DHangulLayoutEngine.h82 …le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &suc…
99 le_int32 typoFlags, LEErrorCode &success);
H A DIndicLayoutEngine.h84 …le_int32 typoFlags, le_bool version2, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable…
101 le_int32 typoFlags, LEErrorCode &success);

123