Home
last modified time | relevance | path

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

/external/chromium_org/third_party/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
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-private.hh67 struct hb_ot_complex_shaper_t struct
69 char name[8];
76 void (*collect_features) (hb_ot_shape_planner_t *plan);
84 void (*override_features) (hb_ot_shape_planner_t *plan);
92 void *(*data_create) (const hb_ot_shape_plan_t *plan);
100 void (*data_destroy) (void *data);
108 void (*preprocess_text) (const hb_ot_shape_plan_t *plan,
113 hb_ot_shape_normalization_mode_t normalization_preference;
119 bool (*decompose) (const hb_ot_shape_normalize_context_t *c,
148 #define HB_COMPLEX_SHAPER_IMPLEMENT(name) extern HB_INTERNAL const hb_ot_complex_shaper_t _hb_ot_co… argument