Home | History | Annotate | Download | only in src

Lines Matching refs:plan

73    * Shapers should use plan->map to add their features and callbacks.
76 void (*collect_features) (hb_ot_shape_planner_t *plan);
80 * Shapers should use plan->map to override features and add callbacks after
84 void (*override_features) (hb_ot_shape_planner_t *plan);
89 * Whatever shapers return will be accessible through plan->data later.
90 * If NULL is returned, means a plan failure.
92 void *(*data_create) (const hb_ot_shape_plan_t *plan);
96 * plan->data is passed here for destruction.
97 * If NULL is returned, means a plan failure.
108 void (*preprocess_text) (const hb_ot_shape_plan_t *plan,
139 void (*setup_masks) (const hb_ot_shape_plan_t *plan,