Searched refs:dsty (Results 126 - 129 of 129) sorted by relevance

123456

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c4432 static HRESULT WINAPI IWineD3DSurfaceImpl_BltFast(IWineD3DSurface *iface, DWORD dstx, DWORD dsty, argument
4440 TRACE("(%p)->(%d, %d, %p, %p, %08x\n", iface, dstx, dsty, Source, rsrc, trans);
4470 DstRect.top=dsty;
4472 DstRect.bottom = dsty + SrcRect.bottom - SrcRect.top;
4499 hr = IWineD3DBaseSurfaceImpl_BltFast(iface, dstx, dsty, Source, rsrc, trans);
H A Dwined3d_private.h2481 HRESULT WINAPI IWineD3DBaseSurfaceImpl_BltFast(IWineD3DSurface *iface, DWORD dstx, DWORD dsty,
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Ddd.h142 GLint dstx, GLint dsty, GLenum type );
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2516 HRESULT WINAPI IWineD3DBaseSurfaceImpl_BltFast(IWineD3DSurface *iface, DWORD dstx, DWORD dsty,

Completed in 188 milliseconds

123456