Home
last modified time | relevance | path

Searched refs:POINT_MG_CORNER (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dgradient-drag.cpp834 } else if (draggable->point_type == POINT_MG_CORNER || in gr_knot_moved_handler()
1327 if( !isA (POINT_MG_CORNER ) ) return; in moveMeshHandles()
1344 if( draggable->point_type != POINT_MG_CORNER ) continue; in moveMeshHandles()
1368 if( point_type != POINT_MG_CORNER ) continue; in moveMeshHandles()
1432 case POINT_MG_CORNER: in updateTip()
1612 if (draggable && draggable->point_type == POINT_MG_CORNER) { in GrDragger()
1734 if (draggable->point_type == POINT_MG_CORNER) { in getMgCorner()
1830 if (draggable && draggable->point_type == POINT_MG_CORNER) { in highlightCorner()
1894 guint32 fill_color = isA(POINT_MG_CORNER) ? GR_KNOT_COLOR_MESHCORNER : GR_KNOT_COLOR_NORMAL; in deselect()
2067 GrDragger* dragger0 = getDraggerFor(item, POINT_MG_CORNER, corner0, fill_or_stroke); in addCurve()
[all …]
H A Dgradient-chemistry.cpp745 case POINT_MG_CORNER: { in sp_item_gradient_stop_query_style()
844 case POINT_MG_CORNER: { in sp_item_gradient_stop_set_style()
1193 case POINT_MG_CORNER: in sp_item_gradient_set_coords()
1328 case POINT_MG_CORNER: in getGradientCoords()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-gradient.h59 POINT_MG_CORNER, enumerator
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tools/
H A Dmesh-tool.cpp306 if( d->point_type != POINT_MG_CORNER ) continue; in sp_mesh_context_corner_operation()
557 …GrDragger* dragger0 = drag->getDraggerFor(item, POINT_MG_CORNER, it->get_corner0(), fill_or_stroke… in root_handler()
558 …GrDragger* dragger1 = drag->getDraggerFor(item, POINT_MG_CORNER, it->get_corner1(), fill_or_stroke… in root_handler()