/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/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/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];
|
/inkscape/src/ |
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/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/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...] |