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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c680 static void convert_r32_float_r16_float(const BYTE *src, BYTE *dst, DWORD pitch_in, DWORD pitch_out, argument
687 TRACE("Converting %dx%d pixels, pitches %d %d\n", w, h, pitch_in, pitch_out);
690 dst_s = (unsigned short *) (dst + y * pitch_out);
698 DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h)
720 TRACE("Converting %ux%u pixels, pitches %u %u\n", w, h, pitch_in, pitch_out);
725 DWORD *dst_line = (DWORD *)(dst + y * pitch_out);
738 DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h)
742 TRACE("Converting %ux%u pixels, pitches %u %u\n", w, h, pitch_in, pitch_out);
747 DWORD *dst_line = (DWORD *)(dst + y * pitch_out);
762 DWORD pitch_in, DWORD pitch_out, unsigne
697 convert_r5g6b5_x8r8g8b8(const BYTE *src, BYTE *dst, DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h) argument
737 convert_a8r8g8b8_x8r8g8b8(const BYTE *src, BYTE *dst, DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h) argument
761 convert_yuy2_x8r8g8b8(const BYTE *src, BYTE *dst, DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c3804 DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h)
3810 TRACE("Converting %ux%u pixels, pitches %u %u.\n", w, h, pitch_in, pitch_out);
3815 dst_s = (unsigned short *) (dst + y * pitch_out);
3824 DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h)
3846 TRACE("Converting %ux%u pixels, pitches %u %u.\n", w, h, pitch_in, pitch_out);
3851 DWORD *dst_line = (DWORD *)(dst + y * pitch_out);
3866 DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h)
3870 TRACE("Converting %ux%u pixels, pitches %u %u.\n", w, h, pitch_in, pitch_out);
3875 DWORD *dst_line = (DWORD *)(dst + y * pitch_out);
3890 DWORD pitch_in, DWORD pitch_out, unsigne
3803 convert_r32_float_r16_float(const BYTE *src, BYTE *dst, DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h) argument
3823 convert_r5g6b5_x8r8g8b8(const BYTE *src, BYTE *dst, DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h) argument
3865 convert_a8r8g8b8_x8r8g8b8(const BYTE *src, BYTE *dst, DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h) argument
3889 convert_yuy2_x8r8g8b8(const BYTE *src, BYTE *dst, DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h) argument
3931 convert_yuy2_r5g6b5(const BYTE *src, BYTE *dst, DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h) argument
[all...]

Completed in 74 milliseconds