Home
last modified time | relevance | path

Searched refs:outcode (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiline.h103 #define MIOUTCODES(outcode, x, y, xmin, ymin, xmax, ymax) \ argument
105 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;\