Lines Matching full:shaper_func
63 shape_plan->shaper_func = _hb_##shaper##_shape; \
173 NULL, /* shaper_func */
292 "num_features=%d shaper_func=%p",
294 shape_plan->shaper_func);
318 else if (shape_plan->shaper_func == _hb_##shaper##_shape) \
338 shape_plan->default_shaper_list ? 0 : (intptr_t) shape_plan->shaper_func;
353 hb_shape_func_t *shaper_func;
376 (shape_plan->shaper_func == proposal->shaper_func));
436 proposal.shaper_func = _hb_##shaper##_shape; \
442 if (unlikely (!proposal.shaper_func))