Searched defs:LangSys (Results 1 – 2 of 2) sorted by relevance
197 struct LangSys struct199 inline unsigned int get_feature_count (void) const in get_feature_count()201 inline hb_tag_t get_feature_index (unsigned int i) const in get_feature_index()203 inline unsigned int get_feature_indexes (unsigned int start_offset, in get_feature_indexes()208 inline bool has_required_feature (void) const { return reqFeatureIndex != 0xFFFFu; } in has_required_feature()209 inline unsigned int get_required_feature_index (void) const in get_required_feature_index()216 inline bool sanitize (hb_sanitize_context_t *c, in sanitize()223 Offset<> lookupOrderZ; /* = Null (reserved for an offset to a225 USHORT reqFeatureIndex;/* Index of a feature required for this228 IndexArray featureIndex; /* Array of indices into the FeatureList */
64 struct TLangSys LangSys; member