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

/external/quake/quake/src/WinQuake/
H A Ddraw.cpp742 int width, height, tileoffsetx, tileoffsety; local
754 tileoffsety = vr.y % r_rectdesc.height;
761 if (tileoffsety != 0)
762 vr.height = r_rectdesc.height - tileoffsety;
782 (tileoffsety * r_rectdesc.rowbytes) + tileoffsetx;
800 tileoffsety = 0; // only the top tile can be top-clipped
/external/quake/quake/src/QW/client/
H A Ddraw.c853 int width, height, tileoffsetx, tileoffsety; local
865 tileoffsety = vr.y % r_rectdesc.height;
872 if (tileoffsety != 0)
873 vr.height = r_rectdesc.height - tileoffsety;
893 (tileoffsety * r_rectdesc.rowbytes) + tileoffsetx;
911 tileoffsety = 0; // only the top tile can be top-clipped

Completed in 40 milliseconds