Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h4375 static int stbtt__solve_cubic(float a, float b, float c, float* r) in stbtt__solve_cubic() function
4547 num = stbtt__solve_cubic(b, c, d, res); in stbtt_GetGlyphSDF()