Lines Matching refs:globalx1

154 int32_t globalx1, globaly2, globalx3, globaly3;  variable
2181 asm1 = (inthi_t)mulscale6(globalx1, r); in hline()
2197 asm1 = (inthi_t)mulscale6(globalx1, r); in slowhline()
2657 globalx1 = singlobalang; globalx2 = singlobalang; in setup_globals_cf1()
2668 globalx1 = dmulscale14(wcos,singlobalang,-wsin,cosglobalang); in setup_globals_cf1()
2670 globalx2 = -globalx1; in setup_globals_cf1()
2685 i = globalx1; globalx1 = globaly2; globaly2 = i; in setup_globals_cf1()
2687 …if ((globalorientation&0x10) > 0) globalx1 = -globalx1, globaly1 = -globaly1, globalxpanning = -(i… in setup_globals_cf1()
2689 globalx1 <<= globalxshift; globaly1 <<= globalxshift; in setup_globals_cf1()
2694 globaly1 = (-globalx1-globaly1)*halfxdimen; in setup_globals_cf1()
2700 globaly1 += globalx1*(x1-1); in setup_globals_cf1()
2701 globalx1 = mulscale16(globalx1,globalzd); in setup_globals_cf1()
2749 if (x == x2) { globalx2 += globaly2; globaly1 += globalx1; break; } in ceilscan()
2752 globalx2 += globaly2; globaly1 += globalx1; in ceilscan()
2798 if (x == x2) { globalx2 += globaly2; globaly1 += globalx1; break; } in ceilscan()
2801 globalx2 += globaly2; globaly1 += globalx1; in ceilscan()
2847 if (x == x2) { globalx2 += globaly2; globaly1 += globalx1; break; } in florscan()
2850 globalx2 += globaly2; globaly1 += globalx1; in florscan()
2896 if (x == x2) { globalx2 += globaly2; globaly1 += globalx1; break; } in florscan()
2899 globalx2 += globaly2; globaly1 += globalx1; in florscan()
3279 bx = (uint32_t)mulscale14(globalx2*x1+globalx1,v) + globalxpanning; in ceilspritehline()
3426 int32_t i, j, l, globalx1, globaly1, y1, y2, daslope, daz, wxi, wyi; in fgrouscan() local
3472 globalx1 = globalposx<<8; in fgrouscan()
3494 globalx1 = Blrintf((-x*dx-y*dy)*(1.f/65536.f)); in fgrouscan()
3504 i = globalx1; globalx1 = globaly1; globaly1 = i; in fgrouscan()
3507 if (globalorientation&0x10) { globalx1 = -globalx1, globalx2 = -globalx2, globalx = -globalx; } in fgrouscan()
3516 globalx1 <<= (i+12); globalx2 *= 1<<i; globalx *= 1<<i; in fgrouscan()
3521 globalx1 += (uint32_t)sec->ceilingxpanning<<24; in fgrouscan()
3526 globalx1 += (uint32_t)sec->floorxpanning<<24; in fgrouscan()
3530 globalx1 >>= 16; in fgrouscan()
3623 u = (globalx1+u0)&0xffff; in fgrouscan()
3645 u = (globalx1+u0)&0xffff; in fgrouscan()
3669 u = (globalx1+u0)&0xffff; in fgrouscan()
3696 u = (globalx1+u0)&0xffff; in fgrouscan()
3779 globalx1 = (globalposx<<8); in grouscan()
3800 globalx1 = dmulscale16(-x,dx,-y,dy); in grouscan()
3810 i = globalx1; globalx1 = globaly1; globaly1 = i; in grouscan()
3813 if (globalorientation&0x10) { globalx1 = -globalx1, globalx2 = -globalx2, globalx = -globalx; } in grouscan()
3822 globalx1 <<= (i+12); globalx2 <<= i; globalx <<= i; in grouscan()
3827 globalx1 += (uint32_t)sec->ceilingxpanning<<24; in grouscan()
3832 globalx1 += (uint32_t)sec->floorxpanning<<24; in grouscan()
3907 … slopevlin(ylookup[y2]+x+frameoffset,krecipasm(asm3>>3),(intptr_t)nptr2,y2-y1+1,globalx1,globaly1); in grouscan()
3910 mslopevlin((uint8_t *)(ylookup[y2]+x+frameoffset),nptr2,y2-y1+1,globalx1,globaly1); in grouscan()
3914 tslopevlin((uint8_t *)(ylookup[y2]+x+frameoffset),nptr2,y2-y1+1,globalx1,globaly1); in grouscan()
5880 globalx1 = divscale18(dax,bot); in classicDrawSprite()
6397 globalx1 = mulscale(globalx1,xspan,x); in classicDrawSprite()
6402 globalxpanning = -dmulscale6(globalx1,day,globalx2,dax); in classicDrawSprite()
6409 globalx1 = (globalx1-globalx2)*halfxdimen; in classicDrawSprite()
6839 globalx1 = mulscale16(globalx1,xyaspect); in renderFillPolygon()
6844 globalposx += oy*(int64_t)globalx1; in renderFillPolygon()
6917 globalposx += (int64_t)globalx1; in renderFillPolygon()
9909 globalx1 = bakgvect.x; globaly1 = bakgvect.y; in renderDrawMapView()
9918 globalx1 = mulscale10(dmulscale10(ox,bakgvect.x,oy,bakgvect.y),i); in renderDrawMapView()
9921 globalposx = dmulscale28(-oy, globalx1, -ox, globaly1); in renderDrawMapView()
9922 globalposy = dmulscale28(-ox, globalx1, oy, globaly1); in renderDrawMapView()
9923 globalx2 = -globalx1; in renderDrawMapView()
9941 i = globalx1; globalx1 = -globaly2; globaly2 = -i; in renderDrawMapView()
9943 …if ((globalorientation&0x10) > 0) globalx1 = -globalx1, globaly1 = -globaly1, globalposx = -global… in renderDrawMapView()
9947 globalx1 <<= globalxshift; in renderDrawMapView()
10048 globalx1 = mulscale10(dmulscale10(ox,bakgvect.x,oy,bakgvect.y),i); in renderDrawMapView()
10058 globalposx = dmulscale28(-bak.y,globalx1,-bak.x,globaly1); in renderDrawMapView()
10069 … if ((spr->cstat&0x4) > 0) globalx1 = -globalx1, globaly1 = -globaly1, globalposx = -globalposx; in renderDrawMapView()
10070 asm1 = (globaly1<<2); globalx1 <<= 2; globalposx <<= (20+2); in renderDrawMapView()