Searched refs:HB_DIRECTION_LTR (Results 1 – 9 of 9) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-common.c | 55 g_assert_cmpint (HB_DIRECTION_LTR, !=, 0); in test_types_direction() 57 g_assert (HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_LTR)); in test_types_direction() 63 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_LTR)); in test_types_direction() 69 g_assert (HB_DIRECTION_IS_FORWARD (HB_DIRECTION_LTR)); in test_types_direction() 75 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_LTR)); in test_types_direction() 81 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_LTR)); in test_types_direction() 88 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_LTR), ==, HB_DIRECTION_RTL); in test_types_direction() 89 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_RTL), ==, HB_DIRECTION_LTR); in test_types_direction() 104 g_assert (0 == strcmp ("ltr", hb_direction_to_string (HB_DIRECTION_LTR))); in test_types_direction() 174 g_assert_cmpint (hb_script_get_horizontal_direction (HB_SCRIPT_LATIN), ==, HB_DIRECTION_LTR); in test_types_script() [all …]
|
D | test-font.c | 279 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 1, 2, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 282 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 2, 5, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 305 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 1, 2, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 311 g_assert (!hb_font_get_glyph_contour_point_for_origin (font2, 3, 7, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 331 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 2, 5, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 334 g_assert (!hb_font_get_glyph_contour_point_for_origin (font3, 3, 7, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing()
|
D | test-shape.c | 110 hb_buffer_set_direction (buffer, HB_DIRECTION_LTR); in test_shape()
|
/external/harfbuzz_ng/src/ |
D | hb-common.cc | 139 return (hb_direction_t) (HB_DIRECTION_LTR + i); in hb_direction_from_string() 157 if (likely ((unsigned int) (direction - HB_DIRECTION_LTR) in hb_direction_to_string() 159 return direction_strings[direction - HB_DIRECTION_LTR]; in hb_direction_to_string() 498 return HB_DIRECTION_LTR; in hb_script_get_horizontal_direction()
|
D | hb-ot-shape-fallback.cc | 220 if (buffer->props.direction == HB_DIRECTION_LTR) { in position_mark() 353 if (horiz_dir == HB_DIRECTION_LTR) in position_around_base()
|
D | hb-ot-shape.cc | 77 case HB_DIRECTION_LTR: in hb_ot_shape_collect_features() 582 HB_DIRECTION_LTR, in hb_ot_position_complex() 591 HB_DIRECTION_LTR, in hb_ot_position_complex()
|
D | hb-common.h | 113 HB_DIRECTION_LTR = 4, enumerator
|
D | hb-ot-layout-gpos-table.hh | 252 … font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy); in get_anchor() 929 case HB_DIRECTION_LTR: in apply()
|
/external/freetype/src/autofit/ |
D | hbshim.c | 461 hb_buffer_set_direction( buf, HB_DIRECTION_LTR ); in af_get_char_index()
|