Searched refs:stbtt__solve_cubic (Results 1 – 1 of 1) sorted by relevance
4375 static int stbtt__solve_cubic(float a, float b, float c, float* r) in stbtt__solve_cubic() function4547 num = stbtt__solve_cubic(b, c, d, res); in stbtt_GetGlyphSDF()