Lines Matching defs:y1
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
661 linePtr->y1 = y;
675 textPtr->header.y1 = topY;
1099 && (pointPtr[1] >= linePtr->y1)
1117 if (pointPtr[1] < linePtr->y1) {
1118 yDiff = linePtr->y1 - pointPtr[1];
1159 * (x1, y1, x2, y2) describing rectangular
1178 || (rectPtr[3] < linePtr->y1) || (rectPtr[1] > linePtr->y2)) {
1186 || (linePtr->y1 < rectPtr[1]) || (linePtr->y2 > rectPtr[3])) {
1358 if ((textPtr->numChars == 0) || (y < textPtr->linePtr[0].y1)) {