Searched refs:pit (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/
H A Dsp-polygon.cpp48 for (Geom::PathVector::const_iterator pit = pathv.begin(); pit != pathv.end(); ++pit) {
49 for (Geom::Path::const_iterator cit = pit->begin(); cit != pit->end_default(); ++cit) {
H A Dsp-path.cpp102 for(Geom::PathVector::const_iterator pit = pv.begin(); pit != pv.end(); ++pit) {
103 for(Geom::Path::const_iterator cit = pit->begin(); cit != pit->end_default(); ++cit) {
H A Dconn-avoid-ref.cpp213 Geom::PathVector::const_iterator pit = curve_pv.begin(); local
214 while (pit != curve_pv.end())
216 Geom::Path::const_iterator cit = pit->begin();
217 while (cit != pit->end())
219 if (cit == pit->begin())
241 ++pit;
/inkscape/src/svg/
H A Dsvg-path.cpp116 for(Geom::PathVector::const_iterator pit = p.begin(); pit != p.end(); ++pit) {
117 sp_svg_write_path(str, *pit);
/inkscape/src/extension/internal/
H A Dpov-out.cpp330 for (Geom::PathVector::const_iterator pit = pathv.begin(); pit != pathv.end(); ++pit)
335 for (Geom::Path::const_iterator cit = pit->begin(); cit != pit->end_closed(); ++cit)
365 for (Geom::PathVector::const_iterator pit = pathv.begin(); pit != pathv.end(); ++pit)
368 cminmax.expandTo(pit->initialPoint());
373 for (Geom::Path::const_iterator cit = pit
[all...]
H A Dwmf-print.cpp817 for (Geom::PathVector::const_iterator pit = pathv.begin(); pit != pathv.end(); ++pit) {
818 for (Geom::Path::const_iterator cit = pit->begin(); cit != pit->end_open(); ++cit) {
819 if (pit->end_default() != pit->end_closed()) {
925 for (Geom::PathVector::const_iterator pit = pv.begin(); pit != pv.end(); ++pit) {
[all...]
H A Djavafx-out.cpp518 for (Geom::PathVector::const_iterator pit = pathv.begin(); pit != pathv.end(); ++pit)
520 Geom::Point p = pit->front().initialPoint();
530 for (Geom::Path::const_iterator cit = pit->begin(); cit != pit->end_closed(); ++cit)
566 if (pit->closed())
657 for (Geom::PathVector::const_iterator pit = pathv.begin(); pit != pathv.end(); ++pit)
[all...]
H A Demf-print.cpp809 Geom::PathVector::const_iterator pit = pv.begin(); local
814 if(pit->end_closed() != pit->end_default())return(bad); // path must be closed
816 P1_trail = pit->finalPoint();
817 Geom::Path::const_iterator cit = pit->begin();
819 for(;cit != pit->end_closed();++cit) {
835 output.close( pit->closed() );
1399 for (Geom::PathVector::const_iterator pit = pathv.begin(); pit != pathv.end(); ++pit) {
[all...]
H A Dodf.cpp1281 for (Geom::PathVector::const_iterator pit = pv.begin(); pit != pv.end(); ++pit) {
1283 double destx = pit->initialPoint()[X];
1284 double desty = pit->initialPoint()[Y];
1290 for (Geom::Path::const_iterator cit = pit->begin(); cit != pit->end_closed(); ++cit) {
1315 if (pit->closed()) {
/inkscape/src/helper/
H A Dgeom.cpp468 for (Geom::PathVector::const_iterator pit = pathv.begin(); pit != pathv.end(); ++pit) {
471 output.back().start( pit->initialPoint() );
473 for (Geom::Path::const_iterator cit = pit->begin(); cit != pit->end_open(); ++cit) {
491 output.back().close( pit->closed() );
513 for (Geom::PathVector::const_iterator pit = tmppath.begin(); pit != tmppath.end(); ++pit) {
[all...]
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp1168 for (Geom::PathVector::iterator pit = pathv.begin(); pit != pathv.end(); ++pit) {
1173 Node *previous_node = new Node(_multi_path_manipulator._path_data.node_data, pit->initialPoint());
1176 bool closed = pit->closed();
1178 for (Geom::Path::iterator cit = pit->begin(); cit != pit->end(); ++cit) {
1183 if (closed && cit == --(pit->end())) {
1205 if (pit->closed()) subpath->setClosed(true);

Completed in 49 milliseconds