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.cc80 this->shaper_func = nullptr; in init()
92 this->shaper_func = _hb_##shaper##_shape; \ in init()
152 this->shaper_func == other->shaper_func; in equal()
372 shape_plan->key.shaper_func, in hb_shape_plan_execute()
396 else if (shape_plan->key.shaper_func == _hb_##shaper##_shape) \ in hb_shape_plan_execute()
Dhb-shape-plan.hh44 hb_shape_func_t *shaper_func; member