Searched refs:POINT_LG_END (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dsp-gradient.h50 POINT_LG_END, enumerator in enum:GrPointType
H A Dgradient-drag.cpp83 SP_KNOT_SHAPE_CIRCLE, // POINT_LG_END
377 Geom::Point end = getGradientCoords(item, POINT_LG_END, 0, fill_or_stroke);
824 if (draggable->point_type == POINT_LG_BEGIN || draggable->point_type == POINT_LG_END) {
830 draggable->point_type == POINT_LG_BEGIN? POINT_LG_END : POINT_LG_BEGIN,
969 d_temp = drag->getDraggerFor (draggable->item, POINT_LG_END, num-1, draggable->fill_or_stroke);
1134 case POINT_LG_END:
1536 this->moveOtherToDraggable (draggable->item, POINT_LG_END, -1, draggable->fill_or_stroke, write_repr);
1541 case POINT_LG_END:
1946 addDragger(new GrDraggable (item, POINT_LG_END, num - 1, fill_or_stroke));
2154 addLine(item, getGradientCoords(item, POINT_LG_BEGIN, 0, Inkscape::FOR_FILL), getGradientCoords(item, POINT_LG_END,
[all...]
H A Dgradient-chemistry.cpp684 case POINT_LG_END:
734 case POINT_LG_END:
833 case POINT_LG_END:
1048 case POINT_LG_END:
1293 case POINT_LG_END:
/inkscape/src/ui/tools/
H A Dgradient-tool.cpp241 if (d->point_type == POINT_LG_END ||
266 dnext = drag->getDraggerFor(item, POINT_LG_END, p_i+1, fs);
920 sp_item_gradient_set_coords (*i, POINT_LG_END, 0, pt, fill_or_stroke, true, false);
935 type == SP_GRADIENT_TYPE_LINEAR? POINT_LG_END : POINT_RG_R1,
/inkscape/src/widgets/
H A Dgradient-toolbar.cpp704 case POINT_LG_END:

Completed in 319 milliseconds