Home
last modified time | relevance | path

Searched refs:hit (Results 1 – 25 of 30) sorted by relevance

12

/reactos/base/applications/mspaint/
H A Dsizebox.cpp20 BOOL setCursorOnSizeBox(HITTEST hit) in setCursorOnSizeBox() argument
22 if (HIT_UPPER_LEFT <= hit && hit <= HIT_LOWER_RIGHT) in setCursorOnSizeBox()
24 ::SetCursor(::LoadCursorW(NULL, s_cursor_shapes[hit - HIT_UPPER_LEFT])); in setCursorOnSizeBox()
30 BOOL getSizeBoxRect(LPRECT prc, HITTEST hit, LPCRECT prcBase) in getSizeBoxRect() argument
32 switch (hit) in getSizeBoxRect()
94 HITTEST hit = (HITTEST)i; in getSizeBoxHitTest() local
95 getSizeBoxRect(&rc, hit, prcBase); in getSizeBoxHitTest()
97 return hit; in getSizeBoxHitTest()
H A Dsizebox.h11 BOOL setCursorOnSizeBox(HITTEST hit);
12 BOOL getSizeBoxRect(LPRECT prc, HITTEST hit, LPCRECT prcBase);
H A Dcanvas.cpp326 HITTEST hit = CanvasHitTest(pt); in OnButtonDown() local
327 if (hit == HIT_NONE || hit == HIT_BORDER) in OnButtonDown()
353 if (hit == HIT_INNER) in OnButtonDown()
364 m_hitCanvasSizeBox = hit; in OnButtonDown()
H A Dselectionmodel.h66 void Dragging(HITTEST hit, POINT pt);
H A Dselectionmodel.cpp350 void SelectionModel::Dragging(HITTEST hit, POINT pt) in Dragging() argument
352 switch (hit) in Dragging()
H A Dmouse.cpp423 HITTEST hit = selectionModel.hitTest(ptCanvas); in OnButtonDown() local
424 if (hit != HIT_NONE) // Dragging of selection started? in OnButtonDown()
431 m_hitSelection = hit; in OnButtonDown()
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dtreedroptarget.h63 TVHITTESTINFO hit; in DragOver() local
64 hit.pt.x = pt.x; in DragOver()
65 hit.pt.y = pt.y; in DragOver()
66 ScreenToClient(m_hTargetWnd, &hit.pt); in DragOver()
67 hit.flags = TVHT_ONITEM; in DragOver()
68 HTREEITEM hItem = TreeView_HitTest(m_hTargetWnd,&hit); in DragOver()
/reactos/modules/rosapps/applications/explorer-old/desktop/
H A Ddesktop.h143 TVHITTESTINFO hit; in DragOver() local
144 hit.pt.x = pt.x; in DragOver()
145 hit.pt.y = pt.y; in DragOver()
146 ScreenToClient(m_hTargetWnd, &hit.pt); in DragOver()
147 hit.flags = TVHT_ONITEM; in DragOver()
/reactos/win32ss/user/ntuser/
H A Dnonclient.c25 #define ON_LEFT_BORDER(hit) \ argument
26 (((hit) == HTLEFT) || ((hit) == HTTOPLEFT) || ((hit) == HTBOTTOMLEFT))
27 #define ON_RIGHT_BORDER(hit) \ argument
28 (((hit) == HTRIGHT) || ((hit) == HTTOPRIGHT) || ((hit) == HTBOTTOMRIGHT))
29 #define ON_TOP_BORDER(hit) \ argument
30 (((hit) == HTTOP) || ((hit) == HTTOPLEFT) || ((hit) == HTTOPRIGHT))
31 #define ON_BOTTOM_BORDER(hit) \ argument
32 (((hit) == HTBOTTOM) || ((hit) == HTBOTTOMLEFT) || ((hit) == HTBOTTOMRIGHT))
/reactos/win32ss/user/winsrv/consrv/frontends/gui/lang/
H A Dsv-SE.rc17 IDS_SCROLLHERE "Skrolla hit"
/reactos/dll/win32/comctl32/
H A Dpager.c744 INT hit; in PAGER_MouseMove() local
760 hit = PAGER_HitTest(infoPtr, &clpt); in PAGER_MouseMove()
761 if ((hit == PGB_TOPORLEFT) && (infoPtr->TLbtnState == PGF_NORMAL)) in PAGER_MouseMove()
768 else if ((hit == PGB_BOTTOMORRIGHT) && (infoPtr->BRbtnState == PGF_NORMAL)) in PAGER_MouseMove()
857 INT hit; in PAGER_LButtonDown() local
864 hit = PAGER_HitTest(infoPtr, &pt); in PAGER_LButtonDown()
867 if (hit == PGB_TOPORLEFT) in PAGER_LButtonDown()
873 else if (hit == PGB_BOTTOMORRIGHT) in PAGER_LButtonDown()
883 switch(hit) in PAGER_LButtonDown()
H A Dmonthcal.c2156 DWORD hit; in MONTHCAL_LButtonDown() local
2172 hit = MONTHCAL_HitTest(infoPtr, &ht); in MONTHCAL_LButtonDown()
2174 TRACE("%x at %s\n", hit, wine_dbgstr_point(&ht.pt)); in MONTHCAL_LButtonDown()
2176 switch(hit) in MONTHCAL_LButtonDown()
2278 DWORD hit; in MONTHCAL_LButtonUp() local
2307 hit = MONTHCAL_HitTest(infoPtr, &ht); in MONTHCAL_LButtonUp()
2312 if((hit & MCHT_CALENDARDATE) == MCHT_CALENDARDATE) in MONTHCAL_LButtonUp()
2369 INT hit; in MONTHCAL_MouseMove() local
2379 hit = MONTHCAL_HitTest(infoPtr, &ht); in MONTHCAL_MouseMove()
2382 TRACE("hit:%x\n",hit); in MONTHCAL_MouseMove()
[all …]
H A Dlistbox.c2786 BOOL hit = TRUE; in LISTBOX_WindowProc() local
2806 hit = FALSE; in LISTBOX_WindowProc()
2814 hit = FALSE; in LISTBOX_WindowProc()
2816 return MAKELONG(index, hit ? 0 : 1); in LISTBOX_WindowProc()
H A Dtreeview.c4165 TVHITTESTINFO hit; in TREEVIEW_LButtonDoubleClick() local
4176 hit.pt.x = (short)LOWORD(lParam); in TREEVIEW_LButtonDoubleClick()
4177 hit.pt.y = (short)HIWORD(lParam); in TREEVIEW_LButtonDoubleClick()
4179 item = TREEVIEW_HitTest(infoPtr, &hit); in TREEVIEW_LButtonDoubleClick()
4186 switch (hit.flags) in TREEVIEW_LButtonDoubleClick()
4199 int level = hit.pt.x / infoPtr->uIndent; in TREEVIEW_LButtonDoubleClick()
/reactos/dll/win32/shdoclc/lang/
H A DSv.rc214 MENUITEM "Rulla hit", IDM_SCROLL_HERE
228 MENUITEM "Rulla hit", IDM_SCROLL_HERE
/reactos/sdk/include/reactos/mc/
H A Dntiologc.mc329 A user hit their quota threshold on volume %2.
337 A user hit their quota limit on volume %2.
/reactos/base/services/tcpsvcs/
H A Dquotes33 "The end ..... Try the sequel, hit the reset button right now!
/reactos/sdk/lib/3rdparty/freetype/src/autofit/
H A Daflatin.c683 FT_Bool hit; in af_latin_metrics_init_blues() local
718 hit = 0; in af_latin_metrics_init_blues()
726 if ( !hit ) in af_latin_metrics_init_blues()
744 hit = 1; in af_latin_metrics_init_blues()
755 hit = 0; in af_latin_metrics_init_blues()
765 hit = 0; in af_latin_metrics_init_blues()
/reactos/modules/rosapps/applications/explorer-old/doc/
H A DTODO.txt37 - Startmenu: You can open the start menu by pressing Win-key, but can't close with another hit of W…
/reactos/base/shell/cmd/
H A Dreadme2.txt48 PagePrompt() - ask them to hit a key to continue
H A Dhistory.txt51 o fixed a bug in history.c that made it not work when you hit the up arrow
282 o Fixed bug where if you typed something, then hit HOME, then tried to
/reactos/dll/3rdparty/libtiff/
H A Dtif_lzw.c980 goto hit; in LZWEncode()
1045 hit: in LZWEncode()
/reactos/win32ss/user/user32/controls/
H A Dlistbox.c2827 BOOL hit = TRUE; in ListBoxWndProc_common() local
2847 hit = FALSE; in ListBoxWndProc_common()
2855 hit = FALSE; in ListBoxWndProc_common()
2857 return MAKELONG(index, hit ? 0 : 1); in ListBoxWndProc_common()
/reactos/
H A DCODEOWNERS343 # If you want to be part of one - hit us at https://chat.reactos.org/
/reactos/.github/workflows/
H A Dbuild.yml34 if: ${{ steps.get_rosbe.outputs.cache-hit != 'true' }}

12