Searched refs:hbmp (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinshadgdi.c95 HBITMAP hbmp; local in function:winQueryScreenDIBFormat
102 hbmp = CreateCompatibleBitmap(pScreenPriv->hdcScreen, 1, 1);
103 if (hbmp == NULL) {
114 hbmp, 0, 1, NULL, (BITMAPINFO *) pbmih, DIB_RGB_COLORS)) {
116 DeleteObject(hbmp);
130 hbmp, 0, 1, NULL, (BITMAPINFO *) pbmih, DIB_RGB_COLORS)) {
133 DeleteObject(hbmp);
138 DeleteObject(hbmp);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinshadgdi.c101 HBITMAP hbmp; local in function:winQueryScreenDIBFormat
107 hbmp = CreateCompatibleBitmap (pScreenPriv->hdcScreen, 1, 1);
108 if (hbmp == NULL)
120 hbmp,
127 DeleteObject (hbmp);
141 hbmp,
149 DeleteObject (hbmp);
154 DeleteObject (hbmp);
H A Dwinwin32rootless.c85 HBITMAP hbmp; local in function:winMWExtWMQueryDIBFormat
91 hbmp = CreateCompatibleBitmap (pRLWinPriv->hdcScreen, 1, 1);
92 if (hbmp == NULL)
104 hbmp,
111 DeleteObject (hbmp);
125 hbmp,
133 DeleteObject (hbmp);
138 DeleteObject (hbmp);

Completed in 5 milliseconds