Searched refs:LangSys (Results 1 – 13 of 13) sorted by relevance
34 defaultlangsys.LangSys = script.Script.DefaultLangSys38 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]
291 langSystems = [lsr.LangSys for lsr in scriptRecord.Script.LangSysRecord]343 langrec.LangSys = ot.LangSys()344 langrec.LangSys.ReqFeatureIndex = 0xFFFF345 langrec.LangSys.FeatureIndex = [0]346 srec.Script.DefaultLangSys = langrec.LangSys454 langSys = langSysRec.LangSys
504 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: continue815 l.LangSys.mapFeatures(featureMap)
45 DEFINE_NULL_NAMESPACE_BYTES (OT, LangSys) = {0x00,0x00, 0xFF,0xFF, 0x00,0x00};
568 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()
208 struct LangSys;212 struct LangSys struct255 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>
123 const LangSys &langsys = n_langsys == -1 in main()
589 langrec.LangSys = otTables.LangSys()590 langrec.LangSys.LookupOrder = None595 langrec.LangSys.ReqFeatureIndex = 0xFFFF597 langrec.LangSys.ReqFeatureIndex = req_feature_index599 langrec.LangSys.FeatureIndex = [i for i in feature_indices601 langrec.LangSys.FeatureCount = \602 len(langrec.LangSys.FeatureIndex)605 srec.Script.DefaultLangSys = langrec.LangSys
1316 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
110 langSys = ot.LangSys()140 langSysRec.LangSys = langSys
941 - [merge] Ignore LangSys if None (a11bc56)
1358 - [merge] Ignore LangSys if None (a11bc56)