Lines Matching refs:x1
213 char **argv; /* Array of coordinates: x1, y1,
359 * The fields x1, y1, x2, and y2 are updated in the header
379 bmapPtr->header.x1 = bmapPtr->header.x2 = x;
427 bmapPtr->header.x1 = x;
473 if (x > bmapPtr->header.x1) {
474 bmapX = x - bmapPtr->header.x1;
479 bmapWidth = x + width - bmapPtr->header.x1;
481 bmapWidth = bmapPtr->header.x2 - bmapPtr->header.x1;
496 (double) (bmapPtr->header.x1 + bmapX),
543 double x1, x2, y1, y2, xDiff, yDiff;
545 x1 = bmapPtr->header.x1;
554 if (coordPtr[0] < x1) {
555 xDiff = x1 - coordPtr[0];
600 * (x1, y1, x2, y2) describing rectangular
605 if ((rectPtr[2] <= bmapPtr->header.x1)
611 if ((rectPtr[0] <= bmapPtr->header.x1)