Home
last modified time | relevance | path

Searched refs:rcOther (Results 1 – 6 of 6) sorted by relevance

/dports/misc/actiona/actiona-3.10.1/actiontools/
H A Dchoosewindowpushbutton.cpp424 RECT rcOther; in nativeEventFilter() local
425 GetWindowRect(hOther, &rcOther); in nativeEventFilter()
426 if(PtInRect(screenpoint, rcOther) && in nativeEventFilter()
427 PtInRect(RectTopLeft(rcOther), rcFirst) && in nativeEventFilter()
428 PtInRect(RectBottomRight(rcOther), rcFirst)) in nativeEventFilter()
443 RECT rcOther; in nativeEventFilter() local
444 GetWindowRect(hOther, &rcOther); in nativeEventFilter()
445 if(PtInRect(screenpoint, rcOther) && in nativeEventFilter()
446 PtInRect(RectTopLeft(rcOther), rcFirst) && in nativeEventFilter()
447 PtInRect(RectBottomRight(rcOther), rcFirst)) in nativeEventFilter()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/cocoa/
H A DPlatCocoa.mm1336 PRectangle rcOther = window->GetPosition();
1337 rc.left += rcOther.left;
1338 rc.right += rcOther.left;
1339 rc.top += rcOther.top;
1340 rc.bottom += rcOther.top;
/dports/x11-toolkits/scintilla/scintilla/cocoa/
H A DPlatCocoa.mm1336 PRectangle rcOther = window->GetPosition();
1337 rc.left += rcOther.left;
1338 rc.right += rcOther.left;
1339 rc.top += rcOther.top;
1340 rc.bottom += rcOther.top;
/dports/editors/textadept/scintilla/cocoa/
H A DPlatCocoa.mm1335 PRectangle rcOther = window->GetPosition();
1336 rc.left += rcOther.left;
1337 rc.right += rcOther.left;
1338 rc.top += rcOther.top;
1339 rc.bottom += rcOther.top;
/dports/editors/scite/scintilla/cocoa/
H A DPlatCocoa.mm1336 PRectangle rcOther = window->GetPosition();
1337 rc.left += rcOther.left;
1338 rc.right += rcOther.left;
1339 rc.top += rcOther.top;
1340 rc.bottom += rcOther.top;
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_w32.c3038 RECT rcVim, rcOther, rcDest; in get_scroll_flags() local
3049 GetWindowRect(hwnd, &rcOther); in get_scroll_flags()
3050 if (IntersectRect(&rcDest, &rcVim, &rcOther)) in get_scroll_flags()