Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-private.hh68 struct hb_ot_complex_shaper_t struct
70 char name[8];
77 void (*collect_features) (hb_ot_shape_planner_t *plan);
85 void (*override_features) (hb_ot_shape_planner_t *plan);
93 void *(*data_create) (const hb_ot_shape_plan_t *plan);
101 void (*data_destroy) (void *data);
109 void (*preprocess_text) (const hb_ot_shape_plan_t *plan,
114 hb_ot_shape_normalization_mode_t normalization_preference;
120 bool (*decompose) (const hb_ot_shape_normalize_context_t *c,
149 #define HB_COMPLEX_SHAPER_IMPLEMENT(name) extern HB_INTERNAL const hb_ot_complex_shaper_t _hb_ot_co… argument