Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/misc/
Dlv_math.c146 unsigned char comp; in lv_atan2() local
174 comp = 0; in lv_atan2()
177 if(tempdegree <= 44) comp++; in lv_atan2()
178 if(tempdegree <= 41) comp++; in lv_atan2()
179 if(tempdegree <= 37) comp++; in lv_atan2()
180 if(tempdegree <= 32) comp++; // max is 4 degrees compensated in lv_atan2()
183 if(tempdegree >= 2) comp++; in lv_atan2()
184 if(tempdegree >= 6) comp++; in lv_atan2()
185 if(tempdegree >= 10) comp++; in lv_atan2()
186 if(tempdegree >= 15) comp++; // max is 4 degrees compensated in lv_atan2()
[all …]
/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h2039 stbtt_uint32 comp = g + 10; local
2048 flags = ttSHORT(data, comp);
2049 comp += 2;
2050 gidx = ttSHORT(data, comp);
2051 comp += 2;
2055 mtx[4] = ttSHORT(data, comp);
2056 comp += 2;
2057 mtx[5] = ttSHORT(data, comp);
2058 comp += 2;
2061 mtx[4] = ttCHAR(data, comp);
[all …]