Home | History | Annotate | Download | only in src

Lines Matching refs:plan

66    * Shapers should use plan->map to add their features and callbacks.
69 void (*collect_features) (hb_ot_shape_planner_t *plan);
73 * Shapers should use plan->map to override features and add callbacks after
77 void (*override_features) (hb_ot_shape_planner_t *plan);
82 * Whatever shapers return will be accessible through plan->data later.
83 * If NULL is returned, means a plan failure.
85 void *(*data_create) (const hb_ot_shape_plan_t *plan);
89 * plan->data is passed here for destruction.
90 * If NULL is returned, means a plan failure.
101 void (*preprocess_text) (const hb_ot_shape_plan_t *plan,
137 void (*setup_masks) (const hb_ot_shape_plan_t *plan,