Searched defs:dTopRight (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
1457 dTopRight = dbuf+((dstwidth-1)*bpp);
1468 tmp = dTopRight;
1469 dTopRight = dTopLeft;
1481 tmp = dTopRight;
1482 dTopRight = dBottomRight;
1497 dBottomLeft = dTopRight;
1498 dTopRight = tmp;
1507 dBottomRight = dTopRight;
1508 dTopRight
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c7363 BYTE *dTopLeft, *dTopRight, *dBottomLeft, *dBottomRight, *tmp; local
7366 dTopRight = dbuf + ((dstwidth - 1) * bpp);
7377 tmp = dTopRight;
7378 dTopRight = dTopLeft;
7390 tmp = dTopRight;
7391 dTopRight = dBottomRight;
7406 dBottomLeft = dTopRight;
7407 dTopRight = tmp;
7416 dBottomRight = dTopRight;
7417 dTopRight
[all...]

Completed in 51 milliseconds