Searched defs:polygon (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/libavoid/
H A Dviscluster.cpp82 ReferencingPolygon& ClusterRef::polygon(void) function in class:Avoid::ClusterRef
H A Dshape.cpp116 // Reset with the new polygon point.
196 const Polygon& ShapeRef::polygon(void) const function in class:Avoid::ShapeRef
/inkscape/src/extension/internal/
H A Dwmf-print.cpp1023 bool polygon = false; local
1028 polygon = true;
1048 if (polygon || ellipse) {
1051 if (polygon) {
1071 g_error("Fatal programming error in PrintWmf::print_simple_shape at retangle/ellipse/polygon");
1185 Otherwise use a mix of polygon or polyline separately on each path.
1189 cannot be represented in WMF with polygon or polyline because there is no external way to combine paths
1206 if (nPolys > 1) { // a single polypolygon, a single polygon falls through to the else
H A Demf-print.cpp1608 bool polygon = false; local
1613 polygon = true;
1633 if (polygon || ellipse) {
1647 if (polygon) {
1667 g_error("Fatal programming error in PrintEmf::print_simple_shape at retangle/ellipse/polygon");

Completed in 28 milliseconds