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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c6936 const BYTE *src_row; local
6940 src_row = src_data;
6949 memcpy(dst_row, src_row, row_block_count * format->block_byte_count);
6950 src_row += src_pitch;
6959 src_row += (((update_h / format->block_height) - 1) * src_pitch);
6972 const struct block *s = (const struct block *)src_row;
6984 src_row -= src_pitch;
6999 const struct block *s = (const struct block *)src_row;
7015 src_row -= src_pitch;

Completed in 69 milliseconds