Home
last modified time | relevance | path

Searched refs:HB_DIRECTION_LTR (Results 1 – 11 of 11) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-common.c55 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 …]
Dtest-font.c290 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 1, 2, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing()
293 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 2, 5, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing()
329 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 1, 2, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing()
335 g_assert (!hb_font_get_glyph_contour_point_for_origin (font2, 3, 7, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing()
351 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 2, 5, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing()
354 g_assert (!hb_font_get_glyph_contour_point_for_origin (font3, 3, 7, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing()
Dtest-shape.c110 hb_buffer_set_direction (buffer, HB_DIRECTION_LTR); in test_shape()
155 hb_buffer_set_direction (buffer, HB_DIRECTION_LTR); in test_shape_clusters()
Dtest-ot-math.c339 horizontal ? HB_DIRECTION_LTR : HB_DIRECTION_TTB, in get_glyph_assembly_italics_correction()
404 g_assert_cmpint(hb_ot_math_get_min_connector_overlap(hb_font, HB_DIRECTION_LTR), ==, 108); in test_get_min_connector_overlap()
/external/harfbuzz_ng/src/
Dhb-common.cc142 return (hb_direction_t) (HB_DIRECTION_LTR + i); in hb_direction_from_string()
160 if (likely ((unsigned int) (direction - HB_DIRECTION_LTR) in hb_direction_to_string()
162 return direction_strings[direction - HB_DIRECTION_LTR]; in hb_direction_to_string()
535 return HB_DIRECTION_LTR; in hb_script_get_horizontal_direction()
Dhb-ot-shape-fallback.cc220 if (buffer->props.direction == HB_DIRECTION_LTR) { in position_mark()
358 if (horiz_dir == HB_DIRECTION_LTR) in position_around_base()
Dhb-common.h105 HB_DIRECTION_LTR = 4, enumerator
Dhb-ot-layout-gpos-table.hh269 font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy); in get_anchor()
931 case HB_DIRECTION_LTR: in apply()
Dhb-ot-shape.cc76 case HB_DIRECTION_LTR: in hb_ot_shape_collect_features()
/external/skia/tools/shape/
DSkShaper_harfbuzz.cpp564 hb_direction_t direction = is_LTR(bidi->currentLevel()) ? HB_DIRECTION_LTR:HB_DIRECTION_RTL; in shape()
/external/skqp/tools/shape/
DSkShaper_harfbuzz.cpp559 hb_direction_t direction = is_LTR(bidi->currentLevel()) ? HB_DIRECTION_LTR:HB_DIRECTION_RTL; in shape()