/reactos/base/setup/usetup/ |
H A D | genlist.c | 53 ListUi->Redraw = TRUE; in InitGenericListUi() 395 if (ListUi->Redraw) in ScrollDownGenericList() 423 if (ListUi->Redraw) in ScrollUpGenericList() 438 ListUi->Redraw = FALSE; in ScrollPageDownGenericList() 450 ListUi->Redraw = TRUE; in ScrollPageDownGenericList() 460 ListUi->Redraw = FALSE; in ScrollPageUpGenericList() 472 ListUi->Redraw = TRUE; in ScrollPageUpGenericList() 503 if (ListUi->Redraw) in ScrollToPositionGenericList() 517 if (ListUi->Redraw) in RedrawGenericList() 537 ListUi->Redraw = FALSE; in GenericListKeyPress() [all …]
|
H A D | genlist.h | 51 BOOL Redraw; member
|
/reactos/sdk/lib/3rdparty/cardlib/ |
H A D | cardbutton.cpp | 271 Redraw(); in OnLButtonDown() 295 Redraw(); in OnMouseMove() 310 Redraw(); in OnLButtonUp() 385 void CardButton::Redraw() in Redraw() function in CardButton 444 Redraw(); in SetIcon()
|
H A D | cardregion.cpp | 330 parentWnd.Redraw(); in Flash() 357 parentWnd.Redraw(); in DoFlash() 596 Redraw(); in PlayCard() 624 parentWnd.Redraw(); in RedrawIfNotDim() 626 pCompare->Redraw(); in RedrawIfNotDim()
|
H A D | cardbutton.h | 34 void Redraw();
|
H A D | cardwindow.cpp | 330 Buttons[i]->Redraw(); in Paint() 553 void CardWindow::Redraw() in Redraw() function in CardWindow 615 Redraw(); in EmptyStacks()
|
H A D | cardwindow.h | 50 void Redraw(void);
|
H A D | cardregion.h | 59 void Redraw();
|
H A D | cardrgndraw.cpp | 618 void CardRegion::Redraw() in Redraw() function in CardRegion
|
/reactos/base/applications/games/spider/ |
H A D | spigame.cpp | 90 SpiderWnd.Redraw(); in NewGame() 121 stackobj.Redraw(); in TurnStackCard() 165 SpiderWnd.Redraw(); in DeckClickProc()
|
H A D | spider.cpp | 302 SpiderWnd.Redraw(); in ShowDeckOptionsDlg()
|
/reactos/base/applications/games/solitaire/ |
H A D | solgame.cpp | 83 SolWnd.Redraw(); in NewGame() 303 stackobj.Redraw(); in RowStackClickProc() 597 SolWnd.Redraw(); in DeckClickProc()
|
H A D | solundo.cpp | 169 SolWnd.Redraw(); in Undo()
|
H A D | solitaire.cpp | 609 SolWnd.Redraw(); in ShowDeckOptionsDlg()
|
/reactos/win32ss/user/ntuser/ |
H A D | desktop.h | 131 co_IntShowDesktop(PDESKTOP Desktop, ULONG Width, ULONG Height, BOOL Redraw);
|
/reactos/dll/cpl/timedate/ |
H A D | monthcal.c | 645 IN BOOL Redraw) in MonthCalChangeFont() argument 650 if (Redraw) in MonthCalChangeFont()
|
/reactos/dll/cpl/desk/ |
H A D | monslctl.c | 101 IN BOOL Redraw) in MonSelChangeFont() argument 106 if (Redraw) in MonSelChangeFont()
|
/reactos/dll/win32/comctl32/ |
H A D | header.c | 2068 HEADER_SetFont (HEADER_INFO *infoPtr, HFONT hFont, WORD Redraw) in HEADER_SetFont() argument 2085 if (Redraw) { in HEADER_SetFont()
|
H A D | toolbar.c | 6718 TOOLBAR_SetFont(TOOLBAR_INFO *infoPtr, HFONT hFont, WORD Redraw) in TOOLBAR_SetFont() argument 6720 TRACE("font=%p redraw=%d\n", hFont, Redraw); in TOOLBAR_SetFont() 6729 if (Redraw) in TOOLBAR_SetFont()
|
/reactos/dll/win32/aclui/ |
H A D | checklist.c | 739 IN BOOL Redraw) in RetChangeControlFont() argument
|
/reactos/dll/win32/mshtml/ |
H A D | nsiface.idl | 2954 nsresult Redraw(uint32_t aCount, uint32_t *_retval);
|