Home
last modified time | relevance | path

Searched refs:longlen (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimstb_truetype.h3426 …float longlen = (float) (STBTT_sqrt(dx0*dx0+dy0*dy0)+STBTT_sqrt(dx1*dx1+dy1*dy1)+STBTT_sqrt(dx2*dx… in stbtt__tesselate_cubic() local
3428 float flatness_squared = longlen*longlen-shortlen*shortlen; in stbtt__tesselate_cubic()