Home
last modified time | relevance | path

Searched refs:CDRPolygon (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/libcdr01/libcdr-0.1.7/src/lib/
H A DCDRTypes.h182 struct CDRPolygon struct
190 CDRPolygon() : m_numAngles(0), m_nextPoint(0), m_rx(0.0), m_ry(0.0), m_cx(0.0), m_cy(0.0) {} in CDRPolygon() function
191 CDRPolygon(unsigned numAngles, unsigned nextPoint, double rx, double ry, double cx, double cy) in CDRPolygon() argument
H A DCDRTypes.cpp14 void libcdr::CDRPolygon::create(libcdr::CDRPath &path) const in create()
H A DCDRContentCollector.h111 std::unique_ptr<CDRPolygon> m_polygon;
H A DCDRContentCollector.cpp680 m_polygon.reset(new CDRPolygon(numAngles, nextPoint, rx, ry, cx, cy)); in collectPolygonTransform()