Home
last modified time | relevance | path

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

/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dpolymost.c1427 ngdx2 = ngdx*(1<<LINTERPSIZ); in drawpoly()
1428 ngux2 = ngux*(1<<LINTERPSIZ); in drawpoly()
1429 ngvx2 = ngvx*(1<<LINTERPSIZ); in drawpoly()
1484 for(xx=ix0;xx<ix1;xx+=(1<<LINTERPSIZ)) in drawpoly()
1506 for(xx=ix0;xx<ix1;xx+=(1<<LINTERPSIZ)) in drawpoly()
1530 for(xx=ix0;xx<ix1;xx+=(1<<LINTERPSIZ)) in drawpoly()
1558 for(xx=ix0;xx<ix1;xx+=(1<<LINTERPSIZ)) in drawpoly()
1586 for(xx=ix0;xx<ix1;xx+=(1<<LINTERPSIZ)) in drawpoly()
1588 dtol( rdp,&d1); dp += ngdx2; d1 = ((d1-d0)>>LINTERPSIZ); in drawpoly()
1589 dtol(up*rdp,&u1); up += ngux2; u1 = ((u1-u0)>>LINTERPSIZ); in drawpoly()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp3607 #define LINTERPSIZ 4 in fgrouscan() macro
3618 u1 = (u1-u0)>>LINTERPSIZ; in fgrouscan()
3619 v1 = (v1-v0)>>LINTERPSIZ; in fgrouscan()
3631 cnt -= 1<<LINTERPSIZ; in fgrouscan()
3640 u1 = (u1-u0)>>LINTERPSIZ; in fgrouscan()
3655 cnt -= 1<<LINTERPSIZ; in fgrouscan()
3682 cnt -= 1<<LINTERPSIZ; in fgrouscan()
3709 cnt -= 1<<LINTERPSIZ; in fgrouscan()
3713 #undef LINTERPSIZ in fgrouscan()
6141 #define LINTERPSIZ 4 in classicDrawSprite() macro
[all …]