Lines Matching defs:y2
40 int x2, y2; /* Lower-left pixel that is part of text
296 * x2, y2, ... */
503 * The fields x1, y1, x2, and y2 are updated in the header
663 linePtr->y2 = linePtr->y + textPtr->fontPtr->descent - 1;
676 textPtr->header.y2 = topY + numLines*lineHeight;
1100 && (pointPtr[1] <= linePtr->y2)) {
1119 } else if (pointPtr[1] > linePtr->y2) {
1120 yDiff = pointPtr[1] - linePtr->y2;
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])) {
1367 if (y <= linePtr->y2) {