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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c1454 LPBYTE dTopLeft, dTopRight, dBottomLeft, dBottomRight, tmp; local
1458 dBottomLeft = dTopLeft+((dstheight-1)*dlock.Pitch);
1459 dBottomRight = dBottomLeft+((dstwidth-1)*bpp);
1472 dBottomRight = dBottomLeft;
1473 dBottomLeft = tmp;
1479 dTopLeft = dBottomLeft;
1480 dBottomLeft = tmp;
1496 tmp = dBottomLeft;
1497 dBottomLeft = dTopRight;
1505 dTopLeft = dBottomLeft;
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c7363 BYTE *dTopLeft, *dTopRight, *dBottomLeft, *dBottomRight, *tmp; local
7367 dBottomLeft = dTopLeft + ((dstheight - 1) * dst_map.row_pitch);
7368 dBottomRight = dBottomLeft + ((dstwidth - 1) * bpp);
7381 dBottomRight = dBottomLeft;
7382 dBottomLeft = tmp;
7388 dTopLeft = dBottomLeft;
7389 dBottomLeft = tmp;
7405 tmp = dBottomLeft;
7406 dBottomLeft = dTopRight;
7414 dTopLeft = dBottomLeft;
[all...]

Completed in 54 milliseconds