Home
last modified time | relevance | path

Searched refs:dst_point (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dsurface.c837 target, level, layer, dst_point->x, dst_point->y, in wined3d_surface_upload_data()
844 GL_EXTCALL(glCompressedTexSubImage3D(target, level, dst_point->x, dst_point->y, in wined3d_surface_upload_data()
849 GL_EXTCALL(glCompressedTexSubImage2D(target, level, dst_point->x, dst_point->y, in wined3d_surface_upload_data()
860 for (row = 0, y = dst_point->y; row < row_count; ++row) in wined3d_surface_upload_data()
888 target, level, layer, dst_point->x, dst_point->y, in wined3d_surface_upload_data()
894 GL_EXTCALL(glTexSubImage3D(target, level, dst_point->x, dst_point->y, in wined3d_surface_upload_data()
899 gl_info->gl_ops.gl.p_glTexSubImage2D(target, level, dst_point->x, dst_point->y, in wined3d_surface_upload_data()
942 dst_surface, wine_dbgstr_point(dst_point), in surface_upload_from_surface()
1559 POINT dst_point = {0, 0}; in surface_convert_format() local
2434 POINT dst_point = {0, 0}; in surface_load_texture() local
[all …]
H A Dtexture.c2089 POINT dst_point; local
2096 dst_point.x = box->left;
2097 dst_point.y = box->top;
2103 dst_point.x = dst_point.y = 0;
2110 texture->resource.format, &src_rect, row_pitch, &dst_point, FALSE, data);
H A Dwined3d_private.h3396 … const struct wined3d_format *format, const RECT *src_rect, UINT src_pitch, const POINT *dst_point,
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftstroke.c1843 FT_Vector* dst_point = right->points + right->num_points; in ft_stroker_add_reverse_left() local
1851 *dst_point = *src_point; in ft_stroker_add_reverse_left()
1870 dst_point++; in ft_stroker_add_reverse_left()
/reactos/dll/directx/wine/d3d9/
H A Ddevice.c1470 IDirect3DSurface9 *dst_surface, const POINT *dst_point) in d3d9_device_UpdateSurface() argument
1480 iface, src_surface, src_rect, dst_surface, dst_point); in d3d9_device_UpdateSurface()
1501 …3d_texture_get_resource(dst->wined3d_texture), dst->sub_resource_idx, dst_point ? dst_point->x : 0, in d3d9_device_UpdateSurface()
1502 dst_point ? dst_point->y : 0, 0, wined3d_texture_get_resource(src->wined3d_texture), in d3d9_device_UpdateSurface()
/reactos/sdk/include/psdk/
H A Dd3d9.h1403 IDirect3DSurface9 *dst_surface, const POINT *dst_point) PURE; in DECLARE_INTERFACE_()
1791 IDirect3DSurface9 *dst_surface, const POINT *dst_point) PURE; in DECLARE_INTERFACE_()