Home
last modified time | relevance | path

Searched refs:edit_select (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpeditselectiontool.c527 gimp_constrain_line (edit_select->start_x, edit_select->start_y, in gimp_edit_selection_tool_update_motion()
535 dx = edit_select->current_x - edit_select->last_x; in gimp_edit_selection_tool_update_motion()
536 dy = edit_select->current_y - edit_select->last_y; in gimp_edit_selection_tool_update_motion()
556 edit_select->last_x = edit_select->current_x; in gimp_edit_selection_tool_update_motion()
557 edit_select->last_y = edit_select->current_y; in gimp_edit_selection_tool_update_motion()
587 edit_select->last_x -= edit_select->sel_x; in gimp_edit_selection_tool_update_motion()
588 edit_select->last_y -= edit_select->sel_y; in gimp_edit_selection_tool_update_motion()
791 edit_select->center_x + edit_select->cuml_x, in gimp_edit_selection_tool_draw()
792 edit_select->center_y + edit_select->cuml_y, in gimp_edit_selection_tool_draw()
850 (edit_select->sel_x - edit_select->last_x)); in gimp_edit_selection_tool_calc_coords()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_select/
H A Dedit_select.pro5 edit_select.h
9 edit_select.cpp
12 edit_select.qrc
14 TARGET = edit_select
/dports/net-im/uTox/uTox/src/ui/
H A Dedit.c33 static bool edit_select; variable
164 if (edit == active_edit && edit_select) { in edit_mmove()
214 edit_select = 1; in edit_mdown()
284 edit_select = 1; in edit_mright()
317 if (edit_select && edit == active_edit) { in edit_mup()
319 edit_select = 0; in edit_mup()
741 edit_select = 0; in edit_char()
862 edit_select = 0; in edit_resetfocus()
870 edit_select = 0; in edit_setfocus()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/
H A Dmeshlab.pro104 edit_select
191 edit_select.subdir = meshlabplugins/edit_select
266 edit_select.depends = common
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Dg_keys.c86 DEFINE_G_KEYS(edit_select)
H A Di_callbacks.c451 DEFINE_I_CALLBACK(edit_select) in DEFINE_I_CALLBACK() argument
/dports/cad/meshlab/meshlab-Meshlab-2020.05/install/windows/resources/old/
H A Dmeshlab.nsi180 File "${DISTRIB_FOLDER}/plugins\edit_select.dll"
/dports/editors/texmacs/TeXmacs-1.99.4-src/packages/macos/TeXmacs.xcodeproj/
H A Dproject.pbxproj444 …B4A2E10A8CC110097A335 /* edit_select.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C0B47CF10…
746 …C743D10D303D900E88D90 /* edit_select.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C0B47CF10…
974 …4E63110B14AB300E0DD5C /* edit_select.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C0B47CF10…
1834 …C100097A335 /* edit_select.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
1835 …CC100097A335 /* edit_select.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
3179 9C0B47CF10A8CC100097A335 /* edit_select.cpp */,
3180 9C0B47D010A8CC100097A335 /* edit_select.hpp */,
4873 9C0B4A2E10A8CC110097A335 /* edit_select.cpp in Sources */,
5250 9CCC743D10D303D900E88D90 /* edit_select.cpp in Sources */,
5580 9CD4E63110B14AB300E0DD5C /* edit_select.cpp in Sources */,
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-2-211701 movement. Simplifies edit_select's undo code quite a bit and fixes