Searched defs:handle (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/extension/internal/
H A Dsvg.cpp3 * 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 Dgaussian-blur.cpp107 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 Dnr-filter.cpp343 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 Dseltrans.cpp255 // 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 Dgradient-drag.cpp107 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 DWin32Gui.h329 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 Dnode.cpp139 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 Duemf.c276 \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 Duwmf.c1111 \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...]

Completed in 86 milliseconds