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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c1361 surface_translate_drawable_coords(src_surface, context->win_handle, &src_rect);
1363 surface_translate_drawable_coords(src_surface, context->swapchain->win_handle, &src_rect);
1382 surface_translate_drawable_coords(dst_surface, context->win_handle, &dst_rect);
1384 surface_translate_drawable_coords(dst_surface, context->swapchain->win_handle, &dst_rect);
4820 surface_translate_drawable_coords(surface, context->win_handle, &local_rect);
4822 surface_translate_drawable_coords(surface, context->swapchain->win_handle, &local_rect);
5556 void surface_translate_drawable_coords(const struct wined3d_surface *surface, HWND window, RECT *rect) function
5612 surface_translate_drawable_coords(dst_surface, context->win_handle, &dst_rect);
5614 surface_translate_drawable_coords(dst_surface, context->swapchain->win_handle, &dst_rect);

Completed in 53 milliseconds