Searched refs:comp (Results 1 – 2 of 2) sorted by relevance
146 unsigned char comp; in lv_atan2() local174 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 …]
2039 stbtt_uint32 comp = g + 10; local2048 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 …]