Searched refs:SIMPLE_TEST_CHECK (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Dcurve.c100 #define SIMPLE_TEST_CHECK(conditional) \ macro
517 SIMPLE_TEST_CHECK(!bad_compare);
523 SIMPLE_TEST_CHECK(!stp_curve_get_sequence(curve1));
526 SIMPLE_TEST_CHECK(!stp_curve_get_data(curve1, &count));
529 SIMPLE_TEST_CHECK(!stp_curve_set_point(curve1, 2, 1.0));
532 SIMPLE_TEST_CHECK(!stp_curve_get_point(curve1, 2, &low));
535 SIMPLE_TEST_CHECK(!stp_curve_interpolate_value(curve1, .5, &low));
538 SIMPLE_TEST_CHECK(stp_curve_rescale(curve1, .5, STP_CURVE_COMPOSE_ADD,
542 SIMPLE_TEST_CHECK(!stp_curve_get_float_data(curve1, &count));
545 SIMPLE_TEST_CHECK(!(curve
[all...]

Completed in 40 milliseconds