Lines Matching full:planner
65 hb_ot_shape_collect_features (hb_ot_shape_planner_t *planner,
70 hb_ot_map_builder_t *map = &planner->map;
92 if (planner->shaper->collect_features)
93 planner->shaper->collect_features (planner);
112 if (planner->shaper->override_features)
113 planner->shaper->override_features (planner);
172 hb_ot_shape_planner_t planner (shape_plan);
174 planner.shaper = hb_ot_shape_complex_categorize (&planner);
176 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features);
178 planner.compile (*plan);