HomeSort by relevance Sort by last modified time
    Searched refs:hb_shape_plan_t (Results 1 - 13 of 13) sorted by null

  /external/harfbuzz_ng/src/
hb-shape-plan.h 39 typedef struct hb_shape_plan_t hb_shape_plan_t; typedef in typeref:struct:hb_shape_plan_t
41 HB_EXTERN hb_shape_plan_t *
48 HB_EXTERN hb_shape_plan_t *
55 HB_EXTERN hb_shape_plan_t *
58 HB_EXTERN hb_shape_plan_t *
59 hb_shape_plan_reference (hb_shape_plan_t *shape_plan);
62 hb_shape_plan_destroy (hb_shape_plan_t *shape_plan);
65 hb_shape_plan_set_user_data (hb_shape_plan_t *shape_plan,
72 hb_shape_plan_get_user_data (hb_shape_plan_t *shape_plan
    [all...]
hb-ot-shape.h 47 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
hb-shape-plan.cc 46 hb_shape_plan_plan (hb_shape_plan_t *shape_plan,
94 * hb_shape_plan_t
111 hb_shape_plan_t *
124 hb_shape_plan_t *shape_plan;
133 if (!(shape_plan = hb_object_create<hb_shape_plan_t> ())) {
163 hb_shape_plan_t *
166 static const hb_shape_plan_t _hb_shape_plan_nil = {
186 return const_cast<hb_shape_plan_t *> (&_hb_shape_plan_nil);
199 hb_shape_plan_t *
200 hb_shape_plan_reference (hb_shape_plan_t *shape_plan
    [all...]
hb-shape-plan-private.hh 35 struct hb_shape_plan_t struct
hb-face-private.hh 60 hb_shape_plan_t *shape_plan;
hb-fallback-shape.cc 74 _hb_fallback_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
92 _hb_fallback_shape (hb_shape_plan_t *shape_plan HB_UNUSED,
hb-ot-shape-private.hh 73 hb_ot_shape_planner_t (const hb_shape_plan_t *master_plan) :
hb-shaper-private.hh 32 typedef hb_bool_t hb_shape_func_t (hb_shape_plan_t *shape_plan,
hb-graphite2.cc 196 _hb_graphite2_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
223 _hb_graphite2_shape (hb_shape_plan_t *shape_plan,
hb-ot-shape.cc 164 _hb_ot_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan,
785 _hb_ot_shape (hb_shape_plan_t *shape_plan,
804 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
848 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props,
hb-coretext.cc 251 _hb_coretext_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
494 _hb_coretext_shape (hb_shape_plan_t *shape_plan,
    [all...]
hb-directwrite.cc 318 _hb_directwrite_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
594 _hb_directwrite_shape(hb_shape_plan_t *shape_plan,
hb-uniscribe.cc 588 _hb_uniscribe_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
607 _hb_uniscribe_shape (hb_shape_plan_t *shape_plan,

Completed in 1315 milliseconds