Home
last modified time | relevance | path

Searched refs:create_bitmap (Results 1 – 8 of 8) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dquicklaunch.cpp122 …AddButton(ID_MINIMIZE_ALL, g_Globals._icon_cache.get_icon(ICID_MINIMIZE).create_bitmap(bk_color, b… in AddShortcuts()
123 …AddButton(ID_EXPLORE, g_Globals._icon_cache.get_icon(ICID_EXPLORER).create_bitmap(bk_color, bk_bru… in AddShortcuts()
162 …HBITMAP hbmp = g_Globals._icon_cache.get_icon(entry->_icon_id).create_bitmap(bk_color, bk_brush, c… in AddShortcuts()
/reactos/modules/rosapps/applications/explorer-old/
H A Dglobals.h106 HBITMAP create_bitmap(COLORREF bk_color, HBRUSH hbrBkgnd, HDC hdc_wnd) const;
H A Dexplorer.cpp285 HBITMAP Icon::create_bitmap(COLORREF bk_color, HBRUSH hbrBkgnd, HDC hdc_wnd) const in create_bitmap() function in Icon
/reactos/win32ss/user/user32/windows/
H A Dcursoricon.c1224 goto create_bitmap; in BITMAP_LoadImageW()
1244 goto create_bitmap; in BITMAP_LoadImageW()
1250 goto create_bitmap; in BITMAP_LoadImageW()
1261 goto create_bitmap; in BITMAP_LoadImageW()
1292 create_bitmap: in BITMAP_LoadImageW()
/reactos/modules/rostests/winetests/comctl32/
H A Dimagelist.c936 static HBITMAP create_bitmap(INT cx, INT cy, COLORREF color, const char *comment) in create_bitmap() function
1054 hbm = create_bitmap(BMP_CX, BMP_CX, RGB(grey, grey, grey), comment); in image_list_add_bitmap()
1156 hbm = create_bitmap(BMP_CX * 9, BMP_CX, 0, "9"); in test_imagelist_storage()
1167 hbm = create_bitmap(BMP_CX, BMP_CX * 9, 0, "9"); in test_imagelist_storage()
/reactos/modules/rostests/winetests/user32/
H A Dclipboard.c534 static HBITMAP create_bitmap(void) in create_bitmap() function
741 SetClipboardData( CF_BITMAP, create_bitmap() ); in test_synthesized()
/reactos/modules/rostests/winetests/ole32/
H A Dole2.c223 static void create_bitmap( STGMEDIUM *med ) in create_bitmap() function
1504 create_bitmap( med ); in DataObject_GetData()
2330 create_bitmap( &med ); in test_data_cache_cache()
/reactos/modules/rostests/winetests/d3drm/
H A Dd3drm.c5995 static char *create_bitmap(unsigned int w, unsigned int h, BOOL palettized) in create_bitmap() function
6259 filename = create_bitmap(tests[i].w, tests[i].h, tests[i].palettized); in test_load_texture()
6451 filename = create_bitmap(1, 1, TRUE); in test_texture_qi()