Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh2258 struct GSUBGPOS struct
2260 static const hb_tag_t GSUBTag = HB_OT_TAG_GSUB;
2261 static const hb_tag_t GPOSTag = HB_OT_TAG_GPOS;
2263 inline unsigned int get_script_count (void) const in get_script_count()
2265 inline const Tag& get_script_tag (unsigned int i) const in get_script_tag()
2267 inline unsigned int get_script_tags (unsigned int start_offset, in get_script_tags()
2271 inline const Script& get_script (unsigned int i) const in get_script()
2273 inline bool find_script_index (hb_tag_t tag, unsigned int *index) const in find_script_index()
2276 inline unsigned int get_feature_count (void) const in get_feature_count()
2278 inline hb_tag_t get_feature_tag (unsigned int i) const in get_feature_tag()
[all …]