Home
last modified time | relevance | path

Searched defs:clr (Results 1 – 16 of 16) sorted by relevance

/reactos/modules/rostests/tests/linetest/
H A Dlinetest.c81 COLORREF clr; in DrawLines() member
148 RECT clr; in MainWndProc() local
/reactos/modules/rostests/tests/lineclip/
H A Dlineclip.c124 RECT clr; in MainWndProc() local
/reactos/modules/rostests/winetests/comctl32/
H A Dprogress.c220 COLORREF clr; in test_setcolors() local
H A Dtreeview.c1778 COLORREF clr; in test_get_linecolor() local
1795 COLORREF clr; in test_get_insertmarkcolor() local
2124 COLORREF clr; in test_WM_PAINT() local
H A Drebar.c1033 COLORREF clr; in test_colors() local
H A Dlistview.c1913 COLORREF clr, c0ffee = RGB(0xc0, 0xff, 0xee); in cd_wndproc() local
/reactos/dll/win32/msrle32/
H A Dmsrle32.c44 static inline WORD Intensity(RGBQUAD clr) in Intensity()
159 static BYTE MSRLE32_GetNearestPaletteIndex(UINT count, const RGBQUAD *clrs, RGBQUAD clr) in MSRLE32_GetNearestPaletteIndex()
461 WORD clr; in MSRLE32_CompressRLE8Line() local
/reactos/dll/win32/comctl32/
H A Dprogress.c691 COLORREF clr = infoPtr->ColorBar; in ProgressWindowProc() local
703 COLORREF clr = infoPtr->ColorBk; in ProgressWindowProc() local
H A Drebar.c2385 COLORREF clr = infoPtr->clrBk; in REBAR_GetBkColor() local
2832 REBAR_SetBkColor (REBAR_INFO *infoPtr, COLORREF clr) in REBAR_SetBkColor()
2861 REBAR_SetTextColor (REBAR_INFO *infoPtr, COLORREF clr) in REBAR_SetTextColor()
H A Dtoolbar.c608 TOOLBAR_DrawArrow (HDC hdc, INT left, INT top, COLORREF clr) in TOOLBAR_DrawArrow()
1248 COLORREF clr = comctl32_color.clrBtnText; in TOOLBAR_DrawButton() local
5026 TOOLBAR_SetInsertMarkColor (TOOLBAR_INFO *infoPtr, COLORREF clr) in TOOLBAR_SetInsertMarkColor()
/reactos/modules/rostests/tests/winhello/
H A Dwinhello.c113 RECT rc = {0,0,0,0}, clr, wir; /* A rectangle used during drawing */ in MainWndProc() local
/reactos/dll/win32/browseui/
H A Dbrandband.cpp40 inline void FillSolidRect(HDC dc, const RECT *bounds, COLORREF clr) in FillSolidRect()
/reactos/base/applications/taskmgr/
H A Dtaskmgr.c491 void FillSolidRect(HDC hDC, LPCRECT lpRect, COLORREF clr) in FillSolidRect()
/reactos/dll/win32/oleaut32/
H A Doleaut.c693 OLE_COLOR clr, in OleTranslateColor()
/reactos/sdk/include/reactos/
H A Dmsgdump.h4125 MD_TreeView_OnSetBkColor(HWND hwnd, COLORREF clr) in MD_TreeView_OnSetBkColor()
4133 MD_TreeView_OnSetTextColor(HWND hwnd, COLORREF clr) in MD_TreeView_OnSetTextColor()
4183 MD_TreeView_OnSetInsertMarkColor(HWND hwnd, COLORREF clr) in MD_TreeView_OnSetInsertMarkColor()
4207 MD_TreeView_OnSetLineColor(HWND hwnd, COLORREF clr) in MD_TreeView_OnSetLineColor()
4472 MD_RichEdit_OnSetBkgndColor(HWND hwnd, BOOL fUseSysColor, COLORREF clr) in MD_RichEdit_OnSetBkgndColor()
/reactos/sdk/include/psdk/
H A Dcommctrl.h3581 #define TreeView_SetBkColor(hwnd,clr) (COLORREF)SNDMSG((hwnd),TVM_SETBKCOLOR,0,(LPARAM)(clr)) argument
3583 #define TreeView_SetTextColor(hwnd,clr) (COLORREF)SNDMSG((hwnd),TVM_SETTEXTCOLOR,0,(LPARAM)(clr)) argument
3593 #define TreeView_SetInsertMarkColor(hwnd,clr) (COLORREF)SNDMSG((hwnd),TVM_SETINSERTMARKCOLOR,0,(LPA… argument
3603 #define TreeView_SetLineColor(hwnd,clr) (COLORREF)SNDMSG((hwnd),TVM_SETLINECOLOR,0,(LPARAM)(clr)) argument
4208 #define MonthCal_SetColor(hmc,iColor,clr) SNDMSG(hmc,MCM_SETCOLOR,iColor,clr) argument
4350 #define DateTime_SetMonthCalColor(hdp,iColor,clr) SNDMSG(hdp,DTM_SETMCCOLOR,iColor,clr) argument
4531 #define Pager_SetBkColor(hwnd,clr) (COLORREF)SNDMSG((hwnd),PGM_SETBKCOLOR,0,(LPARAM)(clr)) argument