Searched refs:DIBsection (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain_gdi.c201 /* Flip the DIBsection */
204 tmp = front->dib.DIBsection;
205 front->dib.DIBsection = back->dib.DIBsection;
206 back->dib.DIBsection = tmp;
H A Dsurface_gdi.c56 DeleteObject(This->dib.DIBsection);
597 DeleteObject(This->dib.DIBsection);
H A Dsurface_base.c643 This->dib.DIBsection = CreateDIBSection(ddc, b_info, usage, &This->dib.bitmap_data, 0 /* Handle */, 0 /* Offset */);
646 if (!This->dib.DIBsection) {
666 This->dib.holdbitmap = SelectObject(This->hDC, This->dib.DIBsection);
H A Dsurface.c127 DeleteObject(This->dib.DIBsection);
3125 DeleteObject(This->dib.DIBsection);
3172 /* Flip the DIBsection */
3176 tmp = front->dib.DIBsection;
3177 front->dib.DIBsection = back->dib.DIBsection;
3178 back->dib.DIBsection = tmp;
H A Dwined3d_private.h2323 HBITMAP DIBsection; member in struct:wineD3DSurface_DIB
H A Ddevice.c6516 DeleteObject(surface->dib.DIBsection);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dswapchain.c921 /* Flip the DIBsection. */
924 tmp = front->dib.DIBsection;
925 front->dib.DIBsection = back->dib.DIBsection;
926 back->dib.DIBsection = tmp;
H A Dsurface.c146 DeleteObject(surface->dib.DIBsection);
565 surface->dib.DIBsection = CreateDIBSection(0, b_info, DIB_RGB_COLORS, &surface->dib.bitmap_data, 0, 0);
567 if (!surface->dib.DIBsection)
592 SelectObject(surface->hDC, surface->dib.DIBsection);
3552 DeleteObject(surface->dib.DIBsection);
3760 DeleteObject(surface->dib.DIBsection);
5101 /* Flip the DIBsection */
5103 HBITMAP tmp = front->dib.DIBsection;
5104 front->dib.DIBsection = back->dib.DIBsection;
[all...]
H A Dwined3d_private.h2221 HBITMAP DIBsection; member in struct:wined3d_surface_dib
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2358 HBITMAP DIBsection; member in struct:wineD3DSurface_DIB

Completed in 132 milliseconds