Home
last modified time | relevance | path

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

12345678910>>...15

/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/test/api/
H A 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 …]
H A Dtest-ot-math.c509 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
515 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
521 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
527 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
533 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
548 HB_DIRECTION_RTL, in test_get_glyph_variants()
562 HB_DIRECTION_RTL, in test_get_glyph_variants()
572 HB_DIRECTION_RTL, in test_get_glyph_variants()
673 HB_DIRECTION_RTL, in test_get_glyph_assembly()
689 HB_DIRECTION_RTL, in test_get_glyph_assembly()
[all …]
H A 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()
136 hb_ot_math_get_min_connector_overlap (font, HB_DIRECTION_RTL); in test_font()
/dports/print/harfbuzz/harfbuzz-3.4.0/test/api/
H A 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 …]
H A Dtest-ot-math.c509 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
515 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
521 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
527 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
533 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
548 HB_DIRECTION_RTL, in test_get_glyph_variants()
562 HB_DIRECTION_RTL, in test_get_glyph_variants()
572 HB_DIRECTION_RTL, in test_get_glyph_variants()
673 HB_DIRECTION_RTL, in test_get_glyph_assembly()
689 HB_DIRECTION_RTL, in test_get_glyph_assembly()
[all …]
H A 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()
136 hb_ot_math_get_min_connector_overlap (font, HB_DIRECTION_RTL); in test_font()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/test/api/
H A 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 …]
H A Dtest-ot-math.c509 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
515 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
521 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
527 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
533 …g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), =… in test_get_glyph_variants()
548 HB_DIRECTION_RTL, in test_get_glyph_variants()
562 HB_DIRECTION_RTL, in test_get_glyph_variants()
572 HB_DIRECTION_RTL, in test_get_glyph_variants()
673 HB_DIRECTION_RTL, in test_get_glyph_assembly()
689 HB_DIRECTION_RTL, in test_get_glyph_assembly()
[all …]
H A 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()
136 hb_ot_math_get_min_connector_overlap (font, HB_DIRECTION_RTL); in test_font()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/test/api/
H A 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 …]
H A 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()
592 HB_DIRECTION_RTL, in test_get_glyph_assembly()
608 HB_DIRECTION_RTL, in test_get_glyph_assembly()
[all …]
H A 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()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/test/api/
H A 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 …]
H A 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()
592 HB_DIRECTION_RTL, in test_get_glyph_assembly()
608 HB_DIRECTION_RTL, in test_get_glyph_assembly()
[all …]
H A Dtest-ot-face.c77 …hb_ot_layout_get_baseline (font, HB_OT_LAYOUT_BASELINE_TAG_HANGING, HB_DIRECTION_RTL, HB_SCRIPT_HA… in test_face()
90 hb_ot_math_get_min_connector_overlap (font, HB_DIRECTION_RTL); in test_face()
H A 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()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/test/api/
H A 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 …]
H A 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()
592 HB_DIRECTION_RTL, in test_get_glyph_assembly()
608 HB_DIRECTION_RTL, in test_get_glyph_assembly()
[all …]
H A Dtest-ot-face.c77 …hb_ot_layout_get_baseline (font, HB_OT_LAYOUT_BASELINE_TAG_HANGING, HB_DIRECTION_RTL, HB_SCRIPT_HA… in test_face()
90 hb_ot_math_get_min_connector_overlap (font, HB_DIRECTION_RTL); in test_face()
H A 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()
/dports/print/harfbuzz/harfbuzz-3.4.0/perf/
H A 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,
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/perf/
H A 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,
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/perf/
H A 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,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/perf/
H A 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,
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/perf/
H A 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,

12345678910>>...15