ellipse            58 src/SWFShapeMaker.h 		void ellipse( double cx, double cy, double rx, double ry );
ellipse            89 src/swft/swft_path.cpp 			shaper.ellipse(attribs.getDouble("cx"), attribs.getDouble("cy"), r, r);
ellipse            94 src/swft/swft_path.cpp 			shaper.ellipse(attribs.getDouble("cx"), attribs.getDouble("cy"), rx, ry);