Home
last modified time | relevance | path

Searched refs:HB_DIRECTION_IS_FORWARD (Results 1 – 14 of 14) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-common.c69 g_assert (HB_DIRECTION_IS_FORWARD (HB_DIRECTION_LTR)); in test_types_direction()
70 g_assert (HB_DIRECTION_IS_FORWARD (HB_DIRECTION_TTB)); in test_types_direction()
71 g_assert (!HB_DIRECTION_IS_FORWARD (HB_DIRECTION_RTL)); in test_types_direction()
72 g_assert (!HB_DIRECTION_IS_FORWARD (HB_DIRECTION_BTT)); in test_types_direction()
73 g_assert (!HB_DIRECTION_IS_FORWARD (HB_DIRECTION_INVALID)); in test_types_direction()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-shape-fallback.cc321 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) { in position_around_base()
373 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) { in position_around_base()
Dhb-common.h127 #define HB_DIRECTION_IS_FORWARD(dir) ((((unsigned int) (dir)) & ~2U) == 4) macro
Dhb-ot-shape.cc293 if (HB_DIRECTION_IS_FORWARD (c->target_direction)) in hb_ot_mirror_chars()
Dhb-coretext.cc817 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) { in _hb_coretext_shape()
Dhb-uniscribe.cc816 bidi_state.uBidiLevel = HB_DIRECTION_IS_FORWARD (buffer->props.direction) ? 0 : 1; in _hb_uniscribe_shape()
Dhb-ot-layout-gpos-table.hh1567 if (HB_DIRECTION_IS_FORWARD (direction)) in fix_mark_attachment()
/external/harfbuzz_ng/src/
Dhb-ot-shape-fallback.cc323 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) { in position_around_base()
376 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) { in position_around_base()
Dhb-common.h128 #define HB_DIRECTION_IS_FORWARD(dir) ((((unsigned int) (dir)) & ~2U) == 4) macro
Dhb-ot-shape.cc296 if (HB_DIRECTION_IS_FORWARD (c->target_direction)) in hb_ot_mirror_chars()
Dhb-coretext.cc815 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) { in _hb_coretext_shape()
Dhb-uniscribe.cc813 bidi_state.uBidiLevel = HB_DIRECTION_IS_FORWARD (buffer->props.direction) ? 0 : 1; in _hb_uniscribe_shape()
Dhb-ot-layout-gpos-table.hh1567 if (HB_DIRECTION_IS_FORWARD (direction)) in fix_mark_attachment()
/external/harfbuzz_ng/docs/reference/
Dharfbuzz-sections.txt112 HB_DIRECTION_IS_FORWARD