Searched defs:DestRect (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | surface_base.c | 969 * DestRect: Destination rectangle to write to 973 HRESULT WINAPI IWineD3DBaseSurfaceImpl_Blt(IWineD3DSurface *iface, const RECT *DestRect, IWineD3DSurface *SrcSurface, argument 986 TRACE("(%p)->(%p,%p,%p,%x,%p)\n", This, DestRect, Src, SrcRect, Flags, DDBltFx); 990 if (DestRect) TRACE("\tdestrect :%dx%d-%dx%d\n", 991 DestRect->left, DestRect->top, DestRect->right, DestRect->bottom); 1032 if ((/*This->clipper == NULL*/ TRUE) && (DestRect) && 1033 ((DestRect [all...] |
H A D | surface.c | 3720 static HRESULT IWineD3DSurfaceImpl_BltOverride(IWineD3DSurfaceImpl *This, const RECT *DestRect, argument 3732 TRACE("(%p)->(%p,%p,%p,%08x,%p)\n", This, DestRect, SrcSurface, SrcRect, Flags, DDBltFx); 3768 surface_get_rect(This, DestRect, &dst_rect); 4159 static HRESULT IWineD3DSurfaceImpl_BltZ(IWineD3DSurfaceImpl *This, const RECT *DestRect, argument 4187 DestRect == NULL ? 0 : 1, 4188 (const WINED3DRECT *)DestRect, 4201 static HRESULT IWineD3DSurfaceImpl_BltSys2Vram(IWineD3DSurfaceImpl *This, const RECT *DestRect, argument 4217 TRACE("(%p)->(%p,%p,%p,%08x,%p)\n", This, DestRect, SrcSurface, SrcRect, Flags, DDBltFx); 4249 surface_get_rect(This, DestRect, &dst_rect); 4362 static HRESULT WINAPI IWineD3DSurfaceImpl_Blt(IWineD3DSurface *iface, const RECT *DestRect, IWineD3DSurfac argument [all...] |
Completed in 64 milliseconds