Searched refs:outpitch (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c2627 UINT height, UINT outpitch, CONVERT_TYPES convert, IWineD3DSurfaceImpl *This)
2631 TRACE("(%p)->(%p),(%d,%d,%d,%d,%p)\n", src, dst, pitch, height, outpitch, convert,This);
2655 dest = dst + outpitch * y;
2688 Dest = (WORD *) (dst + y * outpitch);
2711 Dest = (WORD *) (dst + y * outpitch);
2735 dest = dst + outpitch * y;
2758 dest = dst + outpitch * y;
4300 int outpitch = srcWidth * desc.conv_byte_count; local
4301 outpitch = (outpitch
2626 d3dfmt_convert_surface(const BYTE *src, BYTE *dst, UINT pitch, UINT width, UINT height, UINT outpitch, CONVERT_TYPES convert, IWineD3DSurfaceImpl *This) argument
4313 int outpitch; local
5027 int width, pitch, outpitch; local
[all...]
H A Dutils.c262 UINT outpitch = pitch * 2; local
266 Dest = dst + y * outpitch;
305 UINT outpitch = (pitch * 3)/2; local
313 Dest = dst + y * outpitch;
341 UINT outpitch = (pitch * 3)/2; local
346 Dest = dst + y * outpitch;
435 UINT outpitch = (pitch * 3)/2; local
440 Dest = (unsigned short *) (dst + y * outpitch);
457 UINT outpitch = (pitch * 3)/2; local
462 Dest = (WORD *) (dst + y * outpitch);
483 UINT outpitch = (pitch * 3)/2; local
504 UINT outpitch = pitch * 2; local
543 UINT outpitch = pitch * 2; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dutils.c276 UINT outpitch = pitch * 2; local
280 Dest = dst + y * outpitch;
319 UINT outpitch = (pitch * 3)/2; local
327 Dest = dst + y * outpitch;
355 UINT outpitch = (pitch * 3)/2; local
360 Dest = dst + y * outpitch;
449 UINT outpitch = (pitch * 3)/2; local
454 Dest = (unsigned short *) (dst + y * outpitch);
471 UINT outpitch = (pitch * 3)/2; local
476 Dest = (WORD *) (dst + y * outpitch);
497 UINT outpitch = (pitch * 3)/2; local
518 UINT outpitch = pitch * 2; local
557 UINT outpitch = pitch * 2; local
[all...]
H A Dsurface.c4927 UINT outpitch, enum wined3d_conversion_type conversion_type, struct wined3d_surface *surface)
4932 TRACE("src %p, dst %p, pitch %u, width %u, height %u, outpitch %u, conversion_type %#x, surface %p.\n",
4933 src, dst, pitch, width, height, outpitch, conversion_type, surface);
4954 dest = dst + outpitch * y;
4987 Dest = (WORD *) (dst + y * outpitch);
5008 Dest = (WORD *) (dst + y * outpitch);
5029 dest = dst + outpitch * y;
5050 dest = dst + outpitch * y;
5070 dest = dst + outpitch * y;
4926 d3dfmt_convert_surface(const BYTE *src, BYTE *dst, UINT pitch, UINT width, UINT height, UINT outpitch, enum wined3d_conversion_type conversion_type, struct wined3d_surface *surface) argument

Completed in 118 milliseconds