Searched defs:LangSys (Results 1 – 2 of 2) sorted by relevance
1006 struct LangSys struct1008 unsigned int get_feature_count () const in get_feature_count()1010 hb_tag_t get_feature_index (unsigned int i) const in get_feature_index()1012 unsigned int get_feature_indexes (unsigned int start_offset, in get_feature_indexes()1016 void add_feature_indexes_to (hb_set_t *feature_indexes) const in add_feature_indexes_to()1019 bool has_required_feature () const { return reqFeatureIndex != 0xFFFFu; } in has_required_feature()1020 unsigned int get_required_feature_index () const in get_required_feature_index()1027 LangSys* copy (hb_serialize_context_t *c) const in copy()1033 bool compare (const LangSys& o, const hb_map_t *feature_index_map) const in compare()1062 void collect_features (hb_prune_langsys_context_t *c) const in collect_features()[all …]
326 impl<'a> FontRead<'a> for LangSys<'a> { implementation341 pub type LangSys<'a> = TableRef<'a, LangSysMarker>; typedef343 impl<'a> LangSys<'a> { implementation366 impl<'a> SomeTable<'a> for LangSys<'a> { implementation387 impl<'a> std::fmt::Debug for LangSys<'a> { implementation