Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-shaper-private.hh71 #define HB_SHAPER_DATA_CREATE_FUNC(shaper, object) _hb_##shaper##_shaper_##object##_data_create macro
77HB_SHAPER_DATA_CREATE_FUNC (shaper, object) (hb_##object##_t *object HB_SHAPER_DATA_CREATE_FUNC_EX…
94 data = HB_SHAPER_DATA_CREATE_FUNC (shaper, object) (object); \
Dhb-shape-plan.cc62HB_SHAPER_DATA_CREATE_FUNC (shaper, shape_plan) (shape_plan, user_features, num_user_features); \ in hb_shape_plan_plan()