Searched defs:hb_shape_plan_t (Results 1 – 2 of 2) sorted by relevance
35 struct hb_shape_plan_t struct37 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;
39 typedef struct hb_shape_plan_t hb_shape_plan_t; typedef