Searched defs:shaper_func (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-shape-plan-private.hh44 hb_shape_func_t *shaper_func; member in struct:hb_shape_plan_t
H A Dhb-shape-plan.cc68 shape_plan->shaper_func = _hb_##shaper##_shape; \
209 NULL, /* shaper_func */
332 "num_features=%d shaper_func=%p, shaper_name=%s",
334 shape_plan->shaper_func,
359 else if (shape_plan->shaper_func == _hb_##shaper##_shape) \
379 shape_plan->default_shaper_list ? 0 : (intptr_t) shape_plan->shaper_func;
396 hb_shape_func_t *shaper_func; member in struct:hb_shape_plan_proposal_t
434 (shape_plan->shaper_func == proposal->shaper_func));
516 proposal.shaper_func
[all...]

Completed in 119 milliseconds