Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h4918 static int stbtt__solve_cubic(float a, float b, float c, float * r) function
5093 num = stbtt__solve_cubic(b, c, d, res);