Searched refs:tileoffsetx (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Ddraw.cpp742 int width, height, tileoffsetx, tileoffsety; local
769 tileoffsetx = vr.x % r_rectdesc.width;
773 if (tileoffsetx != 0)
774 vr.width = r_rectdesc.width - tileoffsetx;
782 (tileoffsety * r_rectdesc.rowbytes) + tileoffsetx;
795 tileoffsetx = 0; // only the left tile can be left-clipped
/external/quake/quake/src/QW/client/
H A Ddraw.c853 int width, height, tileoffsetx, tileoffsety; local
880 tileoffsetx = vr.x % r_rectdesc.width;
884 if (tileoffsetx != 0)
885 vr.width = r_rectdesc.width - tileoffsetx;
893 (tileoffsety * r_rectdesc.rowbytes) + tileoffsetx;
906 tileoffsetx = 0; // only the left tile can be left-clipped

Completed in 73 milliseconds