/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-Input.cpp | 114 void Layout::appendWrapShape(Shape const *shape, DisplayAlign display_align) argument 117 _input_wrap_shapes.back().shape = shape;
|
/inkscape/src/display/ |
H A D | sodipodi-ctrl.h | 37 SPCtrlShapeType shape; member in struct:SPCtrl
|
H A D | nr-svgfonts.cpp | 359 SPShape *shape = dynamic_cast<SPShape *>(item); local 360 g_assert(shape != NULL); 361 pathv = shape->_curve->get_pathvector();
|
/inkscape/src/ |
H A D | knot.h | 59 SPKnotShapeType shape; /**< Shape type. */ member in class:SPKnot
|
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 | knot-holder-entity.cpp | 35 SPKnotShapeType shape, SPKnotModeType mode, guint32 color) 45 g_object_set(G_OBJECT(knot->item), "shape", shape, NULL); 33 create(SPDesktop *desktop, SPItem *item, KnotHolder *parent, Inkscape::ControlType type, const gchar *tip, SPKnotShapeType shape, SPKnotModeType mode, guint32 color) argument
|
H A D | path-chemistry.cpp | 553 SPShape *shape = dynamic_cast<SPShape *>(item); local 554 if (shape) { 555 curve = shape->getCurve();
|
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 | 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"));
|
H A D | sp-use.cpp | 39 #include "sp-shape.h" 180 SPShape *shape = dynamic_cast<SPShape *>(child); local 181 if (shape) { 182 shape->set_shape(); // evaluate SPCurve of child
|
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...] |
/inkscape/src/live_effects/parameter/ |
H A D | point.cpp | 142 PointParam::set_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color) argument 144 knot_shape = shape;
|
H A D | powerstrokepointarray.cpp | 118 PowerStrokePointArrayParam::set_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color) argument 120 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 | 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 | filletchamferpointarray.cpp | 684 void FilletChamferPointArrayParam::set_oncanvas_looks(SPKnotShapeType shape, argument 688 knot_shape = shape;
|
/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/trace/ |
H A D | trace.cpp | 29 #include "sp-shape.h" 36 #include "display/drawing-shape.h" 104 SPShape *shape = SP_SHAPE(item); local 105 sioxShapes.push_back(shape); 525 //### Apply the transform from the image to the new shape
|
/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 | 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 | 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...] |
/inkscape/src/ui/ |
H A D | control-manager.cpp | 226 "shape", SP_CTRL_SHAPE_CIRCLE, 248 SPCtrlShapeType shape = _ctrlToShape[_ctrlToShape.count(type) ? type : CTRL_TYPE_UNKNOWN]; local 250 "shape", shape, 257 "shape", SP_CTRL_SHAPE_SQUARE, 307 g_object_set(item, "shape", targetShape, "size", targetSize, NULL);
|
/inkscape/src/libavoid/ |
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/live_effects/ |
H A D | effect.cpp | 464 SPShape * shape = dynamic_cast<SPShape *>(sp_lpe_item); local 465 if(shape){ 466 sp_curve = shape->getCurve();
|