Lines Matching refs:RightEdge
275 int LeftEdge, RightEdge;
333 RightEdge = min(Right, pbox->x2);
335 if(RightEdge > LeftEdge) {
343 RightEdge - LeftEdge, height,
370 int LeftEdge, RightEdge, ytop, ybot;
391 RightEdge = min(Right, pbox->x2);
392 if(RightEdge > LeftEdge) {
402 LeftEdge, ytop, RightEdge - LeftEdge, ybot - ytop);
436 RightEdge = min(Right, pbox->x2);
438 if(RightEdge > LeftEdge) { /* we're possibly drawing something */
447 skippix = RightEdge - xInit;
479 int LeftEdge, RightEdge;
513 RightEdge = min(Right, pbox->x2);
515 if(RightEdge > LeftEdge) { /* we're possibly drawing something */
522 skippix = RightEdge - xInit;