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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c1410 LONG dstyinc = dlock.Pitch, dstxinc = bpp; local
1484 dstyinc = dstyinc *-1;
1500 dstyinc = dstyinc * -1;
1510 dstxinc = dstyinc;
1511 dstyinc = tmpxy;
1522 dstxinc = dstyinc;
1523 dstyinc = tmpxy;
1524 dstyinc
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c7317 LONG dstyinc = dst_map.row_pitch, dstxinc = bpp; local
7393 dstyinc = dstyinc * -1;
7409 dstyinc = dstyinc * -1;
7419 dstxinc = dstyinc;
7420 dstyinc = tmpxy;
7431 dstxinc = dstyinc;
7432 dstyinc = tmpxy;
7433 dstyinc
[all...]

Completed in 90 milliseconds