Home | History | Annotate | Download | only in src

Lines Matching refs:right

91     int right = img_size.width-1, bottom = img_size.height-1;
96 if( right < 0 || bottom < 0 )
100 c1 = (x1 < 0) + (x1 > right) * 2 + (y1 < 0) * 4 + (y1 > bottom) * 8;
101 c2 = (x2 < 0) + (x2 > right) * 2 + (y2 < 0) * 4 + (y2 > bottom) * 8;
112 c1 = (x1 < 0) + (x1 > right) * 2;
119 c2 = (x2 < 0) + (x2 > right) * 2;
125 a = c1 == 1 ? 0 : right;
132 a = c2 == 1 ? 0 : right;
998 int i, y, imin = 0, left = 0, right = 1, x1, x2;
1111 if( edge[left].x > edge[right].x )
1114 right ^= 1;
1118 x2 = edge[right].x;
1136 x2 += edge[right].dx;
1139 edge[right].x = x2;