Home
last modified time | relevance | path

Searched refs:LangSys (Results 1 – 13 of 13) sorted by relevance

/external/fonttools/Snippets/
Dlayout-features.py34 defaultlangsys.LangSys = script.Script.DefaultLangSys
38 if not langsys.LangSys:
41 features = [featureRecords[index] for index in langsys.LangSys.FeatureIndex]
42 if langsys.LangSys.ReqFeatureIndex != 0xFFFF:
43 record = featureRecords[langsys.LangSys.ReqFeatureIndex]
/external/fonttools/Lib/fontTools/varLib/
DfeatureVars.py291 langSystems = [lsr.LangSys for lsr in scriptRecord.Script.LangSysRecord]
343 langrec.LangSys = ot.LangSys()
344 langrec.LangSys.ReqFeatureIndex = 0xFFFF
345 langrec.LangSys.FeatureIndex = [0]
346 srec.Script.DefaultLangSys = langrec.LangSys
454 langSys = langSysRec.LangSys
/external/fonttools/Lib/fontTools/
Dmerge.py504 self = otTables.LangSys()
521 langSyses[lsr.LangSysTag].append(lsr.LangSys)
525 lsr.LangSys = mergeLangSyses(langSys_list)
647 for langsys in [script.Script.DefaultLangSys] + [l.LangSys for l in script.Script.LangSysRecord]:
803 otTables.LangSys)
814 if not l or not l.LangSys: continue
815 l.LangSys.mapFeatures(featureMap)
/external/harfbuzz_ng/src/
Dhb-static.cc45 DEFINE_NULL_NAMESPACE_BYTES (OT, LangSys) = {0x00,0x00, 0xFF,0xFF, 0x00,0x00};
Dhb-ot-layout.cc568 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_required_feature()
587 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_feature_indexes()
602 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_feature_tags()
627 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_find_feature()
700 bool inline visited (const OT::LangSys &l) in visited()
739 const OT::LangSys &l, in langsys_collect_features()
Dhb-ot-layout-common.hh208 struct LangSys;
212 struct LangSys struct
255 DECLARE_NULL_NAMESPACE_BYTES (OT, LangSys);
267 const LangSys& get_lang_sys (unsigned int i) const in get_lang_sys()
276 const LangSys& get_default_lang_sys () const { return this+defaultLangSys; } in get_default_lang_sys()
298 OffsetTo<LangSys>
301 RecordArrayOf<LangSys>
Dmain.cc123 const LangSys &langsys = n_langsys == -1 in main()
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py589 langrec.LangSys = otTables.LangSys()
590 langrec.LangSys.LookupOrder = None
595 langrec.LangSys.ReqFeatureIndex = 0xFFFF
597 langrec.LangSys.ReqFeatureIndex = req_feature_index
599 langrec.LangSys.FeatureIndex = [i for i in feature_indices
601 langrec.LangSys.FeatureCount = \
602 len(langrec.LangSys.FeatureIndex)
605 srec.Script.DefaultLangSys = langrec.LangSys
/external/fonttools/Lib/fontTools/subset/
D__init__.py1316 otTables.LangSys)
1330 otTables.LangSys)
1344 if l.LangSys.subset_features(feature_indices)]
1350 feature_indices = [l.LangSys.collect_features() for l in self.LangSysRecord]
1549 l = lr.LangSys
/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py110 langSys = ot.LangSys()
140 langSysRec.LangSys = langSys
/external/fonttools/
DNEWS.rst941 - [merge] Ignore LangSys if None (a11bc56)
DPKG-INFO1358 - [merge] Ignore LangSys if None (a11bc56)
/external/fonttools/Lib/fonttools.egg-info/
DPKG-INFO1358 - [merge] Ignore LangSys if None (a11bc56)