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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c2558 UINT update_h = src_rect->bottom - src_rect->top; local
2572 update_h *= format->height_scale.numerator;
2573 update_h /= format->height_scale.denominator;
2585 UINT row_count = (update_h + format->block_height - 1) / format->block_height;
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));
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
2878 update_h
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
5551 update_h = src_rect ? src_rect->bottom - src_rect->top : src_h;
5561 UINT row_count = update_h / src_format->block_height;
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));
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 76 milliseconds