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

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-fallback.cc309 hb_direction_t horiz_dir = HB_DIRECTION_INVALID; local
349 if (unlikely (horiz_dir == HB_DIRECTION_INVALID)) {
351 horiz_dir = plan->props.direction;
353 horiz_dir = hb_script_get_horizontal_direction (plan->props.script);
355 if (horiz_dir == HB_DIRECTION_LTR)

Completed in 167 milliseconds