Searched refs:StepAround (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miwideline.c | 840 #define StepAround(v, incr, max) (((v) + (incr) < 0) ? (max - 1) : ((v) + (incr) == max) ? 0 : ((v)… macro 878 j = StepAround(top, -1, count); in miPolyBuildPoly() 890 s = StepAround(top, slopeoff, count); in miPolyBuildPoly() 906 i = StepAround(i, clockwise, count); in miPolyBuildPoly() 907 s = StepAround(s, clockwise, count); in miPolyBuildPoly() 918 s = StepAround(top, slopeoff, count); in miPolyBuildPoly() 932 i = StepAround(i, -clockwise, count); in miPolyBuildPoly() 933 s = StepAround(s, -clockwise, count); in miPolyBuildPoly()
|