Home | History | Annotate | Download | only in src

Lines Matching refs:plan

74    * Shapers should use plan->map to add their features and callbacks.
77 void (*collect_features) (hb_ot_shape_planner_t *plan);
81 * Shapers should use plan->map to override features and add callbacks after
85 void (*override_features) (hb_ot_shape_planner_t *plan);
90 * Whatever shapers return will be accessible through plan->data later.
91 * If NULL is returned, means a plan failure.
93 void *(*data_create) (const hb_ot_shape_plan_t *plan);
97 * plan->data is passed here for destruction.
98 * If NULL is returned, means a plan failure.
109 void (*preprocess_text) (const hb_ot_shape_plan_t *plan,
140 void (*setup_masks) (const hb_ot_shape_plan_t *plan,