Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-common.c68 g_assert (HB_DIRECTION_IS_FORWARD (HB_DIRECTION_LTR)); in test_types_direction()
69 g_assert (HB_DIRECTION_IS_FORWARD (HB_DIRECTION_TTB)); in test_types_direction()
70 g_assert (!HB_DIRECTION_IS_FORWARD (HB_DIRECTION_RTL)); in test_types_direction()
71 g_assert (!HB_DIRECTION_IS_FORWARD (HB_DIRECTION_BTT)); in test_types_direction()
72 g_assert (!HB_DIRECTION_IS_FORWARD (HB_DIRECTION_INVALID)); in test_types_direction()
/external/harfbuzz_ng/src/
Dhb-ot-shape-fallback.cc329 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) { in position_around_base()
382 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) { in position_around_base()
Dhb-ot-shape.cc516 if (HB_DIRECTION_IS_FORWARD (c->target_direction)) in hb_ot_mirror_chars()
544 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) in hb_ot_shape_setup_masks_fraction()
838 HB_DIRECTION_IS_FORWARD (c->buffer->props.direction); in hb_ot_position_complex()
Dhb-common.h153 #define HB_DIRECTION_IS_FORWARD(dir) ((((unsigned int) (dir)) & ~2U) == 4) macro
Dhb-coretext.cc784 int level = HB_DIRECTION_IS_FORWARD (buffer->props.direction) ? 0 : 1; in _hb_coretext_shape()
1114 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) in _hb_coretext_shape()
Dhb-aat-layout-kerx-table.hh916 pos[i].attach_chain() = HB_DIRECTION_IS_FORWARD (c->buffer->props.direction) ? -1 : +1; in apply()
Dhb-uniscribe.cc808 bidi_state.uBidiLevel = HB_DIRECTION_IS_FORWARD (buffer->props.direction) ? 0 : 1; in _hb_uniscribe_shape()
Dhb-ot-layout-gpos-table.hh1705 if (HB_DIRECTION_IS_FORWARD (direction)) in propagate_attachment_offsets()
/external/harfbuzz_ng/util/
Doptions.hh281 bool is_forward = HB_DIRECTION_IS_FORWARD (hb_buffer_get_direction (buffer)); in verify_buffer_monotone()
326 bool forward = HB_DIRECTION_IS_FORWARD (hb_buffer_get_direction (buffer)); in verify_buffer_safe_to_break()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt145 HB_DIRECTION_IS_FORWARD