Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h3342 static float stbtt__sized_trapezoid_area(float height, float top_width, float bottom_width) argument
3344 STBTT_assert(top_width >= 0);
3346 return (top_width + bottom_width) / 2.0f * height;