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

/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Dcurve.c629 stp_curve_t *curve3; local
772 SIMPLE_TEST_CHECK(stp_curve_compose(&curve3, curve1, curve2,
774 if (verbose && curve3)
775 stp_curve_write(stdout, curve3);
781 if (curve3)
783 stp_curve_destroy(curve3);
784 curve3 = NULL;
787 if (!stp_curve_compose(&curve3, curve1, curve2, STP_CURVE_COMPOSE_MULTIPLY, 64))
796 stp_curve_write(stdout, curve3);
803 stp_curve_destroy(curve3);
[all...]
/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp136 // curve3
138 DocumentBuilder::curve3(double x1, double y1, // Q, q function in class:agg::svg::DocumentBuilder
144 fPathStorage.curve3(x1, y1, x, y);
147 // curve3
149 DocumentBuilder::curve3(double x, double y, bool rel) // T, t function in class:agg::svg::DocumentBuilder
154 fPathStorage.curve3(x, y);
401 curve3(arg[0], arg[1], arg[2], arg[3], cmd == 'q');
407 curve3(arg[0], arg[1], cmd == 't');
693 //printf("curve3 (%.2f, %.2f)\n", x1, y1);
H A DDocumentBuilder.h159 void curve3(double x1, double y1, // Q, q
161 void curve3(double x, double y, bool rel = false); // T, t
/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_curve.h32 // by their control points. There're two types of curves supported: curve3
35 // to interpolate more complicated curves. Curve4, unlike curve3 can be used
47 // all we will see is only 2 or 3 straight line segments (for curve3 and
55 class Curve3=curve3,
H A Dagg_curves.h473 //-----------------------------------------------------------------curve3
474 class curve3 class in namespace:agg
477 curve3() : m_approximation_method(curve_div) {} function in class:agg::curve3
478 curve3(double x1, double y1, function in class:agg::curve3
H A Dagg_path_storage.h647 void curve3(double x_ctrl, double y_ctrl,
653 void curve3(double x_to, double y_to);
959 void path_base<VC>::curve3(double x_ctrl, double y_ctrl, function in class:agg::path_base
979 void path_base<VC>::curve3(double x_to, double y_to) function in class:agg::path_base
998 curve3(x_ctrl, y_ctrl, x_to, y_to);
1007 curve3(dx_to, dy_to);
H A Dagg_path_storage_integer.h91 void curve3(T x_ctrl, T y_ctrl, function in class:agg::path_storage_integer
/haiku-fatelf/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp265 path.curve3(value_type(dbl_to_int26p6(x1)),
284 path.curve3(value_type(dbl_to_int26p6(x1)),
289 //path.curve3(conv(v_control.x),
305 path.curve3(value_type(dbl_to_int26p6(x1)),
310 //path.curve3(conv(v_control.x),
/haiku-fatelf/src/servers/app/font/
H A DFontEngine.cpp163 path.curve3(value_type(dbl_to_int26p6(x1)),
181 path.curve3(value_type(dbl_to_int26p6(x1)),
186 //path.curve3(conv(v_control.x),
200 path.curve3(value_type(dbl_to_int26p6(x1)),
205 //path.curve3(conv(v_control.x),

Completed in 74 milliseconds