Lines Matching refs:hb_shape_plan_t
46 hb_shape_plan_plan (hb_shape_plan_t *shape_plan, in hb_shape_plan_plan()
111 hb_shape_plan_t *
124 hb_shape_plan_t *shape_plan; in hb_shape_plan_create()
133 if (!(shape_plan = hb_object_create<hb_shape_plan_t> ())) { in hb_shape_plan_create()
163 hb_shape_plan_t *
166 static const hb_shape_plan_t _hb_shape_plan_nil = { in hb_shape_plan_get_empty()
186 return const_cast<hb_shape_plan_t *> (&_hb_shape_plan_nil); in hb_shape_plan_get_empty()
199 hb_shape_plan_t *
200 hb_shape_plan_reference (hb_shape_plan_t *shape_plan) in hb_shape_plan_reference()
214 hb_shape_plan_destroy (hb_shape_plan_t *shape_plan) in hb_shape_plan_destroy()
242 hb_shape_plan_set_user_data (hb_shape_plan_t *shape_plan, in hb_shape_plan_set_user_data()
263 hb_shape_plan_get_user_data (hb_shape_plan_t *shape_plan, in hb_shape_plan_get_user_data()
285 hb_shape_plan_execute (hb_shape_plan_t *shape_plan, in hb_shape_plan_execute()
331 hb_shape_plan_hash (const hb_shape_plan_t *shape_plan)
353 hb_shape_plan_user_features_match (const hb_shape_plan_t *shape_plan, in hb_shape_plan_user_features_match()
366 hb_shape_plan_matches (const hb_shape_plan_t *shape_plan, in hb_shape_plan_matches()
401 hb_shape_plan_t *
454 …hb_shape_plan_t *shape_plan = hb_shape_plan_create (face, props, user_features, num_user_features,… in hb_shape_plan_create_cached()
489 hb_shape_plan_get_shaper (hb_shape_plan_t *shape_plan) in hb_shape_plan_get_shaper()