Lines Matching refs:intToY
58 if ((dy = intToY(c) - y)) { \
144 c = intToY(c);
163 c = intToY(c);
256 if (y == intToY(vertex1)) {
262 } while (y >= intToY(vertex1));
266 h = intToY(vertex1) - y;
268 if (y == intToY(vertex2)) {
274 } while (y >= intToY(vertex2));
279 if ((c = (intToY(vertex2) - y)) < h)
372 yoffset = intToY(origin);
379 if (y == intToY(vertex1)) {
385 } while (y >= intToY(vertex1));
389 h = intToY(vertex1) - y;
391 if (y == intToY(vertex2)) {
397 } while (y >= intToY(vertex2));
402 if ((c = (intToY(vertex2) - y)) < h)