Searched refs:uy (Results 1 – 1 of 1) sorted by relevance
149 unsigned int uy; in lv_atan2() local162 uy = y; // 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()