Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-common.c74 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_LTR)); in test_types_direction()
75 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_TTB)); in test_types_direction()
76 g_assert (HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_RTL)); in test_types_direction()
77 g_assert (HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_BTT)); in test_types_direction()
78 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_INVALID)); in test_types_direction()
/external/harfbuzz_ng/src/
Dhb-graphite2.cc328 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
357 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
373 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
399 if (!HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
Dhb-fallback-shape.cc116 if (HB_DIRECTION_IS_BACKWARD (direction)) in _hb_fallback_shape()
Dhb-coretext.cc826 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction)) in _hb_coretext_shape()
950 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction)) in _hb_coretext_shape()
1072 bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_coretext_shape()
Dhb-common.h154 #define HB_DIRECTION_IS_BACKWARD(dir) ((((unsigned int) (dir)) & ~2U) == 5) macro
Dhb-ot-shape-fallback.cc468 bool reverse = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_ot_shape_fallback_kern()
Dhb-directwrite.cc599 bool isRightToLeft = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_directwrite_shape_full()
Dhb-aat-layout-kerx-table.hh901 HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction); in apply()
Dhb-aat-layout-morx-table.hh1029 HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction); in apply()
Dhb-uniscribe.cc836 bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_uniscribe_shape()
Dhb-ot-shape.cc906 if (HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction)) in hb_ot_position()
Dhb-buffer.cc1859 bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in hb_buffer_normalize_glyphs()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt144 HB_DIRECTION_IS_BACKWARD
/external/harfbuzz_ng/util/
Dhelper-cairo.cc524 hb_bool_t backward = HB_DIRECTION_IS_BACKWARD (hb_buffer_get_direction (buffer)); in helper_cairo_line_from_buffer()