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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c2557 UINT update_w = src_rect->right - src_rect->left; local
2584 UINT row_length = wined3d_format_calculate_size(format, 1, update_w, 1);
2601 dst_point->x, dst_point->y, update_w, update_h, internal, row_count * row_length, addr);
2606 dst_point->x, dst_point->y, update_w, update_h, internal, row_count * row_length, addr));
2617 dst_point->x, y, update_w, format->block_height, internal, row_length, addr));
2633 update_w, update_h, format->glFormat, format->glType, addr);
2640 dst_point->x, dst_point->y, update_w, update_h, format->glFormat, format->glType, addr);
2828 UINT update_w, update_h; local
2877 update_w = src_rect->right - src_rect->left;
2880 if (update_w > dst_
6931 surface_cpu_blt_compressed(const BYTE *src_data, BYTE *dst_data, UINT src_pitch, UINT dst_pitch, UINT update_w, UINT update_h, const struct wined3d_format *format, DWORD flags, const WINEDDBLTFX *fx) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c5499 UINT update_w, update_h; local
5550 update_w = src_rect ? src_rect->right - src_rect->left : src_w;
5560 UINT row_length = (update_w / src_format->block_width) * src_format->block_byte_count;
5572 dst_x, dst_y, update_w, update_h, dst_format->glFormat, row_count * row_length, data);
5577 dst_x, dst_y, update_w, update_h, dst_format->glInternal, row_count * row_length, data));
5588 dst_x, y, update_w, src_format->block_height, dst_format->glInternal, row_length, data));
5605 update_w, update_h, dst_format->glFormat, dst_format->glType, data);
5609 update_w, update_h, dst_format->glFormat, dst_format->glType, data);

Completed in 75 milliseconds