| /inkscape/src/libavoid/ |
| H A D | visibility.h | 41 extern void shapeVis(ShapeRef *shape); 42 extern void shapeVisSweep(ShapeRef *shape);
|
| H A D | router.h | 36 #include "libavoid/shape.h" 179 //! It is more efficient to perform actions like shape movement, 222 //! @brief Add a shape to the router scene. 224 //! This shape will be considered to be an obstacle. Calling this 225 //! method will cause connectors intersecting the added shape to 228 //! @param[in] shape Pointer reference to the shape being added. 230 void addShape(ShapeRef *shape); 232 //! @brief Remove a shape from the router scene. 235 //! the removal of this shape wil [all...] |
| H A D | router.cpp | 29 #include "libavoid/shape.h" 78 ShapeRef *shape(void) const function in class:Avoid::ActionInfo 168 ShapeRefList::iterator shape = shapeRefs.begin(); local 169 while (shape != shapeRefs.end()) 171 ShapeRef *shapePtr = *shape; 172 db_printf("Deleting shape %u in ~Router()\n", shapePtr->id()); 179 shape = shapeRefs.begin(); 247 void Router::addShape(ShapeRef *shape) argument 249 // There shouldn't be remove events or move events for the same shape 253 ActionInfo(ShapeRemove, shape)) 273 removeShape(ShapeRef *shape) argument 304 moveShape(ShapeRef *shape, const double xDiff, const double yDiff) argument 313 moveShape(ShapeRef *shape, const Polygon& newPoly, const bool first_move) argument 455 ShapeRef *shape = actInf.shape(); local 512 ShapeRef *shape = actInf.shape(); local 1058 markConnectors(ShapeRef *shape) argument [all...] |
| H A D | visibility.cpp | 39 #include "libavoid/shape.h" 55 void shapeVis(ShapeRef *shape) argument 57 Router *router = shape->router(); 61 // Clear shape from graph. 62 shape->removeFromGraph(); 65 VertInf *shapeBegin = shape->firstVert(); 66 VertInf *shapeEnd = shape->lastVert()->lstNext; 102 void shapeVisSweep(ShapeRef *shape) argument 104 Router *router = shape->router(); 108 // Clear shape fro [all...] |
| /inkscape/src/2geom/ |
| H A D | concepts.h | 110 T shape, other; member in struct:Geom::ShapeConcept 121 p = shape.pointAt(t); 122 c = shape.valueAt(t, X); 123 ivec = shape.intersect(other); 124 t = shape.nearestTime(p); 125 shape *= tr; 126 ac = shape; 128 bool_ = (shape == shape); 129 bool_ = (shape ! [all...] |
| /inkscape/src/ |
| H A D | sp-shape.cpp | 33 #include "display/drawing-shape.h" 56 static void sp_shape_update_marker_view (SPShape *shape, Inkscape::DrawingItem *ai); 87 * as the shape is removed from the tree, even if it is still referenced 207 * right place for particular path segment on a shape. 284 * Updates the instances (views) of a given marker in a shape. 291 sp_shape_update_marker_view(SPShape *shape, Inkscape::DrawingItem *ai) argument 296 if (!shape->_curve) return; 297 Geom::PathVector const & pathv = shape->_curve->get_pathvector(); 307 if ( shape->_marker[i] ) { 310 if (shape 897 sp_shape_marker_release(SPObject *marker, SPShape *shape) argument 937 SPShape *shape = dynamic_cast<SPShape *>(object); local [all...] |
| H A D | sp-flowregion.cpp | 11 #include "sp-shape.h" 106 Shape *shape = 0; local 107 GetDest(child, &shape); 108 computed.push_back(shape); 368 SPShape *shape = dynamic_cast<SPShape *>(u_child); local 369 if ( shape ) { 370 if (!(shape->_curve)) { 371 shape->set_shape(); 373 curve = shape->getCurve();
|
| H A D | knotholder.cpp | 20 #include "sp-shape.h" 196 SPShape *shape = dynamic_cast<SPShape *>(item); local 197 if (shape) { 198 shape->set_shape();
|
| H A D | text-chemistry.cpp | 86 SPItem *shape = shape_in_selection(selection); local 90 if (!text || !shape || selection->itemList().size() != 2) { 100 if (SP_IS_RECT(shape)) { 151 // reference the shape 152 gchar *href_str = g_strdup_printf("#%s", shape->getRepr()->attribute("id")); 297 SPItem *shape = shape_in_selection(selection); local 299 if (!text || !shape || selection->itemList().size() < 2) { 313 shape->parent->getRepr()->appendChild(root_repr); 369 _("Flow text into shape"));
|
| /inkscape/src/extension/dbus/ |
| H A D | document-interface.h | 167 char *shape, char *attribute, 172 char *shape, char *attribute, 177 char *shape, char *attribute, 182 char *shape, char *attribute, GError **error); 194 char *shape, GError **error); 201 document_interface_transform (DocumentInterface *doc_interface, gchar *shape, 205 document_interface_get_css (DocumentInterface *doc_interface, gchar *shape, 209 document_interface_modify_css (DocumentInterface *doc_interface, gchar *shape, 213 document_interface_merge_css (DocumentInterface *doc_interface, gchar *shape, 217 document_interface_set_color (DocumentInterface *doc_interface, gchar *shape, [all...] |
| H A D | document-interface.cpp | 221 * Called by the shape creation functions. Gets the default style for the doc 224 * There is probably a better way to do this (use the shape tools default styles) 647 document_interface_set_attribute (DocumentInterface *doc_interface, char *shape, argument 650 Inkscape::XML::Node *newNode = get_repr_by_name(doc_interface->target.getDocument(), shape, error); 667 char *shape, char *attribute, 670 Inkscape::XML::Node *newNode = get_repr_by_name (doc_interface->target.getDocument(), shape, error); 681 char *shape, char *attribute, 684 Inkscape::XML::Node *newNode = get_repr_by_name (doc_interface->target.getDocument(), shape, error); 696 document_interface_get_attribute (DocumentInterface *doc_interface, char *shape, argument 699 Inkscape::XML::Node *newNode = get_repr_by_name(doc_interface->target.getDocument(), shape, erro 666 document_interface_set_int_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, int newval, GError **error) argument 680 document_interface_set_double_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, double newval, GError **error) argument 736 document_interface_object_to_path(DocumentInterface *doc_interface, char *shape, GError **error) argument 764 document_interface_transform(DocumentInterface *doc_interface, gchar *shape, gchar *transformstr, GError **error) argument 774 document_interface_get_css(DocumentInterface *doc_interface, gchar *shape, GError **error) argument 782 document_interface_modify_css(DocumentInterface *doc_interface, gchar *shape, gchar *cssattrb, gchar *newval, GError **error) argument 803 document_interface_merge_css(DocumentInterface *doc_interface, gchar *shape, gchar *stylestring, GError **error) argument 829 document_interface_set_color(DocumentInterface *doc_interface, gchar *shape, int r, int g, int b, gboolean fill, GError **error) argument 851 document_interface_move_to_layer(DocumentInterface *doc_interface, gchar *shape, gchar *layerstr, GError **error) argument [all...] |
| /inkscape/src/live_effects/parameter/ |
| H A D | vector.h | 51 void set_vector_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color); 52 void set_origin_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color);
|
| H A D | point.h | 49 void set_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color);
|
| H A D | vector.cpp | 125 VectorParam::set_vector_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color) argument 127 vec_knot_shape = shape; 133 VectorParam::set_origin_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color) argument 135 ori_knot_shape = shape;
|
| H A D | transformedpoint.cpp | 126 TransformedPointParam::set_vector_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color) argument 128 vec_knot_shape = shape;
|
| H A D | transformedpoint.h | 52 void set_vector_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color);
|
| /inkscape/src/ui/tools/ |
| H A D | freehand-base.cpp | 340 shapeType shape = (shapeType)prefs->getInt(tool_name(dc) + "/shape", 0); local 350 if(shape == LAST_APPLIED){ 352 shape = previous_shape_type; 353 if(shape == CLIPBOARD || shape == BEND_CLIPBOARD){ 354 shape = LAST_APPLIED; 358 switch (shape) { 360 // don't apply any shape 402 // take shape fro [all...] |
| /inkscape/src/libnrtype/ |
| H A D | Layout-TNG-Scanline-Makers.cpp | 2 * Inkscape::Text::Layout::ScanlineMaker - text layout engine shape measurers 80 Layout::ShapeScanlineMaker::ShapeScanlineMaker(Shape const *shape, Layout::Direction block_progression) argument 83 _rotated_shape = const_cast<Shape*>(shape); 88 temp_rotated_shape->Copy(const_cast<Shape*>(shape)); 180 // what will happen with the rasteriser if we move off the shape?
|
| H A D | Layout-TNG-Scanline-Maker.h | 2 * Inkscape::Text::Layout::ScanlineMaker - text layout engine shape measurers 23 /** \brief private to Layout. Generates lists of chunks within a shape. 25 This is the abstract base class for taking a given shape and scanning through 28 turns off wrapping by simulating an infinite shape. In due course there will 29 be a further specialisation to optimise for the common case where the shape 48 this shape. Returns an empty vector if there is no space left in the 49 current shape. */ 123 /** \brief private to Layout. Generates scanlines inside an arbitrary shape 127 input shape. 132 ShapeScanlineMaker(Shape const *shape, Layou [all...] |
| /inkscape/src/display/ |
| H A D | sodipodi-ctrl.h | 37 SPCtrlShapeType shape; member in struct:SPCtrl
|
| /inkscape/src/widgets/ |
| H A D | pencil-toolbar.cpp | 158 gint shape = ege_select_one_action_get_active( act ); local 160 prefs->setInt(freehand_tool_name(dataKludge) + "/shape", shape); 171 * Generate the list of freehand advanced shape option entries. 176 glist = g_list_append (glist, const_cast<gchar *>(C_("Freehand shape", "None"))); 189 /*advanced shape options */ 210 ege_select_one_action_set_active( act1, prefs->getInt(( tool_is_pencil ? "/tools/freehand/pencil/shape" : "/tools/freehand/pen/shape" ), 0) ); 254 SPShape * shape = dynamic_cast<SPShape *>(lpeitem); local 255 if(shape){ [all...] |
| /inkscape/src/extension/internal/ |
| H A D | cairo-renderer.cpp | 49 #include "sp-shape.h" 152 static void sp_shape_render(SPShape *shape, CairoRenderContext *ctx); 182 static void sp_shape_render(SPShape *shape, CairoRenderContext *ctx) argument 184 if (!shape->_curve) { 188 Geom::OptRect pbox = shape->geometricBounds(); 190 SPStyle* style = shape->style; 192 Geom::PathVector const & pathv = shape->_curve->get_pathvector(); 214 if ( shape->_marker[i] ) { 215 SPMarker* marker = shape->_marker[i]; 229 if ( !shape 564 SPShape *shape = dynamic_cast<SPShape *>(item); local [all...] |
| H A D | javafx-out.cpp | 252 out("import javafx.scene.shape.*;\n"); 474 SPShape *shape = SP_SHAPE(item); local 475 if (shape->_curve->is_empty()) { 489 if (!doStyle(shape->style)) { 496 Geom::PathVector pathv = pathv_to_linear_and_cubic_beziers( shape->_curve->get_pathvector() * tf ); 614 SPShape *shape = SP_SHAPE(item); local 615 SPCurve *curve = shape->curve; 629 if (!doStyle(shape->style)) { 788 SPShape *shape = SP_SHAPE(item); local 789 SPCurve *curve = shape [all...] |
| H A D | pov-out.cpp | 279 SPShape *shape = SP_SHAPE(item); 280 if (shape->_curve->is_empty()) { 290 //Try to get the fill color of the shape 291 SPStyle *style = shape->style; 302 * effective_opacity(shape) ); 318 Geom::PathVector pathv = pathv_to_linear_and_cubic_beziers( shape->_curve->get_pathvector() * tf );
|
| /inkscape/src/trace/ |
| H A D | trace.h | 27 #include <sp-shape.h>
|