Searched refs:dirtyRect (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp347 } dirtyRect; local
348 RT_ZERO(dirtyRect);
400 dirtyRect.xLeft = phdr->x;
401 dirtyRect.yTop = phdr->y;
402 dirtyRect.xRight = xRight;
403 dirtyRect.yBottom = yBottom;
409 if (dirtyRect.xLeft > phdr->x)
411 dirtyRect.xLeft = phdr->x;
414 if (dirtyRect.yTop > phdr->y)
416 dirtyRect
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp3236 RTRECT dirtyRect = {0}; local
3252 dirtyRect.xLeft = pRects[i].xLeft;
3253 dirtyRect.yTop = pRects[i].yTop;
3254 dirtyRect.xRight = pRects[i].xRight;
3255 dirtyRect.yBottom = pRects[i].yBottom;
3261 if (dirtyRect.xLeft > pRects[i].xLeft)
3263 dirtyRect.xLeft = pRects[i].xLeft;
3266 if (dirtyRect.yTop > pRects[i].yTop)
3268 dirtyRect.yTop = pRects[i].yTop;
3271 if (dirtyRect
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c1185 This->dirtyRect.left = min(This->dirtyRect.left, dirty_rect->left);
1186 This->dirtyRect.top = min(This->dirtyRect.top, dirty_rect->top);
1187 This->dirtyRect.right = max(This->dirtyRect.right, dirty_rect->right);
1188 This->dirtyRect.bottom = max(This->dirtyRect.bottom, dirty_rect->bottom);
1192 This->dirtyRect.left = 0;
1193 This->dirtyRect
[all...]
H A Dwined3d_private.h2391 RECT dirtyRect; member in struct:IWineD3DSurfaceImpl
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c1148 if (!surface->dirtyRect.left && !surface->dirtyRect.top
1149 && surface->dirtyRect.right == surface->resource.width
1150 && surface->dirtyRect.bottom == surface->resource.height)
1161 surface_load_location(surface, surface->draw_binding, fullsurface ? NULL : &surface->dirtyRect);
1176 surface->dirtyRect.left = surface->resource.width;
1177 surface->dirtyRect.top = surface->resource.height;
1178 surface->dirtyRect.right = 0;
1179 surface->dirtyRect.bottom = 0;
3136 surface->dirtyRect
[all...]
H A Dwined3d_private.h2281 RECT dirtyRect; member in struct:wined3d_surface
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2426 RECT dirtyRect; member in struct:IWineD3DSurfaceImpl

Completed in 137 milliseconds