Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-shape-plan-private.hh35 struct hb_shape_plan_t struct
37 hb_object_header_t header;
40 hb_bool_t default_shaper_list;
41 hb_face_t *face_unsafe; /* We don't carry a reference to face. */
42 hb_segment_properties_t props;
44 hb_shape_func_t *shaper_func;
45 const char *shaper_name;
47 hb_feature_t *user_features;
48 unsigned int num_user_features;
50 struct hb_shaper_data_t shaper_data;
Dhb-shape-plan.h39 typedef struct hb_shape_plan_t hb_shape_plan_t; typedef