Home | History | Annotate | Download | only in src

Lines Matching defs:f2

9324   region	out, in1, in2, f2, f1;
9423 f2.x0 = old2x0 = pScrn2->frameX0;
9424 f2.x1 = pScrn2->frameX1;
9425 f2.y0 = old2y0 = pScrn2->frameY0;
9426 f2.y1 = pScrn2->frameY1;
9443 in2.x1 = f2.x1;
9447 in2.x0 = f2.x0;
9451 in2.y0 = f2.y0;
9455 in2.y1 = f2.y1;
9471 if(InRegion(x, y, in2) && !InRegion(x, y, f2)) {
9472 REBOUND(f2.x0, f2.x1, x);
9473 REBOUND(f2.y0, f2.y1, y);
9490 f2.x0 += deltax;
9491 f2.x1 += deltax;
9505 f2.y0 += deltay;
9506 f2.y1 += deltay;
9512 if(x <= f2.x1) { REBOUND(f2.y0, f2.y1, y); }
9516 if(x >= f2.x0) { REBOUND(f2.y0, f2.y1, y); }
9520 if(y >= f2.y0) { REBOUND(f2.x0, f2.x1, x); }
9524 if(y <= f2.y1) { REBOUND(f2.x0, f2.x1, x); }
9535 pScrn2->frameX0 = f2.x0;
9536 pScrn2->frameY0 = f2.y0;