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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dutils.c549 DWORD *dest_s = (DWORD *)(dst + y * outpitch); local
554 dest_s[x * 2 + 1] = source[x] & 0xff;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dutils.c563 DWORD *dest_s = (DWORD *)(dst + y * outpitch); local
568 dest_s[x * 2 + 1] = source[x] & 0xff;

Completed in 122 milliseconds