Home | History | Annotate | Download | only in api

Lines Matching refs:HB_DIRECTION_INVALID

54   g_assert_cmpint ((signed) HB_DIRECTION_INVALID, ==, 0);
61 g_assert (!HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_INVALID));
67 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_INVALID));
73 g_assert (!HB_DIRECTION_IS_FORWARD (HB_DIRECTION_INVALID));
79 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_INVALID));
85 g_assert (!HB_DIRECTION_IS_VALID (HB_DIRECTION_INVALID));
92 //g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_INVALID), ==, HB_DIRECTION_INVALID);
94 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string (NULL, -1));
95 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("", -1));
96 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("t", 0));
97 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("x", -1));
108 g_assert (0 == strcmp ("invalid", hb_direction_to_string (HB_DIRECTION_INVALID)));