Searched refs:SPKnotShapeType (Results 1 - 18 of 18) sorted by relevance
/inkscape/src/ |
H A D | knot-enums.h | 25 } SPKnotShapeType; typedef in typeref:enum:__anon92
|
H A D | knot-holder-entity.h | 57 SPKnotShapeType shape = SP_KNOT_SHAPE_DIAMOND,
|
H A D | knot.h | 59 SPKnotShapeType shape; /**< Shape type. */
|
H A D | knot-holder-entity.cpp | 35 SPKnotShapeType shape, SPKnotModeType mode, guint32 color)
|
H A D | knot.cpp | 493 shape = (SPKnotShapeType) i;
|
H A D | vanishing-point.cpp | 53 SPKnotShapeType vp_knot_shapes [] = {
|
H A D | gradient-drag.cpp | 81 SPKnotShapeType gr_knot_shapes [] = {
|
/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); 68 SPKnotShapeType vec_knot_shape; 71 SPKnotShapeType ori_knot_shape;
|
H A D | point.h | 49 void set_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color); 61 SPKnotShapeType knot_shape;
|
H A D | transformedpoint.h | 52 void set_vector_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color); 70 SPKnotShapeType vec_knot_shape;
|
H A D | powerstrokepointarray.h | 36 void set_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color); 55 SPKnotShapeType knot_shape;
|
H A D | filletchamferpointarray.h | 42 void set_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, 84 SPKnotShapeType knot_shape;
|
H A D | vector.cpp | 125 VectorParam::set_vector_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color) 133 VectorParam::set_origin_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color)
|
H A D | transformedpoint.cpp | 126 TransformedPointParam::set_vector_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color)
|
H A D | point.cpp | 142 PointParam::set_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color)
|
H A D | powerstrokepointarray.cpp | 118 PowerStrokePointArrayParam::set_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color)
|
H A D | filletchamferpointarray.cpp | 684 void FilletChamferPointArrayParam::set_oncanvas_looks(SPKnotShapeType shape,
|
/inkscape/src/live_effects/ |
H A D | lpe-mirror_symmetry.cpp | 329 SPKnotShapeType knot_shape = SP_KNOT_SHAPE_CIRCLE;
|
Completed in 310 milliseconds