Home
last modified time | relevance | path

Searched refs:rt_mapcols (Results 1 – 1 of 1) sorted by last modified time

/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dr_drawt.cpp77 static forceinline void rt_mapcols(int hx, int sx, int yl, int yh);
129 static forceinline void rt_mapcols(int hx, int sx, int yl, int yh) in rt_mapcols() function
303 rt_mapcols<byte, 1>(hx, sx, yl, yh); in rt_map1colP()
309 rt_mapcols<byte, 4>(0, sx, yl, yh); in rt_map4colsP()
364 rt_mapcols<argb_t, 1>(hx, sx, yl, yh); in rt_map1colD()
369 rt_mapcols<argb_t, 4>(0, sx, yl, yh); in rt_map4colsD()