Home
last modified time | relevance | path

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

/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Deditenums.h26 CropBottomRight, CropLeft, CropRight, CropInside, CropResize, CropObserved enumerator
H A Dfilebrowserentry.cc490 } else if (onArea (CropBottomRight, ix, iy)) { in pressNotify()
637 case CropBottomRight: in onArea()
710 } else if (tm == TMHand && (onArea (CropBottomRight, x, y))) { in updateCursor()
H A Dcropwindow.cc454 } else if (onArea (CropBottomRight, x, y)) { in buttonPress()
1206 case CropBottomRight: in onArea()
1300 } else if (tm == TMHand && (onArea (CropBottomRight, x, y))) { in updateCursor()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Deditenums.h27 CropBottomRight, CropLeft, CropRight, CropInside, CropResize, CropObserved enumerator
H A Dcropwindow.cc474 } else if (crop_resize_allowed && onArea(CropBottomRight, x, y)) { in buttonPress()
1230 case CropBottomRight: in onArea()
1330 } else if (crop_resize_allowed && (onArea(CropBottomRight, x, y))) { in updateCursor()