Lines Matching refs:rangle
268 _RotatePoints( double rangle,
280 rt= atan2(ry,rx)+rangle;
331 double rangle,
381 if (rangle!=0.0)
382 _RotatePoints(rangle,rotx,roty,p,uipts);
404 double rangle,
419 if (rangle!=0.0)
420 _RotatePoints(rangle,0,0,4,uipts);
435 double rangle,
469 _DrawShape(view,rangle,x,y,x,y,shape,solid);
475 double rangle,
489 _DrawShape(view,rangle,x,y,xoff,yoff,shape,True);
494 _DrawShape(view,rangle,x,y,xoff,yoff,shape,True);
504 double rangle;
506 rangle= ((((double)(section->angle%3600))/3600.0)*(2.0*M_PI));
512 _DrawDoodad(view,rangle,section->left,section->top,draw->u.doodad);
521 _DrawRow(view,rangle,section->left,section->top,row);