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 {
76 hb_ot_map_t (void) { memset (this, 0, sizeof (*this)); } in hb_ot_map_t() function
78 inline hb_mask_t get_global_mask (void) const { return global_mask; } in get_global_mask()
80 inline hb_mask_t get_mask (hb_tag_t feature_tag, unsigned int *shift = NULL) const { in get_mask()
86 inline bool needs_fallback (hb_tag_t feature_tag) const { in needs_fallback()
91 inline hb_mask_t get_1_mask (hb_tag_t feature_tag) const { in get_1_mask()
96 inline unsigned int get_feature_index (unsigned int table_index, hb_tag_t feature_tag) const { in get_feature_index()
101 inline unsigned int get_feature_stage (unsigned int table_index, hb_tag_t feature_tag) const { in get_feature_stage()
106 inline void get_stage_lookups (unsigned int table_index, unsigned int stage, in get_stage_lookups()
[all …]