Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-map-private.hh39 struct hb_ot_map_t struct
45 struct feature_map_t {
82 hb_ot_map_t (void) { memset (this, 0, sizeof (*this)); } in hb_ot_map_t() argument
84 inline hb_mask_t get_global_mask (void) const { return global_mask; } in get_global_mask()
86 inline hb_mask_t get_mask (hb_tag_t feature_tag, unsigned int *shift = nullptr) const { in get_mask()
92 inline bool needs_fallback (hb_tag_t feature_tag) const { in needs_fallback()
97 inline hb_mask_t get_1_mask (hb_tag_t feature_tag) const { in get_1_mask()
102 inline unsigned int get_feature_index (unsigned int table_index, hb_tag_t feature_tag) const { in get_feature_index()
107 inline unsigned int get_feature_stage (unsigned int table_index, hb_tag_t feature_tag) const { in get_feature_stage()
112 inline void get_stage_lookups (unsigned int table_index, unsigned int stage, in get_stage_lookups()
[all …]