Home
last modified time | relevance | path

Searched refs:HB_DIRECTION_IS_VALID (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-common.c80 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_LTR)); in test_types_direction()
81 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_TTB)); in test_types_direction()
82 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_RTL)); in test_types_direction()
83 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_BTT)); in test_types_direction()
84 g_assert (!HB_DIRECTION_IS_VALID (HB_DIRECTION_INVALID)); in test_types_direction()
85 g_assert (!HB_DIRECTION_IS_VALID ((hb_direction_t) 0x12345678)); in test_types_direction()
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-common.c80 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_LTR)); in test_types_direction()
81 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_TTB)); in test_types_direction()
82 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_RTL)); in test_types_direction()
83 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_BTT)); in test_types_direction()
84 g_assert (!HB_DIRECTION_IS_VALID (HB_DIRECTION_INVALID)); in test_types_direction()
85 g_assert (!HB_DIRECTION_IS_VALID ((hb_direction_t) 0x12345678)); in test_types_direction()
/third_party/harfbuzz/test/api/
Dtest-common.c80 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_LTR)); in test_types_direction()
81 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_TTB)); in test_types_direction()
82 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_RTL)); in test_types_direction()
83 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_BTT)); in test_types_direction()
84 g_assert (!HB_DIRECTION_IS_VALID (HB_DIRECTION_INVALID)); in test_types_direction()
85 g_assert (!HB_DIRECTION_IS_VALID ((hb_direction_t) 0x12345678)); in test_types_direction()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-common.h149 #define HB_DIRECTION_IS_VALID(dir) ((((unsigned int) (dir)) & ~3U) == 4) macro
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-common.h241 #define HB_DIRECTION_IS_VALID(dir) ((((unsigned int) (dir)) & ~3U) == 4) macro
/third_party/harfbuzz/src/
Dhb-common.h241 #define HB_DIRECTION_IS_VALID(dir) ((((unsigned int) (dir)) & ~3U) == 4) macro
/third_party/harfbuzz/docs/
Dharfbuzz-sections.txt157 HB_DIRECTION_IS_VALID
/third_party/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt161 HB_DIRECTION_IS_VALID
/third_party/flutter/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt153 HB_DIRECTION_IS_VALID