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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-fallback.cc291 hb_direction_t horiz_dir = HB_DIRECTION_INVALID; local
330 if (unlikely (horiz_dir == HB_DIRECTION_INVALID)) {
332 horiz_dir = plan->props.direction;
334 horiz_dir = hb_script_get_horizontal_direction (plan->props.script);
336 if (horiz_dir == HB_DIRECTION_LTR)
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-fallback.cc291 hb_direction_t horiz_dir = HB_DIRECTION_INVALID; local
330 if (unlikely (horiz_dir == HB_DIRECTION_INVALID)) {
332 horiz_dir = plan->props.direction;
334 horiz_dir = hb_script_get_horizontal_direction (plan->props.script);
336 if (horiz_dir == HB_DIRECTION_LTR)

Completed in 84 milliseconds