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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c2799 UINT width_mask, height_mask; local
2808 width_mask = surface->resource.format->block_width - 1;
2811 if (!(rect->left & width_mask) && !(rect->top & height_mask)
2812 && !(rect->right & width_mask) && !(rect->bottom & height_mask))

Completed in 183 milliseconds