Home
last modified time | relevance | path

Searched refs:POINT_LG_BEGIN (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dgradient-drag.cpp354 Geom::Point begin = getGradientCoords(item, POINT_LG_BEGIN, 0, fill_or_stroke); in addStopNearPoint()
651 desktop->gr_point_type = POINT_LG_BEGIN; in ~GrDrag()
800 if (draggable->point_type == POINT_LG_BEGIN || draggable->point_type == POINT_LG_END) { in gr_knot_moved_handler()
806 … draggable->point_type == POINT_LG_BEGIN? POINT_LG_END : POINT_LG_BEGIN, in gr_knot_moved_handler()
937 … d_temp = drag->getDraggerFor (draggable->item, POINT_LG_BEGIN, 0, draggable->fill_or_stroke); in gr_midpoint_limits()
1110 case POINT_LG_BEGIN: in gr_knot_clicked_handler()
1551 case POINT_LG_BEGIN: in updateDependencies()
2148 addDragger(new GrDraggable (item, POINT_LG_BEGIN, 0, fill_or_stroke)); in addDraggersLinear()
2919 case POINT_LG_BEGIN: in deleteSelected()
2926 … if ( (draggable->point_type == POINT_LG_BEGIN) || (draggable->point_type == POINT_RG_CENTER) ) { in deleteSelected()
[all …]
H A Dgradient-chemistry.cpp701 case POINT_LG_BEGIN: in sp_item_gradient_stop_query_style()
800 case POINT_LG_BEGIN: in sp_item_gradient_stop_set_style()
1006 case POINT_LG_BEGIN: in sp_item_gradient_set_coords()
1265 case POINT_LG_BEGIN: in getGradientCoords()
H A Ddesktop.cpp129 , gr_point_type(POINT_LG_BEGIN) in SPDesktop()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-gradient.h50 POINT_LG_BEGIN = 0, //start enum at 0 (for indexing into gr_knot_shapes array for example) enumerator
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tools/
H A Dgradient-tool.cpp252 if (type == POINT_LG_BEGIN || type == POINT_LG_MID) { in sp_gradient_context_get_stop_intervals()
797 … sp_item_gradient_set_coords (*i, POINT_LG_BEGIN, 0, rc.origin, fill_or_stroke, true, false); in sp_gradient_drag()