Searched refs:pl (Results 1 - 10 of 10) sorted by relevance
/inkscape/cxxtest/sample/msvc/ |
H A D | Makefile | 8 !if !exist($(CXXTESTDIR)\cxxtestgen.pl) 14 CXXTESTGEN = $(PERL) $(CXXTESTDIR)/cxxtestgen.pl
|
H A D | FixFiles.bat | 76 !if !exist($(CXXTESTDIR)\cxxtestgen.pl) 82 CXXTESTGEN = $(PERL) $(CXXTESTDIR)/cxxtestgen.pl
|
/inkscape/cxxtest/sample/mock/ |
H A D | Makefile | 22 $(CXXTEST)/cxxtestgen.pl -o $@ --error-printer $<
|
/inkscape/cxxtest/ |
H A D | cxxtest.spec | 38 %attr(-, root, root) /usr/bin/cxxtestgen.pl
|
/inkscape/src/widgets/ |
H A D | paint-selector.cpp | 846 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 D | selection.cpp | 321 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 D | vanishing-point.cpp | 711 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 D | persp3d.cpp | 289 Box3D::PerspectiveLine pl(pt, axis, persp); 290 return pl.direction();
|
H A D | box3d.cpp | 478 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 D | gcodetools.py | 743 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