Searched refs:x_inter (Results 1 – 1 of 1) sorted by relevance
4321 float x_inter = (y - y0) / (y1 - y0) * (x1-x0) + x0; in stbtt__compute_crossings_x() local4322 if (x_inter < x) in stbtt__compute_crossings_x()4347 float x_inter = (y - y0) / (y1 - y0) * (x1-x0) + x0; in stbtt__compute_crossings_x() local4348 if (x_inter < x) in stbtt__compute_crossings_x()