Home
last modified time | relevance | path

Searched defs:shaper (Results 1 – 10 of 10) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-shaper-private.hh54 #define HB_SHAPER_IMPLEMENT(shaper) void *shaper; argument
68 #define HB_SHAPER_DATA_TYPE(shaper, object) struct hb_##shaper##_shaper_##object##_data_t argument
69 #define HB_SHAPER_DATA_INSTANCE(shaper, object, instance) (* (HB_SHAPER_DATA_TYPE(shaper, object) *… argument
70 #define HB_SHAPER_DATA(shaper, object) HB_SHAPER_DATA_INSTANCE (shaper, object, object) argument
71 #define HB_SHAPER_DATA_CREATE_FUNC(shaper, object) _hb_##shaper##_shaper_##object##_data_create argument
72 #define HB_SHAPER_DATA_DESTROY_FUNC(shaper, object) _hb_##shaper##_shaper_##object##_data_destroy argument
74 #define HB_SHAPER_DATA_PROTOTYPE(shaper, object) \ argument
81 #define HB_SHAPER_DATA_DESTROY(shaper, object) \ argument
87 #define HB_SHAPER_DATA_ENSURE_DECLARE(shaper, object) \ argument
Dhb-shape-plan.cc32 #define HB_SHAPER_IMPLEMENT(shaper) \ argument
47 #define HB_SHAPER_PLAN(shaper) \ in hb_shape_plan_plan() argument
62 #define HB_SHAPER_IMPLEMENT(shaper) \ in hb_shape_plan_plan() argument
71 #define HB_SHAPER_IMPLEMENT(shaper) \ in hb_shape_plan_plan() argument
128 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INVALID, in hb_shape_plan_get_empty() argument
148 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_DESTROY(shaper, shape_plan); in hb_shape_plan_destroy() argument
190 #define HB_SHAPER_EXECUTE(shaper) \ in hb_shape_plan_execute() argument
199 #define HB_SHAPER_IMPLEMENT(shaper) \ in hb_shape_plan_execute() argument
259 #define HB_SHAPER_PLAN(shaper) \ in hb_shape_plan_create_cached() argument
268 #define HB_SHAPER_IMPLEMENT(shaper) \ in hb_shape_plan_create_cached() argument
Dhb-ot-shape-private.hh41 const struct hb_ot_complex_shaper_t *shaper; member
66 const struct hb_ot_complex_shaper_t *shaper; member
Dhb-shape-plan-private.hh54 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, shape_plan); argument
Dhb-font-private.hh147 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, face); argument
463 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, font); argument
Dhb-font.cc527 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INVALID, argument
654 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_DESTROY(shaper, face); in hb_face_destroy() argument
844 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INVALID, in hb_font_get_empty() argument
864 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_DESTROY(shaper, font); in hb_font_destroy() argument
/external/qemu/
Dshaper.c114 netshaper_destroy( NetShaper shaper ) in netshaper_destroy()
135 netshaper_expires( NetShaper shaper ) in netshaper_expires()
165 NetShaper shaper = qemu_malloc(sizeof(*shaper)); in netshaper_create() local
183 netshaper_set_rate( NetShaper shaper, in netshaper_set_rate()
207 netshaper_send_aux( NetShaper shaper, in netshaper_send_aux()
258 netshaper_send( NetShaper shaper, in netshaper_send()
267 netshaper_can_send( NetShaper shaper ) in netshaper_can_send()
/external/harfbuzz_ng/util/
Dshape-consumer.hh77 shape_options_t shaper; member
Dhb-ot-shape-closure.cc102 shape_options_t shaper; member
Doptions.cc192 for (const char **shaper = hb_shape_list_shapers (); *shaper; shaper++) in list_shapers() local