Searched refs:HB_DIRECTION_INVALID (Results 1 – 12 of 12) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-common.c | 54 g_assert_cmpint ((signed) HB_DIRECTION_INVALID, ==, 0); in test_types_direction() 61 g_assert (!HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_INVALID)); in test_types_direction() 67 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_INVALID)); in test_types_direction() 73 g_assert (!HB_DIRECTION_IS_FORWARD (HB_DIRECTION_INVALID)); in test_types_direction() 79 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_INVALID)); in test_types_direction() 85 g_assert (!HB_DIRECTION_IS_VALID (HB_DIRECTION_INVALID)); in test_types_direction() 94 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string (NULL, -1)); in test_types_direction() 95 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("", -1)); in test_types_direction() 96 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("t", 0)); in test_types_direction() 97 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("x", -1)); in test_types_direction() [all …]
|
D | test-buffer.c | 110 g_assert (hb_buffer_get_direction (b) == HB_DIRECTION_INVALID); in test_buffer_properties() 142 g_assert (hb_buffer_get_direction (b) == HB_DIRECTION_INVALID); in test_buffer_properties() 172 g_assert (hb_buffer_get_direction (b) == HB_DIRECTION_INVALID); in test_buffer_properties()
|
/external/harfbuzz_ng/util/ |
D | view-cairo.hh | 39 direction (HB_DIRECTION_INVALID), in view_cairo_t()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-fallback.cc | 309 hb_direction_t horiz_dir = HB_DIRECTION_INVALID; in position_around_base() 349 if (unlikely (horiz_dir == HB_DIRECTION_INVALID)) { in position_around_base()
|
D | hb-common.cc | 131 return HB_DIRECTION_INVALID; in hb_direction_from_string() 141 return HB_DIRECTION_INVALID; in hb_direction_from_string()
|
D | hb-buffer.h | 119 #define HB_SEGMENT_PROPERTIES_DEFAULT {HB_DIRECTION_INVALID, \
|
D | hb-common.h | 118 HB_DIRECTION_INVALID = 0, enumerator
|
D | hb-shape-plan.cc | 167 assert (props->direction != HB_DIRECTION_INVALID); in hb_shape_plan_create2()
|
D | hb-ot-shape.cc | 86 case HB_DIRECTION_INVALID: in hb_ot_shape_collect_features()
|
D | hb-buffer.cc | 660 if (props.direction == HB_DIRECTION_INVALID) { in guess_segment_properties()
|
D | hb-ot-layout-gpos-table.hh | 969 case HB_DIRECTION_INVALID: in apply()
|
/external/harfbuzz_ng/ |
D | NEWS | 935 HB_DIRECTION_INVALID. Previously, hb_shape() was calling
|