Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/screensavers/matrix/
H A Dmatrix.c256 matrix->hbmBitmap = LoadBitmap(GetModuleHandle(0), MAKEINTRESOURCE(IDB_BITMAP1)); in CreateMatrix()
258 SelectObject(matrix->hdcBitmap, matrix->hbmBitmap); in CreateMatrix()
283 DeleteObject(matrix->hbmBitmap); in DestroyMatrix()
H A Dmatrix.h52 HBITMAP hbmBitmap; member
/reactos/base/applications/games/solitaire/
H A Dsolcreate.cpp8 HBITMAP hbmBitmap; variable