Home
last modified time | relevance | path

Searched refs:horiz_dir (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-fallback.cc308 hb_direction_t horiz_dir = HB_DIRECTION_INVALID; in position_around_base() local
353 if (unlikely (horiz_dir == HB_DIRECTION_INVALID)) { 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()
359 if (horiz_dir == HB_DIRECTION_LTR) in position_around_base()
Dhb-ot-shape.cc479 hb_direction_t horiz_dir = hb_script_get_horizontal_direction (buffer->props.script); in hb_ensure_native_direction() local
486 direction != horiz_dir && horiz_dir != HB_DIRECTION_INVALID) || in hb_ensure_native_direction()