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

/inkscape/src/
H A Dsp-gradient.h58 POINT_MG_CORNER, enumerator in enum:GrPointType
H A Dgradient-chemistry.cpp767 case POINT_MG_CORNER: {
866 case POINT_MG_CORNER: {
1218 case POINT_MG_CORNER:
1353 case POINT_MG_CORNER:
H A Dgradient-drag.cpp91 SP_KNOT_SHAPE_DIAMOND, // POINT_MG_CORNER
858 } else if (draggable->point_type == POINT_MG_CORNER ||
1329 if( !isA (POINT_MG_CORNER ) ) return;
1343 // Check draggable is of type POINT_MG_CORNER (don't allow selection of POINT_MG_HANDLE)
1344 if( draggable->point_type != POINT_MG_CORNER ) continue;
1368 // Check draggable is of type POINT_MG_CORNER (don't allow selection of POINT_MG_HANDLE)
1369 if( point_type != POINT_MG_CORNER ) continue;
1691 //if( isA(POINT_MG_CORNER) ) {
1994 GrDraggable *corner = new GrDraggable (item, POINT_MG_CORNER, icorner, fill_or_stroke);
/inkscape/src/ui/tools/
H A Dmesh-tool.cpp196 // if( point_type == POINT_MG_CORNER ) {
198 // //std::cout << "mesh_selection_changed: POINT_MG_CORNER: " << point_i << std::endl;
342 if( d->point_type != POINT_MG_CORNER ) continue;

Completed in 31 milliseconds