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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c2584 UINT row_length = wined3d_format_calculate_size(format, 1, update_w, 1); local
2601 dst_point->x, dst_point->y, update_w, update_h, internal, row_count * row_length, addr);
2603 if (row_length == src_pitch)
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));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c5560 UINT row_length = (update_w / src_format->block_width) * src_format->block_byte_count; local
5572 dst_x, dst_y, update_w, update_h, dst_format->glFormat, row_count * row_length, data);
5574 if (row_length == src_pitch)
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));

Completed in 84 milliseconds