Home
last modified time | relevance | path

Searched refs:selY2 (Results 1 – 5 of 5) sorted by relevance

/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOPOWER.h126 …int detect_select(int selX1, int selY1, int selX2, int selY2, int recallGroup, int shiftSelect…
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOPOWER.cpp1024 int Power::detect_select(int selX1, int selY1, int selX2, int selY2, int recallGroup, int shiftSele… in detect_select() argument
1032 int selYLoc2 = topYLoc + (selY2-ZOOM_Y1)/ZOOM_LOC_HEIGHT; in detect_select()
1048 int absSelY2 = selY2-ZOOM_Y1+World::view_top_y; in detect_select()
1052 int selectOneOnly = abs(selX1-selX2)<=3 && abs(selY1-selY2)<=3; in detect_select()
1071 locPtr = test_detect( selX2, selY2, &pMobileType ); in detect_select()
/dports/multimedia/zart/gmic-2.8.1/gmic-qt/src/Host/Gimp/
H A Dhost_gimp.cpp482 gint selX1 = 0, selY1 = 0, selX2 = 0, selY2 = 0; in gmic_qt_get_cropped_images() local
483 if (!gimp_selection_bounds(gmic_qt_gimp_image_id, &isSelection, &selX1, &selY1, &selX2, &selY2)) { in gmic_qt_get_cropped_images()
/dports/graphics/gmic/gmic-3.0.0/gmic-qt/src/Host/Gimp/
H A Dhost_gimp.cpp621 gint selX1 = 0, selY1 = 0, selX2 = 0, selY2 = 0; in getCroppedImages() local
622 if (!gimp_selection_bounds(gmic_qt_gimp_image_id, &isSelection, &selX1, &selY1, &selX2, &selY2)) { in getCroppedImages()
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/src/Host/Gimp/
H A Dhost_gimp.cpp621 gint selX1 = 0, selY1 = 0, selX2 = 0, selY2 = 0; in getCroppedImages() local
622 if (!gimp_selection_bounds(gmic_qt_gimp_image_id, &isSelection, &selX1, &selY1, &selX2, &selY2)) { in getCroppedImages()