Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h489 #ifndef STBTT_cos
491 #define STBTT_cos(x) cos(x) macro
4949 float m = (float)STBTT_cos(v);
4950 float n = (float)STBTT_cos(v - 3.141592f / 2) * 1.732050808f;