Searched refs:sp_mesh_context_corner_operation (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | mesh-tool.h | 61 void sp_mesh_context_corner_operation(MeshTool *event_context, MeshCornerOperation operation );
|
H A D | mesh-tool.cpp | 320 sp_mesh_context_corner_operation (MeshTool *rc, MeshCornerOperation operation ) function in namespace:Inkscape::UI::Tools 855 sp_mesh_context_corner_operation ( this, MG_CORNER_SIDE_TOGGLE ); 863 sp_mesh_context_corner_operation ( this, MG_CORNER_SIDE_ARC ); 871 sp_mesh_context_corner_operation ( this, MG_CORNER_TENSOR_TOGGLE ); 879 sp_mesh_context_corner_operation ( this, MG_CORNER_COLOR_SMOOTH ); 887 sp_mesh_context_corner_operation ( this, MG_CORNER_COLOR_PICK );
|
/inkscape/src/widgets/ |
H A D | mesh-toolbar.cpp | 340 sp_mesh_context_corner_operation( mt, MG_CORNER_SIDE_TOGGLE ); 348 sp_mesh_context_corner_operation( mt, MG_CORNER_SIDE_ARC ); 356 sp_mesh_context_corner_operation( mt, MG_CORNER_COLOR_PICK );
|
Completed in 40 milliseconds