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.cc323 hb_direction_t horiz_dir = HB_DIRECTION_INVALID; in position_around_base() local
372 if (unlikely (horiz_dir == HB_DIRECTION_INVALID)) { in position_around_base()
374 horiz_dir = plan->props.direction; in position_around_base()
376 horiz_dir = hb_script_get_horizontal_direction (plan->props.script); in position_around_base()
378 if (horiz_dir == HB_DIRECTION_LTR) in position_around_base()
Dhb-ot-shape.cc563 hb_direction_t horiz_dir = hb_script_get_horizontal_direction (buffer->props.script); in hb_ensure_native_direction() local
570 direction != horiz_dir && horiz_dir != HB_DIRECTION_INVALID) || in hb_ensure_native_direction()