curveTo           125 src/SWFShapeMaker.cpp 	curveTo( lastx + smoothx, lasty + smoothy, ax, ay );
curveTo           198 src/SWFShapeMaker.cpp 		curveTo( s.x, s.y, d.x, d.y );
curveTo           316 src/SWFShapeMaker.cpp 	curveTo(cx + p1.x, cy + p1.y, cx + p2.x, cy + p2.y);
curveTo            42 src/SWFShapeMaker.h 		void curveTo( double cx, double cy, double ax, double ay );
curveTo            63 src/swft/SVGPathParser.cpp 			shaper->curveTo(params[0], params[1], params[2], params[3]);
curveTo            34 src/swft/swft_import_ttf.cpp 	((ShapeMaker*)shaper)->curveTo( control->x, control->y, to->x, to->y );