Searched refs:pl (Results 1 - 10 of 10) sorted by relevance

/inkscape/cxxtest/sample/msvc/
H A DMakefile8 !if !exist($(CXXTESTDIR)\cxxtestgen.pl)
14 CXXTESTGEN = $(PERL) $(CXXTESTDIR)/cxxtestgen.pl
H A DFixFiles.bat76 !if !exist($(CXXTESTDIR)\cxxtestgen.pl)
82 CXXTESTGEN = $(PERL) $(CXXTESTDIR)/cxxtestgen.pl
/inkscape/cxxtest/sample/mock/
H A DMakefile22 $(CXXTEST)/cxxtestgen.pl -o $@ --error-printer $<
/inkscape/cxxtest/
H A Dcxxtest.spec38 %attr(-, root, root) /usr/bin/cxxtestgen.pl
/inkscape/src/widgets/
H A Dpaint-selector.cpp846 GSList *pl = NULL;
850 pl = g_slist_prepend(pl, *it);
854 pl = g_slist_reverse(pl);
855 return pl;
899 GSList *pl = ink_pattern_list_get(source); local
902 for (; pl != NULL; pl = pl
[all...]
/inkscape/src/
H A Dselection.cpp321 std::list<Persp3D *> pl; local
324 if (std::find(pl.begin(), pl.end(), persp) == pl.end())
325 pl.push_back(persp);
327 return pl;
H A Dvanishing-point.cpp711 Box3D::PerspectiveLine pl (corner1, axis, persp);
712 pt1 = pl.intersection_with_viewbox(desktop);
714 pl = Box3D::PerspectiveLine (corner2, axis, persp);
715 pt2 = pl.intersection_with_viewbox(desktop);
717 pl = Box3D::PerspectiveLine (corner3, axis, persp);
718 pt3 = pl.intersection_with_viewbox(desktop);
720 pl = Box3D::PerspectiveLine (corner4, axis, persp);
721 pt4 = pl.intersection_with_viewbox(desktop);
H A Dpersp3d.cpp289 Box3D::PerspectiveLine pl(pt, axis, persp);
290 return pl.direction();
H A Dbox3d.cpp478 Box3D::PerspectiveLine pl(persp_impl->tmat.image(
481 Geom::Point new_pos_snapped(pl.closest_to(new_pos));
535 Box3D::PerspectiveLine pl(old_pos, Proj::Z, persp);
536 Geom::Point new_pos_snapped(pl.closest_to(new_pos));
/inkscape/share/extensions/
H A Dgcodetools.py743 pl = subpath[-1][2]
746 s += (p[0]-pl[0])*(p[1]+pl[1])
747 pl = p
5599 pl=[sp2[j][0]-eye_dist,sp2[j][1]]
5601 spl+=[pl]

Completed in 59 milliseconds