Searched refs:point_type (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/
H A Dgradient-drag.h53 GrDraggable(SPItem *item, GrPointType point_type, guint point_i, Inkscape::PaintTarget fill_or_stroke);
57 GrPointType point_type; member in struct:GrDraggable
66 return ((item == other->item) && (point_type == other->point_type) && (point_i == other->point_i) && (fill_or_stroke == other->fill_or_stroke));
102 void moveThisToDraggable(SPItem *item, GrPointType point_type, gint point_i, Inkscape::PaintTarget fill_or_stroke, bool write_repr);
103 void moveOtherToDraggable(SPItem *item, GrPointType point_type, gint point_i, Inkscape::PaintTarget fill_or_stroke, bool write_repr);
113 bool isA(GrPointType point_type);
114 bool isA(SPItem *item, GrPointType point_type, Inkscape::PaintTarget fill_or_stroke);
115 bool isA(SPItem *item, GrPointType point_type, gint point_i, Inkscape::PaintTarget fill_or_stroke);
148 return (selected.empty() ? 0 : ((*(selected.begin()))->draggables[0]->point_type));
[all...]
H A Dgradient-chemistry.h90 void sp_item_gradient_set_coords(SPItem *item, GrPointType point_type, unsigned int point_i, Geom::Point p_desk, Inkscape::PaintTarget fill_or_stroke, bool write_repr, bool scale);
93 * Returns the position of point point_type of the gradient applied to item (either fill_or_stroke),
96 Geom::Point getGradientCoords(SPItem *item, GrPointType point_type, unsigned int point_i, Inkscape::PaintTarget fill_or_stroke);
101 void sp_item_gradient_stop_set_style(SPItem *item, GrPointType point_type, unsigned int point_i, Inkscape::PaintTarget fill_or_stroke, SPCSSAttr *stop);
102 guint32 sp_item_gradient_stop_query_style(SPItem *item, GrPointType point_type, unsigned int point_i, Inkscape::PaintTarget fill_or_stroke);
103 void sp_item_gradient_edit_stop(SPItem *item, GrPointType point_type, unsigned int point_i, Inkscape::PaintTarget fill_or_stroke);
H A Dgradient-drag.cpp165 guint32 c = sp_item_gradient_stop_query_style (draggable->item, draggable->point_type, draggable->point_i, draggable->fill_or_stroke);
314 sp_item_gradient_stop_set_style(draggable->item, draggable->point_type, draggable->point_i, draggable->fill_or_stroke, stop);
337 guint32 c = sp_item_gradient_stop_query_style (draggable->item, draggable->point_type, draggable->point_i, draggable->fill_or_stroke);
591 sp_item_gradient_stop_set_style (draggable->item, draggable->point_type, draggable->point_i, draggable->fill_or_stroke, stop);
679 desktop->gr_point_type = draggable->point_type;
702 GrDraggable::GrDraggable(SPItem *item, GrPointType point_type, guint point_i, Inkscape::PaintTarget fill_or_stroke) : argument
704 point_type(point_type),
778 GrDraggable *da_new = new GrDraggable (draggable->item, draggable->point_type, draggable->point_i, draggable->fill_or_stroke);
824 if (draggable->point_type
1218 isA(GrPointType point_type) argument
1232 isA(SPItem *item, GrPointType point_type, gint point_i, Inkscape::PaintTarget fill_or_stroke) argument
1246 isA(SPItem *item, GrPointType point_type, Inkscape::PaintTarget fill_or_stroke) argument
1363 gint point_type = draggable->point_type; local
1474 moveThisToDraggable(SPItem *item, GrPointType point_type, gint point_i, Inkscape::PaintTarget fill_or_stroke, bool write_repr) argument
1657 getDraggerFor(SPItem *item, GrPointType point_type, gint point_i, Inkscape::PaintTarget fill_or_stroke) argument
1675 moveOtherToDraggable(SPItem *item, GrPointType point_type, gint point_i, Inkscape::PaintTarget fill_or_stroke, bool write_repr) argument
2051 grabKnot(SPItem *item, GrPointType point_type, gint point_i, Inkscape::PaintTarget fill_or_stroke, gint x, gint y, guint32 etime) argument
[all...]
H A Dgradient-chemistry.cpp665 void sp_item_gradient_edit_stop(SPItem *item, GrPointType point_type, guint point_i, Inkscape::PaintTarget fill_or_stroke) argument
674 switch (point_type) {
707 guint32 sp_item_gradient_stop_query_style(SPItem *item, GrPointType point_type, guint point_i, Inkscape::PaintTarget fill_or_stroke) argument
722 switch (point_type) {
766 switch (point_type) {
799 void sp_item_gradient_stop_set_style(SPItem *item, GrPointType point_type, guint point_i, Inkscape::PaintTarget fill_or_stroke, SPCSSAttr *stop) argument
802 g_message("sp_item_gradient_stop_set_style(%p, %d, %d, %d, %p)", item, point_type, point_i, fill_or_stroke, stop);
821 switch (point_type) {
865 switch (point_type) {
1004 Set the position of point point_type o
1007 sp_item_gradient_set_coords(SPItem *item, GrPointType point_type, guint point_i, Geom::Point p_w, Inkscape::PaintTarget fill_or_stroke, bool write_repr, bool scale) argument
1275 getGradientCoords(SPItem *item, GrPointType point_type, guint point_i, Inkscape::PaintTarget fill_or_stroke) argument
[all...]
/inkscape/src/ui/tools/
H A Dgradient-tool.cpp241 if (d->point_type == POINT_LG_END ||
242 d->point_type == POINT_RG_FOCUS ||
243 d->point_type == POINT_RG_R1 ||
244 d->point_type == POINT_RG_R2) {
255 gint type = d->point_type;
321 if (d->point_type == POINT_RG_FOCUS) {
H A Dmesh-tool.cpp192 // gint point_type = draggable->point_type;
196 // if( point_type == POINT_MG_CORNER ) {
342 if( d->point_type != POINT_MG_CORNER ) continue;
/inkscape/src/widgets/
H A Dgradient-toolbar.cpp666 if (draggable->point_type != POINT_RG_FOCUS) {
696 switch (draggable->point_type) {

Completed in 152 milliseconds