Lines Matching refs:plan
165 _hb_ot_shape_fallback_mark_position_recategorize_marks (const hb_ot_shape_plan_t *plan HB_UNUSED, in _hb_ot_shape_fallback_mark_position_recategorize_marks()
195 position_mark (const hb_ot_shape_plan_t *plan HB_UNUSED, in position_mark()
302 position_around_base (const hb_ot_shape_plan_t *plan, in position_around_base() argument
354 if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction)) in position_around_base()
355 horiz_dir = plan->props.direction; in position_around_base()
357 horiz_dir = hb_script_get_horizontal_direction (plan->props.script); in position_around_base()
374 position_mark (plan, font, buffer, cluster_extents, i, this_combining_class); in position_around_base()
393 position_cluster (const hb_ot_shape_plan_t *plan, in position_cluster() argument
413 position_around_base (plan, font, buffer, i, j); in position_cluster()
420 _hb_ot_shape_fallback_mark_position (const hb_ot_shape_plan_t *plan, in _hb_ot_shape_fallback_mark_position() argument
431 position_cluster (plan, font, buffer, start, i); in _hb_ot_shape_fallback_mark_position()
434 position_cluster (plan, font, buffer, start, count); in _hb_ot_shape_fallback_mark_position()
459 _hb_ot_shape_fallback_kern (const hb_ot_shape_plan_t *plan, in _hb_ot_shape_fallback_kern() argument
475 machine.kern (font, buffer, plan->kern_mask, false); in _hb_ot_shape_fallback_kern()
484 _hb_ot_shape_fallback_spaces (const hb_ot_shape_plan_t *plan HB_UNUSED, in _hb_ot_shape_fallback_spaces()