Home
last modified time | relevance | path

Searched refs:resizeLeft (Results 1 – 10 of 10) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dgkb_win.c67 static int resizeLeft; variable
192 resizeLeft = rect.left; in resizeTopAndLeft()
217 resizeLeft = rect.left; in startMoveWindow()
296 resizeLeft += GET_X_LPARAM(msg->lParam) - resizeWidthDelta; in processMouseMove()
308 resizeLeft += GET_X_LPARAM(msg->lParam) - resizeWidthDelta; in processMouseMove()
346 resizeLeft += GET_X_LPARAM(msg->lParam) - resizeWidthDelta; in processMouseMove()
362 resizeLeft, in processMouseMove()
371 resizeLeft, in processMouseMove()
383 resizeLeft, in processMouseMove()
392 resizeLeft, in processMouseMove()
[all …]
/dports/graphics/kquickimageeditor/kquickimageeditor-0.1.2/src/code/
H A Dresizehandle.cpp74 bool ResizeHandle::resizeLeft() const in resizeLeft() function in ResizeHandle
123 if (resizeLeft()) { in mouseMoveEvent()
H A Dresizehandle.h54 inline bool resizeLeft() const;
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/components/containmentlayoutmanager/
H A Dresizehandle.cpp90 bool ResizeHandle::resizeLeft() const in resizeLeft() function in ResizeHandle
162 if (resizeLeft()) { in mouseMoveEvent()
H A Dresizehandle.h55 inline bool resizeLeft() const;
/dports/deskutils/flameshot/flameshot-0.10.2/src/widgets/capture/
H A Dcapturewidget.h76 void resizeLeft();
H A Dcapturewidget.cpp1287 void CaptureWidget::resizeLeft() in resizeLeft() function in CaptureWidget
1348 SLOT(resizeLeft())); in initShortcuts()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dviewitem.h291 void resizeLeft(qreal offset);
H A Dviewitem.cpp1473 resizeLeft(p.x() - leftMidGrip().controlPointRect().center().x()); break; in mouseMoveEvent()
1584 void ViewItem::resizeLeft(qreal offset) { in resizeLeft() function in Kst::ViewItem
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources72343 resizeLeft
72344 "Cursor resizeLeft showWhile: [Sensor waitButton]"
72350 ^self resizeLeft! !