HomeSort by relevance Sort by last modified time
    Searched refs:DEGREES_TO_RADIANS (Results 1 - 5 of 5) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
TwilightCalculator.java 43 private static final float DEGREES_TO_RADIANS = (float) (Math.PI / 180.0f);
107 final double latRad = latitude * DEGREES_TO_RADIANS;
  /external/mesa3d/src/gallium/state_trackers/vega/
vgu.c 289 coords[0] = x+cos(DEGREES_TO_RADIANS(startAngle))*width/2;
290 coords[1] = y+sin(DEGREES_TO_RADIANS(startAngle))*height/2;
300 coords[i+3] = x + cos(DEGREES_TO_RADIANS(angle))*width/2;
301 coords[i+4] = y + sin(DEGREES_TO_RADIANS(angle))*height/2;
311 coords[i+3] = x+cos(DEGREES_TO_RADIANS(last))*width/2;
312 coords[i+4] = y+sin(DEGREES_TO_RADIANS(last))*height/2;
323 coords[i+3] = x + cos(DEGREES_TO_RADIANS(angle)) * width/2;
324 coords[i+4] = y + sin(DEGREES_TO_RADIANS(angle)) * height/2;
334 coords[i+3] = x + cos(DEGREES_TO_RADIANS(last)) * width/2;
335 coords[i+4] = y + sin(DEGREES_TO_RADIANS(last)) * height/2
    [all...]
matrix.h 42 #define DEGREES_TO_RADIANS(d) (0.0174532925199 * (d))
224 float radians = DEGREES_TO_RADIANS(angle);
arc.c 171 rot = DEGREES_TO_RADIANS(arc->theta);
405 arc->theta = DEGREES_TO_RADIANS(rot);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 562 milliseconds