Searched refs:outcode (Results 1 – 1 of 1) sorted by relevance
103 #define MIOUTCODES(outcode, x, y, xmin, ymin, xmax, ymax) \ argument105 if (x < xmin) outcode |= OUT_LEFT;\106 if (x > xmax) outcode |= OUT_RIGHT;\107 if (y < ymin) outcode |= OUT_ABOVE;\108 if (y > ymax) outcode |= OUT_BELOW;\