Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shaper.hh67 struct hb_ot_shaper_t struct
74 void (*collect_features) (hb_ot_shape_planner_t *plan);
82 void (*override_features) (hb_ot_shape_planner_t *plan);
90 void *(*data_create) (const hb_ot_shape_plan_t *plan);
98 void (*data_destroy) (void *data);
106 void (*preprocess_text) (const hb_ot_shape_plan_t *plan,
115 void (*postprocess_glyphs) (const hb_ot_shape_plan_t *plan,
124 bool (*decompose) (const hb_ot_shape_normalize_context_t *c,
133 bool (*compose) (const hb_ot_shape_normalize_context_t *c,
144 void (*setup_masks) (const hb_ot_shape_plan_t *plan,
[all …]