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

/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Dcurve.c479 piecewise_curve_checks(stp_curve_t *curve1, int resample_points, int expected) argument
488 curve_points = stp_curve_get_data_points(curve1, &count);
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(!(curve2 = stp_curve_get_subrange(curve1,
627 stp_curve_t *curve1; local
[all...]

Completed in 16 milliseconds