Home
last modified time | relevance | path

Searched refs:topclipper (Results 1 – 2 of 2) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dv_draw.cpp121 static short bottomclipper[MAXWIDTH], topclipper[MAXWIDTH]; in DrawTextureV() local
229 if (topclipper[0] != parms.uclip) in DrawTextureV()
231 clearbufshort(topclipper, screen->GetWidth(), (short)parms.uclip); in DrawTextureV()
233 mceilingclip = topclipper; in DrawTextureV()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dv_draw.cpp137 static short bottomclipper[MAXWIDTH], topclipper[MAXWIDTH]; in DrawTextureV() local
245 if (topclipper[0] != parms.uclip) in DrawTextureV()
247 clearbufshort(topclipper, screen->GetWidth(), (short)parms.uclip); in DrawTextureV()
249 mceilingclip = topclipper; in DrawTextureV()