Searched refs:data_create (Results 1 – 4 of 4) sorted by relevance
93 void *(*data_create) (const hb_ot_shape_plan_t *plan); member
181 if (plan->shaper->data_create) { in _hb_ot_shaper_shape_plan_data_create()182 plan->data = plan->shaper->data_create (plan); in _hb_ot_shaper_shape_plan_data_create()
92 void *(*data_create) (const hb_ot_shape_plan_t *plan); member