Lines Matching refs:x1
37 int x1, y1; /* Upper-left pixel that is part of text
295 char **argv; /* Array of coordinates: x1, y1,
503 * The fields x1, y1, x2, and y2 are updated in the header
660 linePtr->x1 = linePtr->x + maxBoundsPtr->lbearing;
674 textPtr->header.x1 = textPtr->header.x2 = leftX;
679 if (linePtr->x1 < textPtr->header.x1) {
680 textPtr->header.x1 = linePtr->x1;
691 textPtr->header.x1 -= fudge;
1097 if ((pointPtr[0] >= linePtr->x1)
1109 if (pointPtr[0] < linePtr->x1) {
1110 xDiff = linePtr->x1 - pointPtr[0];
1159 * (x1, y1, x2, y2) describing rectangular
1177 if ((rectPtr[2] < linePtr->x1) || (rectPtr[0] > linePtr->x2)
1185 if ((linePtr->x1 < rectPtr[0]) || (linePtr->x2 > rectPtr[2])