Searched refs:rgbFg (Results 1 – 6 of 6) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | commoncontrols.idl | 53 COLORREF rgbFg;
|
H A D | commctrl.h | 340 COLORREF rgbFg; member 481 _In_ COLORREF rgbFg,
|
/reactos/dll/win32/comctl32/ |
H A D | imagelist.c | 1044 imldp.rgbFg = CLR_DEFAULT; in ImageList_InternalDragDraw() 1265 INT dx, INT dy, COLORREF rgbBk, COLORREF rgbFg, in ImageList_DrawEx() argument 1280 imldp.rgbFg = rgbFg; in ImageList_DrawEx() 1421 int src_x, int src_y, int cx, int cy, COLORREF rgbFg, in saturate_image() argument 1598 pt.x, pt.y, cx, cy, pimldp->rgbFg, in ImageList_DrawIndirect() 1619 blend_col = pimldp->rgbFg; in ImageList_DrawIndirect() 1703 COLORREF clrBlend = pimldp->rgbFg; in ImageList_DrawIndirect()
|
H A D | comctl32_ros.diff | 655 + int src_x, int src_y, int cx, int cy, COLORREF rgbFg) 735 + * RGB colors of the original image by the contents of rgbFg. 740 + pt.x, pt.y, cx, cy, pimldp->rgbFg); 1961 + imldp.rgbFg = CLR_DEFAULT;
|
H A D | toolbar.c | 885 imldp.rgbFg = CLR_DEFAULT; in TOOLBAR_DrawImage()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | imagelist.c | 532 imldp.rgbFg = CLR_DEFAULT; in test_DrawIndirect() 1815 imldp.rgbFg = CLR_DEFAULT; in test_IImageList_Draw()
|