Searched defs:dTopLeft (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
1456 dTopLeft = dbuf;
1458 dBottomLeft = dTopLeft+((dstheight-1)*dlock.Pitch);
1469 dTopRight = dTopLeft;
1470 dTopLeft = tmp;
1478 tmp = dTopLeft;
1479 dTopLeft = dBottomLeft;
1494 dBottomRight = dTopLeft;
1495 dTopLeft = tmp;
1504 tmp = dTopLeft;
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c7363 BYTE *dTopLeft, *dTopRight, *dBottomLeft, *dBottomRight, *tmp; local
7365 dTopLeft = dbuf;
7367 dBottomLeft = dTopLeft + ((dstheight - 1) * dst_map.row_pitch);
7378 dTopRight = dTopLeft;
7379 dTopLeft = tmp;
7387 tmp = dTopLeft;
7388 dTopLeft = dBottomLeft;
7403 dBottomRight = dTopLeft;
7404 dTopLeft = tmp;
7413 tmp = dTopLeft;
[all...]

Completed in 119 milliseconds