Home
last modified time | relevance | path

Searched defs:pointer_motion_event (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/photoflow/PhotoFlow-8472024f/src/legacy/gui/operations/
H A Dhue_saturation_config.cc320 bool PF::HueSaturationConfigGUI::pointer_motion_event( int button, double x, double y, int mod_key ) in pointer_motion_event() function in PF::HueSaturationConfigGUI
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/operations/
H A Dbasic_adjustments_config.cc321 bool PF::BasicAdjustmentsConfigGUI::pointer_motion_event( int button, double x, double y, int mod_k… in pointer_motion_event() function in PF::BasicAdjustmentsConfigGUI
H A Dlevels_config.cc322 bool PF::LevelsConfigGUI::pointer_motion_event( int button, double x, double y, int mod_key ) in pointer_motion_event() function in PF::LevelsConfigGUI
H A Dhsl_mask_config.cc318 bool PF::HSLMaskConfigGUI::pointer_motion_event( int button, double x, double y, int mod_key ) in pointer_motion_event() function in PF::HSLMaskConfigGUI
H A Dcurves_config.cc458 bool PF::CurvesConfigGUI::pointer_motion_event( int button, double x, double y, int mod_key ) in pointer_motion_event() function in PF::CurvesConfigGUI
H A Dperspective_config.cc109 bool PF::PerspectiveConfigGUI::pointer_motion_event( int button, double sx, double sy, int mod_key ) in pointer_motion_event() function in PF::PerspectiveConfigGUI
H A Dscale_config.cc242 bool PF::ScaleConfigGUI::pointer_motion_event( int button, double sx, double sy, int mod_key ) in pointer_motion_event() function in PF::ScaleConfigGUI
H A Dclone_stamp_config.cc304 bool PF::CloneStampConfigGUI::pointer_motion_event( int button, double x, double y, int mod_key ) in pointer_motion_event() function in PF::CloneStampConfigGUI
H A Ddraw_config.cc423 bool PF::DrawConfigGUI::pointer_motion_event( int button, double x, double y, int mod_key ) in pointer_motion_event() function in PF::DrawConfigGUI
H A Dgradient_config.cc374 bool PF::GradientConfigGUI::pointer_motion_event( int button, double sx, double sy, int mod_key ) in pointer_motion_event() function in PF::GradientConfigGUI
H A Dpath_mask_config.cc271 bool PF::PathMaskConfigGUI::pointer_motion_event( int button, double sx, double sy, int mod_key ) in pointer_motion_event() function in PF::PathMaskConfigGUI
H A Dcrop_config.cc710 bool PF::CropConfigGUI::pointer_motion_event( int button, double sx, double sy, int mod_key ) in pointer_motion_event() function in PF::CropConfigGUI
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/operations/gmic/obsolete/
H A Dinpaint_config.cc229 bool PF::GmicInpaintConfigGUI::pointer_motion_event( int button, double x, double y, int mod_key ) in pointer_motion_event() function in PF::GmicInpaintConfigGUI
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/
H A Dsampler.cc577 bool PF::Sampler::pointer_motion_event( int button, double x, double y, int mod_key ) in pointer_motion_event() function in PF::Sampler
H A Doperation_config_gui.hh269 virtual bool pointer_motion_event( int button, double x, double y, int mod_key ) { return false; } in pointer_motion_event() function in PF::OperationConfigGUI
/dports/emulators/tilem/tilem-2.0/gui/
H A Devent.c235 gboolean pointer_motion_event(G_GNUC_UNUSED GtkWidget* w, GdkEventMotion *event, in pointer_motion_event() function