Home
last modified time | relevance | path

Searched defs:x_inter (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimstb_truetype.h4321 float x_inter = (y - y0) / (y1 - y0) * (x1-x0) + x0; in stbtt__compute_crossings_x() local
4347 float x_inter = (y - y0) / (y1 - y0) * (x1-x0) + x0; in stbtt__compute_crossings_x() local