Home
last modified time | relevance | path

Searched defs:LangSys (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common.hh1006 struct LangSys struct
1008 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 …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_layout.rs326 impl<'a> FontRead<'a> for LangSys<'a> { implementation
341 pub type LangSys<'a> = TableRef<'a, LangSysMarker>; typedef
343 impl<'a> LangSys<'a> { implementation
366 impl<'a> SomeTable<'a> for LangSys<'a> { implementation
387 impl<'a> std::fmt::Debug for LangSys<'a> { implementation