Searched refs:x_top (Results 1 – 1 of 1) sorted by relevance
3386 float x_top, x_bottom; local3395 x_top = x0 + dx * (e->sy - y_top);3399 x_top = x0;3411 if(x_top >= 0 && x_bottom >= 0 && x_top < len && x_bottom < len) {3414 if((int)x_top == (int)x_bottom) {3417 int x = (int)x_top;3420 … scanline[x] += stbtt__position_trapezoid_area(height, x_top, x + 1.0f, x_bottom, x + 1.0f);3427 if(x_top > x_bottom) {3433 t = x_bottom, x_bottom = x_top, x_top = t;3441 x1 = (int)x_top;[all …]