/inkscape/src/ |
H A D | seltrans.h | 64 void stretch(SPSelTransHandle const &handle, Geom::Point &pt, unsigned int state); 66 void skew(SPSelTransHandle const &handle, Geom::Point &pt, unsigned int state); 68 int request(SPSelTransHandle const &handle, Geom::Point &pt, unsigned int state); 70 int stretchRequest(SPSelTransHandle const &handle, Geom::Point &pt, unsigned int state); 71 int skewRequest(SPSelTransHandle const &handle, Geom::Point &pt, unsigned int state); 75 int handleRequest(SPKnot *knot, Geom::Point *position, unsigned int state, SPSelTransHandle const &handle); 76 void handleGrab(SPKnot *knot, unsigned int state, SPSelTransHandle const &handle); 77 void handleClick(SPKnot *knot, unsigned int state, SPSelTransHandle const &handle); 78 void handleNewEvent(SPKnot *knot, Geom::Point *position, unsigned int state, SPSelTransHandle const &handle);
|
H A D | seltrans.cpp | 255 // While dragging a handle, we will either scale, skew, or rotate and the "translating" parameter will be false 343 // There are two separate "opposites" (i.e. opposite w.r.t. the handle being dragged): 642 // This controls the center handle's position, because the default can 708 void Inkscape::SelTrans::handleClick(SPKnot */*knot*/, guint state, SPSelTransHandle const &handle) argument 710 switch (handle.type) { 731 void Inkscape::SelTrans::handleGrab(SPKnot *knot, guint /*state*/, SPSelTransHandle const &handle) argument 733 switch (handle.type) { 751 grab(knot->position(), handle.x, handle.y, FALSE, FALSE); 755 void Inkscape::SelTrans::handleNewEvent(SPKnot *knot, Geom::Point *position, guint state, SPSelTransHandle const &handle) argument 788 handleRequest(SPKnot *knot, Geom::Point *position, guint state, SPSelTransHandle const &handle) argument 967 stretchRequest(SPSelTransHandle const &handle, Geom::Point &pt, guint state) argument 1071 request(SPSelTransHandle const &handle, Geom::Point &pt, guint state) argument 1089 skewRequest(SPSelTransHandle const &handle, Geom::Point &pt, guint state) argument [all...] |
H A D | gradient-drag.cpp | 107 N_("Mesh gradient <b>handle</b>"), 576 // Note: not sure if a null pointer can come in for the style, but handle that just in case 1101 DocumentUndo::done(dragger->parent->desktop->getDocument(), SP_VERB_CONTEXT_GRADIENT, _("Move gradient handle")); 1307 * other wise a handle is displaced the same distance as the adjacent corner. 1355 // Now we do the handle moves. 1386 GrDragger *handle = drag->getDraggerFor( item, POINT_MG_HANDLE, i, fill_or_stroke ); local 1387 SPKnot *knot = handle->knot; 1395 GrDragger *handle = drag->getDraggerFor( item, POINT_MG_TENSOR, i, fill_or_stroke ); local 1396 SPKnot *knot = handle->knot; 1805 // Don't allow selecting a mesh handle o 2005 GrDraggable *handle = new GrDraggable (item, POINT_MG_HANDLE, ihandle, fill_or_stroke); local [all...] |
/inkscape/src/filters/ |
H A D | gaussian-blur.cpp | 107 int handle = filter->add_primitive(Inkscape::Filters::NR_FILTER_GAUSSIANBLUR); local 108 Inkscape::Filters::FilterPrimitive *nr_primitive = filter->get_primitive(handle);
|
/inkscape/src/extension/internal/ |
H A D | svg.cpp | 3 * the module format. Really Inkscape is built to handle these formats 153 GnomeVFSHandle *handle = NULL; local 165 GnomeVFSResult result = gnome_vfs_open (&handle, uri_local, GNOME_VFS_OPEN_READ); 174 result = gnome_vfs_read (handle, buffer, BUF_SIZE, &bytes_read);
|
/inkscape/share/extensions/ |
H A D | dxf_outlines.py | 94 self.handle = 255 # handle for DXF ENTITY 106 self.handle += 1 107 self.dxf_add(" 0\nLINE\n 5\n%x\n100\nAcDbEntity\n 8\n%s\n 62\n%d\n100\nAcDbLine\n" % (self.handle, self.layer, self.color)) 120 self.handle += 1 125 self.dxf_add(" 0\nLWPOLYLINE\n 5\n%x\n100\nAcDbEntity\n 8\n%s\n 62\n%d\n100\nAcDbPolyline\n 90\n%d\n 70\n%d\n" % (self.handle, self.layer_LWPOLY, self.color_LWPOLY, len(self.poly) - closed, closed)) 131 self.handle += 1 132 self.dxf_add(" 0\nSPLINE\n 5\n%x\n100\nAcDbEntity\n 8\n%s\n 62\n%d\n100\nAcDbSpline\n" % (self.handle, self.layer, self.color)) 182 self.handle += 1 183 self.dxf_add(" 0\nSPLINE\n 5\n%x\n100\nAcDbEntity\n 8\n%s\n 62\n%d\n100\nAcDbSpline\n" % (self.handle, sel [all...] |
H A D | embed_raster_in_svg.pl | 26 handle embedded raster images as well as ones that are linked to (?).
|
/inkscape/src/display/ |
H A D | nr-filter.cpp | 343 int handle = _primitive.size(); local 345 return handle; 367 FilterPrimitive *Filter::get_primitive(int handle) { argument 368 if (handle < 0 || handle >= static_cast<int>(_primitive.size())) return NULL; 369 return _primitive[handle];
|
H A D | nr-filter.h | 45 * Returns a handle (non-negative integer) to the filter primitive created. 65 * primitive 'target' should be considered invalid. A handle to the 71 * Returns a pointer to the primitive, which the handle corrensponds to. 72 * If the handle is not valid, returns NULL. 74 FilterPrimitive *get_primitive(int handle);
|
/inkscape/cxxtest/cxxtest/ |
H A D | Win32Gui.h | 329 return that->handle( window, message, wParam, lParam ); 337 LRESULT handle( HWND window, UINT message, WPARAM wParam, LPARAM lParam ) function in class:CxxTest::Win32Gui
|
/inkscape/src/ui/tool/ |
H A D | node.cpp | 139 Node *node_towards = _parent->nodeToward(this); // node in direction of this handle 146 // The handle becomes degenerate. 152 // Only 1 handle becomes degenerate 163 // If the segment between the handle and the node 209 /* for smooth nodes, we need to rotate the other handle so that it's colinear 214 // for symmetric nodes, place the other handle on the opposite side 272 case NODE_CUSP: return _("Cusp node handle"); 273 case NODE_SMOOTH: return _("Smooth node handle"); 274 case NODE_SYMMETRIC: return _("Symmetric node handle"); 275 case NODE_AUTO: return _("Auto-smooth node handle"); 732 Handle *handle, *other_handle; local [all...] |
/inkscape/src/ui/ |
H A D | previewholder.cpp | 182 Glib::RefPtr<Gtk::Widget> handle(target);
|
/inkscape/src/libuemf/ |
H A D | uemf.c | 276 \param handle Handle 281 unsigned int *handle, 287 if(handle){ 288 printf("handle: %d \n",*handle); 1198 \param eht EMF handle table (peak handle number needed) 1355 \brief Create a handle table. Entries filled with 0 are empty, entries >0 hold a handle. 1359 \param eht EMF handle tabl 279 dumpeht( char *string, unsigned int *handle, EMFHANDLES *eht ) argument [all...] |
H A D | uwmf.c | 1111 \param handle Handle 1116 unsigned int *handle, 1122 if(handle){ 1123 printf("handle: %d \n",*handle); 1729 \brief Create a handle table. Entries filled with 0 are empty, entries >0 hold a handle. 1733 \param wht WMF handle table 1763 \brief Delete an entry from the handle table. Move it back onto the stack. The specified slot is filled with a 0. 1765 \param ih handle 1114 dumpwht( char *string, unsigned int *handle, WMFHANDLES *wht ) argument [all...] |
H A D | uemf.h | 3310 and all *_set functions that touch a handle reference it. 3312 Stock objects are not used in this limited model, so libUEMF cannot detect if a handle is still in use. Nor can it 3313 tell when a handle has been deselected (by selecting another handle for the same type of graphic object, and thus 3321 uint32_t sptr; //!< Pointer to next available handle in the stack 3346 void dumpeht(char *string, unsigned int *handle, EMFHANDLES *eht); 3453 // These generate the handle and then call the underlying function
|