Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/varLib/
DfeatureVars.py300 for scriptRecord in gsub.ScriptList.ScriptRecord:
352 gsub.ScriptList = ot.ScriptList()
353 gsub.ScriptList.ScriptRecord = []
371 gsub.ScriptList.ScriptRecord.append(srec)
372 gsub.ScriptList.ScriptCount = 1
475 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.py21 if not table.ScriptList or not table.FeatureList: continue
23 for script in table.ScriptList.ScriptRecord:
Dfix-dflt-langsys.py14 for rec in table.ScriptList.ScriptRecord:
27 for rec in table.ScriptList.ScriptRecord:
/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/fonttools/Lib/fontTools/
Dmerge.py557 otTables.ScriptList.mergeMap = {
647 for script in table.table.ScriptList.ScriptRecord:
819 @_add_method(otTables.ScriptList)
1105 if t.table.FeatureList and t.table.ScriptList:
1107 t.table.ScriptList.mapFeatures(featureMap)
1123 if t.table.FeatureList and t.table.ScriptList:
1127 t.table.ScriptList.mapFeatures(featureMap)
1131 t.table.ScriptList.mapFeatures(featureMap)
1139 t.table.ScriptList.mapFeatures(featureMap)
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp31 for (const TScriptRecord& script : ScriptList) { in CFX_CTTGSUBTable()
182 ScriptList = std::vector<TScriptRecord>(GetUInt16(sp)); in ParseScriptList()
183 for (auto& scriptRec : ScriptList) { in ParseScriptList()
Dcfx_cttgsubtable.h151 std::vector<TScriptRecord> ScriptList; variable
/external/fonttools/Lib/fontTools/subset/
D__init__.py1379 @_add_method(otTables.ScriptList)
1388 @_add_method(otTables.ScriptList)
1426 if self.table.ScriptList:
1427 feature_indices = self.table.ScriptList.collect_features()
1486 if self.table.ScriptList:
1487 self.table.ScriptList.subset_features(feature_indices, self.retain_empty_scripts())
1500 if self.table.ScriptList:
1501 feature_indices = self.table.ScriptList.collect_features()
1532 if self.table.ScriptList:
1533 self.table.ScriptList.subset_features(feature_indices, self.retain_empty_scripts())
[all …]
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py202 table.ScriptList.ScriptCount > 0
827 table.ScriptList = otTables.ScriptList()
828 table.ScriptList.ScriptRecord = []
911 table.ScriptList.ScriptRecord.append(srec)
913 table.ScriptList.ScriptCount = len(table.ScriptList.ScriptRecord)
/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py98 self = ot.ScriptList()
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh430 typedef RecordListOf<Script> ScriptList; typedef
Dhb-ot-layout-gsubgpos.hh2990 OffsetTo<ScriptList>