Searched refs:ScriptList (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.cpp65 header.ScriptList = gsub[4] << 8 | gsub[5];
69 &gsub[header.ScriptList],
86 for (int i = 0; i < ScriptList.ScriptCount; i++) {
87 for (int j = 0; j < (ScriptList.ScriptRecord + i)->Script.LangSysCount; ++j) {
88 for (int k = 0; k < ((ScriptList.ScriptRecord + i)->Script.LangSysRecord + j)->LangSys.FeatureCount; ++k) {
89 FX_DWORD index = *(((ScriptList.ScriptRecord + i)->Script.LangSysRecord + j)->LangSys.FeatureIndex + k);
207 ParseScriptList(scriptlist, &ScriptList);
H A Dttgsubtable.h40 TT_uint16_t ScriptList; member in struct:CFX_CTTGSUBTable::tt_gsub_header
405 struct TScriptList ScriptList; member in class:CFX_CTTGSUBTable
/external/fonttools/Lib/fontTools/
H A Dmerge.py383 otTables.ScriptList.mergeMap = {
457 for script in table.table.ScriptList.ScriptRecord:
617 @_add_method(otTables.ScriptList)
815 if t.table.FeatureList and t.table.ScriptList:
817 t.table.ScriptList.mapFeatures(featureMap)
840 if t.table.FeatureList and t.table.ScriptList:
841 # XXX Handle present ScriptList but absent FeatureList
843 t.table.ScriptList.mapFeatures(featureMap)
H A Dsubset.py963 @_add_method(otTables.ScriptList)
970 @_add_method(otTables.ScriptList)
978 if self.table.ScriptList:
979 feature_indices = self.table.ScriptList.collect_features()
1020 if self.table.ScriptList:
1021 self.table.ScriptList.subset_features(feature_indices)
1027 if self.table.ScriptList:
1028 feature_indices = self.table.ScriptList.collect_features()
1051 if self.table.ScriptList:
1052 self.table.ScriptList
[all...]
/external/fonttools/Tools/fontTools/
H A Dmerge.py383 otTables.ScriptList.mergeMap = {
457 for script in table.table.ScriptList.ScriptRecord:
617 @_add_method(otTables.ScriptList)
815 if t.table.FeatureList and t.table.ScriptList:
817 t.table.ScriptList.mapFeatures(featureMap)
840 if t.table.FeatureList and t.table.ScriptList:
841 # XXX Handle present ScriptList but absent FeatureList
843 t.table.ScriptList.mapFeatures(featureMap)
H A Dsubset.py963 @_add_method(otTables.ScriptList)
970 @_add_method(otTables.ScriptList)
978 if self.table.ScriptList:
979 feature_indices = self.table.ScriptList.collect_features()
1020 if self.table.ScriptList:
1021 self.table.ScriptList.subset_features(feature_indices)
1027 if self.table.ScriptList:
1028 feature_indices = self.table.ScriptList.collect_features()
1051 if self.table.ScriptList:
1052 self.table.ScriptList
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp310 struct ScriptList : TableBase { struct in namespace:blink::OpenType
355 const ScriptList* scriptList(const SharedBuffer& buffer) const { return validateOffset<ScriptList>(buffer, scriptListOffset); }
361 const ScriptList* scripts = scriptList(buffer);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh54 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
257 typedef RecordListOf<Script> ScriptList; typedef in namespace:OT
H A Dhb-ot-layout-gsubgpos-private.hh2284 OffsetTo<ScriptList>
2285 scriptList; /* ScriptList table */
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh54 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
257 typedef RecordListOf<Script> ScriptList; typedef in namespace:OT
H A Dhb-ot-layout-gsubgpos-private.hh2286 OffsetTo<ScriptList>
2287 scriptList; /* ScriptList table */

Completed in 223 milliseconds