Searched defs:dst_point (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c1246 IDirect3DSurface9 *dst_surface, const POINT *dst_point)
1253 TRACE("iface %p, src_surface %p, src_rect %p, dst_surface %p, dst_point %p.\n",
1254 iface, src_surface, src_rect, dst_surface, dst_point);
1258 dst->wined3d_surface, dst_point);
1244 d3d9_device_UpdateSurface(IDirect3DDevice9Ex *iface, IDirect3DSurface9 *src_surface, const RECT *src_rect, IDirect3DSurface9 *dst_surface, const POINT *dst_point) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c4439 struct wined3d_surface *dst_surface, const POINT *dst_point)
4441 TRACE("device %p, src_surface %p, src_rect %s, dst_surface %p, dst_point %s.\n",
4443 dst_surface, wine_dbgstr_point(dst_point));
4452 return surface_upload_from_surface(dst_surface, dst_point, src_surface, src_rect);
4437 wined3d_device_update_surface(struct wined3d_device *device, struct wined3d_surface *src_surface, const RECT *src_rect, struct wined3d_surface *dst_surface, const POINT *dst_point) argument
H A Dsurface.c1888 POINT dst_point = {dst_rect.left, dst_rect.top}; local
1890 if (SUCCEEDED(surface_upload_from_surface(dst_surface, &dst_point, src_surface, &src_rect)))
2554 const struct wined3d_format *format, const RECT *src_rect, UINT src_pitch, const POINT *dst_point,
2560 TRACE("surface %p, gl_info %p, format %s, src_rect %s, src_pitch %u, dst_point %s, srgb %#x, data {%#x:%p}.\n",
2562 wine_dbgstr_point(dst_point), srgb, data->buffer_object, data->addr);
2601 dst_point->x, dst_point->y, update_w, update_h, internal, row_count * row_length, addr);
2606 dst_point->x, dst_point->y, update_w, update_h, internal, row_count * row_length, addr));
2614 for (row = 0, y = dst_point
2553 surface_upload_data(struct wined3d_surface *surface, const struct wined3d_gl_info *gl_info, const struct wined3d_format *format, const RECT *src_rect, UINT src_pitch, const POINT *dst_point, BOOL srgb, const struct wined3d_bo_address *data) argument
2818 surface_upload_from_surface(struct wined3d_surface *dst_surface, const POINT *dst_point, struct wined3d_surface *src_surface, const RECT *src_rect) argument
6403 POINT dst_point = {0, 0}; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c5490 IWineD3DSurface *dst_surface, const POINT *dst_point)
5506 TRACE("iface %p, src_surface %p, src_rect %s, dst_surface %p, dst_point %s",
5508 dst_surface, wine_dbgstr_point(dst_point));
5526 dst_x = dst_point ? dst_point->x : 0;
5527 dst_y = dst_point ? dst_point->y : 0;
5488 IWineD3DDeviceImpl_UpdateSurface(IWineD3DDevice *iface, IWineD3DSurface *src_surface, const RECT *src_rect, IWineD3DSurface *dst_surface, const POINT *dst_point) argument

Completed in 141 milliseconds