Searched refs:DEGREES_TO_RADIANS (Results 1 – 9 of 9) sorted by relevance
289 coords[0] = x+cos(DEGREES_TO_RADIANS(startAngle))*width/2; in vguArc()290 coords[1] = y+sin(DEGREES_TO_RADIANS(startAngle))*height/2; in vguArc()300 coords[i+3] = x + cos(DEGREES_TO_RADIANS(angle))*width/2; in vguArc()301 coords[i+4] = y + sin(DEGREES_TO_RADIANS(angle))*height/2; in vguArc()311 coords[i+3] = x+cos(DEGREES_TO_RADIANS(last))*width/2; in vguArc()312 coords[i+4] = y+sin(DEGREES_TO_RADIANS(last))*height/2; in vguArc()323 coords[i+3] = x + cos(DEGREES_TO_RADIANS(angle)) * width/2; in vguArc()324 coords[i+4] = y + sin(DEGREES_TO_RADIANS(angle)) * height/2; in vguArc()334 coords[i+3] = x + cos(DEGREES_TO_RADIANS(last)) * width/2; in vguArc()335 coords[i+4] = y + sin(DEGREES_TO_RADIANS(last)) * height/2; in vguArc()
42 #define DEGREES_TO_RADIANS(d) (0.0174532925199 * (d)) macro224 float radians = DEGREES_TO_RADIANS(angle); in matrix_rotate()
171 rot = DEGREES_TO_RADIANS(arc->theta); in try_to_fix_radii()405 arc->theta = DEGREES_TO_RADIANS(rot); in arc_init()
META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...