Searched refs:ux (Results 1 – 1 of 1) sorted by relevance
148 unsigned int ux; in lv_atan2() local157 ux = x; // copy to unsigned var before multiply in lv_atan2()165 if(ux > uy) { in lv_atan2()166 degree = (uy * 45) / ux; // degree result will be 0-45 range in lv_atan2()170 degree = (ux * 45) / uy; // degree result will be 0-45 range in lv_atan2()