Home | History | Annotate | Download | only in src

Lines Matching full:planner

69 hb_ot_shape_collect_features (hb_ot_shape_planner_t          *planner,
74 hb_ot_map_builder_t *map = &planner->map;
96 if (planner->shaper->collect_features)
97 planner->shaper->collect_features (planner);
113 if (planner->shaper->override_features)
114 planner->shaper->override_features (planner);
173 hb_ot_shape_planner_t planner (shape_plan);
175 planner.shaper = hb_ot_shape_complex_categorize (&planner);
177 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features);
179 planner.compile (*plan);