Home | History | Annotate | Download | only in src

Lines Matching refs:y2

152     int x1, y1, x2, y2, x3, y3;
188 y2 = contour[ index2 ].y;
195 dy1 = y2 - y1;
197 dy2 = y3 - y2;
246 y2 = y3;
268 y1 = y2;
271 y2 = y3;
297 y1 = y2;
300 y2 = y3;
339 int x1_left = 0, y1_left = 0, x1_right = 0, y1_right = 0, x2, y2;
387 y2 = contour[ edges[ i * 2 + 1 ] ].y;
391 y2 = contour[ edges[ i * 2 ] ].y;
395 y0, x0_end, y0_end, x1_left, y1_left, x2, y2 );
402 y1_left = y2;
406 y0, x0_end, y0_end, x1_right, y1_right, x2, y2 );
413 y1_right = y2;