Home
last modified time | relevance | path

Searched refs:COMCTL32_EnsureBitmapSize (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dcomctl32.h196 void COMCTL32_EnsureBitmapSize(HBITMAP *pBitmap, int cxMinWidth, int cyMinHeight, COLORREF crBackgr…
H A Dcommctrl.c1685 void COMCTL32_EnsureBitmapSize(HBITMAP *pBitmap, int cxMinWidth, int cyMinHeight, COLORREF crBackgr… in COMCTL32_EnsureBitmapSize() function
H A Dtoolbar.c2934COMCTL32_EnsureBitmapSize(&hbmLoad, cxIcon*(INT)bitmap->nButtons, cyIcon, comctl32_color.clrBtnFac… in TOOLBAR_AddBitmapToImageList()