Home
last modified time | relevance | path

Searched refs:HB_DIRECTION_RTL (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-common.c57 g_assert (HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_RTL)); in test_types_direction()
63 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_RTL)); in test_types_direction()
70 g_assert (!HB_DIRECTION_IS_FORWARD (HB_DIRECTION_RTL)); in test_types_direction()
76 g_assert (HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_RTL)); in test_types_direction()
82 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_RTL)); in test_types_direction()
87 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_LTR), ==, HB_DIRECTION_RTL); in test_types_direction()
88 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_RTL), ==, HB_DIRECTION_LTR); in test_types_direction()
97 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("r", -1)); in test_types_direction()
98 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("rtl", -1)); in test_types_direction()
99 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("RtL", -1)); in test_types_direction()
[all …]
Dtest-ot-math.c428 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
434 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
440 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
446 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
452 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
467 HB_DIRECTION_RTL, in test_get_glyph_variants()
481 HB_DIRECTION_RTL, in test_get_glyph_variants()
491 HB_DIRECTION_RTL, in test_get_glyph_variants()
552 …g_assert_cmpint(hb_ot_math_get_glyph_assembly (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL, NU… in test_get_glyph_assembly()
558 …g_assert_cmpint(hb_ot_math_get_glyph_assembly (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL, NU… in test_get_glyph_assembly()
[all …]
Dtest-ot-face.c101 …hb_ot_layout_get_baseline (font, HB_OT_LAYOUT_BASELINE_TAG_HANGING, HB_DIRECTION_RTL, HB_SCRIPT_HA… in test_font()
135 hb_ot_math_get_min_connector_overlap (font, HB_DIRECTION_RTL); in test_font()
Dtest-buffer.c121 hb_buffer_set_direction (b, HB_DIRECTION_RTL); in test_buffer_properties()
122 g_assert (hb_buffer_get_direction (b) == HB_DIRECTION_RTL); in test_buffer_properties()
154 hb_buffer_set_direction (b, HB_DIRECTION_RTL); in test_buffer_properties()
155 g_assert (hb_buffer_get_direction (b) == HB_DIRECTION_RTL); in test_buffer_properties()
Dtest-ot-ligature-carets.c155 g_assert_cmpuint (0, ==, hb_ot_layout_get_ligature_carets (font, HB_DIRECTION_RTL, in test_ot_layout_get_ligature_carets_empty()
Dtest-font.c293 g_assert (!hb_font_get_glyph_contour_point_for_origin (font1, 3, 7, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing()
329 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 2, 5, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing()
345 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 1, 2, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing()
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-common.c57 g_assert (HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_RTL)); in test_types_direction()
63 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_RTL)); in test_types_direction()
70 g_assert (!HB_DIRECTION_IS_FORWARD (HB_DIRECTION_RTL)); in test_types_direction()
76 g_assert (HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_RTL)); in test_types_direction()
82 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_RTL)); in test_types_direction()
87 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_LTR), ==, HB_DIRECTION_RTL); in test_types_direction()
88 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_RTL), ==, HB_DIRECTION_LTR); in test_types_direction()
97 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("r", -1)); in test_types_direction()
98 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("rtl", -1)); in test_types_direction()
99 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("RtL", -1)); in test_types_direction()
[all …]
Dtest-ot-math.c428 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
434 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
440 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
446 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
452 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
467 HB_DIRECTION_RTL, in test_get_glyph_variants()
481 HB_DIRECTION_RTL, in test_get_glyph_variants()
491 HB_DIRECTION_RTL, in test_get_glyph_variants()
552 …g_assert_cmpint(hb_ot_math_get_glyph_assembly (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL, NU… in test_get_glyph_assembly()
558 …g_assert_cmpint(hb_ot_math_get_glyph_assembly (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL, NU… in test_get_glyph_assembly()
[all …]
Dtest-ot-ligature-carets.c39 g_assert_cmpuint (2, ==, hb_ot_layout_get_ligature_carets (font, HB_DIRECTION_RTL, in test_ot_layout_feature_get_name_ids_and_characters()
Dtest-buffer.c121 hb_buffer_set_direction (b, HB_DIRECTION_RTL); in test_buffer_properties()
122 g_assert (hb_buffer_get_direction (b) == HB_DIRECTION_RTL); in test_buffer_properties()
154 hb_buffer_set_direction (b, HB_DIRECTION_RTL); in test_buffer_properties()
155 g_assert (hb_buffer_get_direction (b) == HB_DIRECTION_RTL); in test_buffer_properties()
Dtest-font.c293 g_assert (!hb_font_get_glyph_contour_point_for_origin (font1, 3, 7, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing()
329 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 2, 5, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing()
345 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 1, 2, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing()
Dtest-ot-face.c88 hb_ot_math_get_min_connector_overlap (font, HB_DIRECTION_RTL); in test_face()
/third_party/harfbuzz/test/api/
Dtest-common.c57 g_assert (HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_RTL)); in test_types_direction()
63 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_RTL)); in test_types_direction()
70 g_assert (!HB_DIRECTION_IS_FORWARD (HB_DIRECTION_RTL)); in test_types_direction()
76 g_assert (HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_RTL)); in test_types_direction()
82 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_RTL)); in test_types_direction()
87 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_LTR), ==, HB_DIRECTION_RTL); in test_types_direction()
88 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_RTL), ==, HB_DIRECTION_LTR); in test_types_direction()
97 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("r", -1)); in test_types_direction()
98 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("rtl", -1)); in test_types_direction()
99 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("RtL", -1)); in test_types_direction()
[all …]
Dtest-ot-math.c428 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
434 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
440 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
446 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
452 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
467 HB_DIRECTION_RTL, in test_get_glyph_variants()
481 HB_DIRECTION_RTL, in test_get_glyph_variants()
491 HB_DIRECTION_RTL, in test_get_glyph_variants()
552 …g_assert_cmpint(hb_ot_math_get_glyph_assembly (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL, NU… in test_get_glyph_assembly()
558 …g_assert_cmpint(hb_ot_math_get_glyph_assembly (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL, NU… in test_get_glyph_assembly()
[all …]
Dtest-ot-face.c101 …hb_ot_layout_get_baseline (font, HB_OT_LAYOUT_BASELINE_TAG_HANGING, HB_DIRECTION_RTL, HB_SCRIPT_HA… in test_font()
135 hb_ot_math_get_min_connector_overlap (font, HB_DIRECTION_RTL); in test_font()
Dtest-buffer.c121 hb_buffer_set_direction (b, HB_DIRECTION_RTL); in test_buffer_properties()
122 g_assert (hb_buffer_get_direction (b) == HB_DIRECTION_RTL); in test_buffer_properties()
154 hb_buffer_set_direction (b, HB_DIRECTION_RTL); in test_buffer_properties()
155 g_assert (hb_buffer_get_direction (b) == HB_DIRECTION_RTL); in test_buffer_properties()
Dtest-ot-ligature-carets.c155 g_assert_cmpuint (0, ==, hb_ot_layout_get_ligature_carets (font, HB_DIRECTION_RTL, in test_ot_layout_get_ligature_carets_empty()
Dtest-font.c293 g_assert (!hb_font_get_glyph_contour_point_for_origin (font1, 3, 7, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing()
329 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 2, 5, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing()
345 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 1, 2, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing()
/third_party/skia/third_party/externals/harfbuzz/perf/
Dperf-shaping.hh41 HB_DIRECTION_RTL, HB_SCRIPT_ARABIC,
45 HB_DIRECTION_RTL, HB_SCRIPT_ARABIC,
50 HB_DIRECTION_RTL, HB_SCRIPT_ARABIC,
54 HB_DIRECTION_RTL, HB_SCRIPT_ARABIC,
/third_party/harfbuzz/perf/
Dperf-shaping.hh41 HB_DIRECTION_RTL, HB_SCRIPT_ARABIC,
45 HB_DIRECTION_RTL, HB_SCRIPT_ARABIC,
50 HB_DIRECTION_RTL, HB_SCRIPT_ARABIC,
54 HB_DIRECTION_RTL, HB_SCRIPT_ARABIC,
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape.cc339 case HB_DIRECTION_RTL: in hb_ot_shape_collect_features()
602 if (unlikely (horiz_dir == HB_DIRECTION_RTL && direction == HB_DIRECTION_LTR)) in hb_ensure_native_direction()
1285 bool mirror = hb_script_get_horizontal_direction (buffer->props.script) == HB_DIRECTION_RTL; in hb_ot_shape_glyphs_closure()
Dhb-common.h222 HB_DIRECTION_RTL, enumerator
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-common.h137 HB_DIRECTION_RTL, enumerator
Dhb-ot-shape.cc284 case HB_DIRECTION_RTL: in hb_ot_shape_collect_features()
1090 bool mirror = hb_script_get_horizontal_direction (buffer->props.script) == HB_DIRECTION_RTL; in hb_ot_shape_glyphs_closure()
/third_party/harfbuzz/src/
Dhb-common.h222 HB_DIRECTION_RTL, enumerator

12