Searched refs:data_create (Results 1 – 3 of 3) sorted by relevance
512 items, **data_create): argument526 data_create['name'] = item527 self.execute_rpc(op_create, **data_create)
89 void *(*data_create) (const hb_ot_shape_plan_t *plan); member
180 if (plan->shaper->data_create) { in _hb_ot_shaper_shape_plan_data_create()181 plan->data = plan->shaper->data_create (plan); in _hb_ot_shaper_shape_plan_data_create()