Home
last modified time | relevance | path

Searched refs:ScriptList (Results 1 – 17 of 17) sorted by relevance

/external/fonttools/Lib/fontTools/varLib/
DfeatureVars.py290 for scriptRecord in gsub.ScriptList.ScriptRecord:
329 gsub.ScriptList = ot.ScriptList()
330 gsub.ScriptList.ScriptRecord = []
348 gsub.ScriptList.ScriptRecord.append(srec)
449 for scriptIndex, script in enumerate(table.ScriptList.ScriptRecord):
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DGSUBWriter.java20 private ScriptList scriptList;
25 public GSUBWriter(String theScriptName, ScriptList theScriptList, FeatureList theFeatureList, in GSUBWriter()
DScriptList.java16 public class ScriptList class
136 public ScriptList() in ScriptList() method in ScriptList
DCanonGSUBBuilder.java208 private static void buildArabicTables(ScriptList scriptList, FeatureList featureList, in buildArabicTables()
469 ScriptList scriptList = new ScriptList(); in buildDecompTables()
/external/fonttools/Snippets/
Dlayout-features.py23 if not table.ScriptList or not table.FeatureList: continue
25 for script in table.ScriptList.ScriptRecord:
Dfix-dflt-langsys.py14 for rec in table.ScriptList.ScriptRecord:
27 for rec in table.ScriptList.ScriptRecord:
/external/fonttools/Lib/fontTools/
Dmerge.py555 otTables.ScriptList.mergeMap = {
645 for script in table.table.ScriptList.ScriptRecord:
817 @_add_method(otTables.ScriptList)
1065 if t.table.FeatureList and t.table.ScriptList:
1067 t.table.ScriptList.mapFeatures(featureMap)
1083 if t.table.FeatureList and t.table.ScriptList:
1087 t.table.ScriptList.mapFeatures(featureMap)
1091 t.table.ScriptList.mapFeatures(featureMap)
1099 t.table.ScriptList.mapFeatures(featureMap)
/external/freetype/src/otvalid/
Dotvgsub.c557 FT_UInt ScriptList, FeatureList, LookupList; in otv_GSUB_validate() local
590 ScriptList = FT_NEXT_USHORT( p ); in otv_GSUB_validate()
602 otv_ScriptList_validate( table + ScriptList, table + FeatureList, in otv_GSUB_validate()
Dotvgpos.c991 FT_UInt ScriptList, FeatureList, LookupList; in otv_GPOS_validate() local
1024 ScriptList = FT_NEXT_USHORT( p ); in otv_GPOS_validate()
1036 otv_ScriptList_validate( table + ScriptList, table + FeatureList, in otv_GPOS_validate()
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp36 for (const TScriptRecord& script : ScriptList) { in GetVerticalGlyph()
177 ScriptList = std::vector<TScriptRecord>(GetUInt16(sp)); in ParseScriptList()
178 for (auto& scriptRec : ScriptList) { in ParseScriptList()
Dcfx_cttgsubtable.h152 std::vector<TScriptRecord> ScriptList; variable
/external/fonttools/Lib/fontTools/subset/
D__init__.py1355 @_add_method(otTables.ScriptList)
1364 @_add_method(otTables.ScriptList)
1390 if self.table.ScriptList:
1391 feature_indices = self.table.ScriptList.collect_features()
1450 if self.table.ScriptList:
1451 self.table.ScriptList.subset_features(feature_indices, self.retain_empty_scripts())
1464 if self.table.ScriptList:
1465 feature_indices = self.table.ScriptList.collect_features()
1496 if self.table.ScriptList:
1497 self.table.ScriptList.subset_features(feature_indices, self.retain_empty_scripts())
[all …]
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py133 if (table.ScriptList.ScriptCount > 0 or
535 table.ScriptList = otTables.ScriptList()
536 table.ScriptList.ScriptRecord = []
610 table.ScriptList.ScriptRecord.append(srec)
612 table.ScriptList.ScriptCount = len(table.ScriptList.ScriptRecord)
/external/v8/src/
Droots.h235 V(WeakArrayList, script_list, ScriptList) \
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh308 typedef RecordListOf<Script> ScriptList; typedef
Dhb-ot-layout-gsubgpos.hh2782 OffsetTo<ScriptList>
/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py101 self = ot.ScriptList()