IN_RANGE           65 src/lib/ellipse.c         if (IN_RANGE(lx, ty, clw, clh))
IN_RANGE           67 src/lib/ellipse.c         if (IN_RANGE(rx, ty, clw, clh))
IN_RANGE           69 src/lib/ellipse.c         if (IN_RANGE(lx, by, clw, clh))
IN_RANGE           71 src/lib/ellipse.c         if (IN_RANGE(rx, by, clw, clh))
IN_RANGE          117 src/lib/ellipse.c         if (IN_RANGE(lx, ty, clw, clh))
IN_RANGE          119 src/lib/ellipse.c         if (IN_RANGE(rx, ty, clw, clh))
IN_RANGE          121 src/lib/ellipse.c         if (IN_RANGE(lx, by, clw, clh))
IN_RANGE          123 src/lib/ellipse.c         if (IN_RANGE(rx, by, clw, clh))
IN_RANGE          205 src/lib/ellipse.c         if (IN_RANGE(lx, ty, clw, clh))
IN_RANGE          207 src/lib/ellipse.c         if (IN_RANGE(lx, ty + 1, clw, clh))
IN_RANGE          210 src/lib/ellipse.c         if (IN_RANGE(rx, ty + 1, clw, clh))
IN_RANGE          212 src/lib/ellipse.c         if (IN_RANGE(rx, ty, clw, clh))
IN_RANGE          215 src/lib/ellipse.c         if (IN_RANGE(lx, by, clw, clh))
IN_RANGE          217 src/lib/ellipse.c         if (IN_RANGE(lx, by - 1, clw, clh))
IN_RANGE          220 src/lib/ellipse.c         if (IN_RANGE(rx, by - 1, clw, clh))
IN_RANGE          222 src/lib/ellipse.c         if (IN_RANGE(rx, by, clw, clh))
IN_RANGE          278 src/lib/ellipse.c         if (IN_RANGE(lx, ty, clw, clh))
IN_RANGE          280 src/lib/ellipse.c         if (IN_RANGE(lx + 1, ty, clw, clh) && (x != y))
IN_RANGE          283 src/lib/ellipse.c         if (IN_RANGE(rx - 1, ty, clw, clh) && (x != y))
IN_RANGE          285 src/lib/ellipse.c         if (IN_RANGE(rx, ty, clw, clh))
IN_RANGE          288 src/lib/ellipse.c         if (IN_RANGE(lx, by, clw, clh))
IN_RANGE          290 src/lib/ellipse.c         if (IN_RANGE(lx + 1, by, clw, clh) && (x != y))
IN_RANGE          293 src/lib/ellipse.c         if (IN_RANGE(rx - 1, by, clw, clh) && (x != y))
IN_RANGE          295 src/lib/ellipse.c         if (IN_RANGE(rx, by, clw, clh))
IN_RANGE          389 src/lib/ellipse.c         if (IN_RANGE(lx, ty, clw, clh))
IN_RANGE          391 src/lib/ellipse.c         if (IN_RANGE(rx, ty, clw, clh))
IN_RANGE          393 src/lib/ellipse.c         if (IN_RANGE(lx, by, clw, clh))
IN_RANGE          395 src/lib/ellipse.c         if (IN_RANGE(rx, by, clw, clh))
IN_RANGE          550 src/lib/ellipse.c         if (IN_RANGE(lx, ty, clw, clh))
IN_RANGE          552 src/lib/ellipse.c         if (IN_RANGE(rx, ty, clw, clh))
IN_RANGE          554 src/lib/ellipse.c         if (IN_RANGE(lx, by, clw, clh))
IN_RANGE          556 src/lib/ellipse.c         if (IN_RANGE(rx, by, clw, clh))
IN_RANGE          623 src/lib/ellipse.c         if (IN_RANGE(lx, ty, clw, clh))
IN_RANGE          625 src/lib/ellipse.c         if (IN_RANGE(rx, ty, clw, clh))
IN_RANGE          627 src/lib/ellipse.c         if (IN_RANGE(lx, by, clw, clh))
IN_RANGE          629 src/lib/ellipse.c         if (IN_RANGE(rx, by, clw, clh))
IN_RANGE           30 src/lib/line.c    if (!IN_RANGE(x, y, im->w, im->h))
IN_RANGE          255 src/lib/line.c 	p0_in = (IN_RANGE(x0 ,y0 , clw, clh) ? 1 : 0);       \
IN_RANGE          256 src/lib/line.c 	p1_in = (IN_RANGE(x1 ,y1 , clw, clh) ? 1 : 0);       \
IN_RANGE          331 src/lib/line.c    p0_in = (IN_RANGE(x0 ,y0 , clw, clh) ? 1 : 0);            \
IN_RANGE          332 src/lib/line.c    p1_in = (IN_RANGE(x1 ,y1 , clw, clh) ? 1 : 0);            \
IN_RANGE          453 src/lib/line.c              if (IN_RANGE(px, py, clw, clh))
IN_RANGE          493 src/lib/line.c         if (IN_RANGE(px, py, clw, clh))