Lines Matching defs:f2
684 region out,in1,in2,f2,f1;
693 f2.x0 = pScr2->frameX0;
694 f2.x1 = pScr2->frameX1+1;
695 f2.y0 = pScr2->frameY0;
696 f2.y1 = pScr2->frameY1+1;
714 in2.x1 = f2.x1;
718 in2.x0 = f2.x0;
722 in2.y0 = f2.y0;
726 in2.y1 = f2.y1;
742 if( InRegion(x,y, in2) && !InRegion(x,y, f2) ) {
743 REBOUND(f2.x0,f2.x1,x);
744 REBOUND(f2.y0,f2.y1,y);
757 f2.x0 += deltax;
758 f2.x1 += deltax;
771 f2.y0 += deltay;
772 f2.y1 += deltay;
782 pScr2->frameX0 = f2.x0;
783 pScr2->frameY0 = f2.y0;