Searched defs:hMonoBitmap (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp1581 HBITMAP hMonoBitmap = NULL; local
1585 hMonoBitmap = CreateBitmap(uWidth, uHeight, 1, 1, NULL);
1632 hMonoBitmap = ::CreateBitmap(uWidth, uHeight, 1, 1,
1642 Assert(hMonoBitmap);
1643 if (hBitmap && hMonoBitmap)
1658 ii.hbmMask = hMonoBitmap;
1674 if (hMonoBitmap)
1675 DeleteObject(hMonoBitmap);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp4578 HBITMAP hMonoBitmap = NULL; local
4582 hMonoBitmap = ::CreateBitmap(data->width, data->height, 1, 1, NULL);
4630 hMonoBitmap = ::CreateBitmap(data->width, data->height, 1, 1,
4640 Assert(hMonoBitmap);
4641 if (hBitmap && hMonoBitmap)
4656 ii.hbmMask = hMonoBitmap;
4686 if (hMonoBitmap)
4687 ::DeleteObject(hMonoBitmap);

Completed in 46 milliseconds