Lines Matching refs:props
54 const hb_segment_properties_t *props, in init() argument
65 this->props = *props; in init()
149 return hb_segment_properties_equal (&this->props, &other->props) && in equal()
177 const hb_segment_properties_t *props, in hb_shape_plan_create() argument
182 return hb_shape_plan_create2 (face, props, in hb_shape_plan_create()
190 const hb_segment_properties_t *props, in hb_shape_plan_create2() argument
204 assert (props->direction != HB_DIRECTION_INVALID); in hb_shape_plan_create2()
208 if (unlikely (!props)) in hb_shape_plan_create2()
220 props, in hb_shape_plan_create2()
385 assert (hb_segment_properties_equal (&shape_plan->key.props, &buffer->props)); in hb_shape_plan_execute()
427 const hb_segment_properties_t *props, in hb_shape_plan_create_cached() argument
432 return hb_shape_plan_create_cached2 (face, props, in hb_shape_plan_create_cached()
440 const hb_segment_properties_t *props, in hb_shape_plan_create_cached2() argument
463 props, in hb_shape_plan_create_cached2()
479 hb_shape_plan_t *shape_plan = hb_shape_plan_create2 (face, props, in hb_shape_plan_create_cached2()