Home
last modified time | relevance | path

Searched refs:shaper_func (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-shape-plan.cc63 shape_plan->shaper_func = _hb_##shaper##_shape; \ in hb_shape_plan_plan()
294 shape_plan->shaper_func); in hb_shape_plan_execute()
318 else if (shape_plan->shaper_func == _hb_##shaper##_shape) \ in hb_shape_plan_execute()
338 shape_plan->default_shaper_list ? 0 : (intptr_t) shape_plan->shaper_func;
353 hb_shape_func_t *shaper_func; member
376 (shape_plan->shaper_func == proposal->shaper_func)); in hb_shape_plan_matches()
436 proposal.shaper_func = _hb_##shaper##_shape; \ in hb_shape_plan_create_cached()
442 if (unlikely (!proposal.shaper_func)) in hb_shape_plan_create_cached()
Dhb-shape-plan-private.hh44 hb_shape_func_t *shaper_func; member