| /external/s2-geometry-library-java/src/com/google/common/geometry/ |
| D | S1Angle.java | 27 public double degrees() { in degrees() method in S1Angle 105 public static S1Angle degrees(double degrees) { in degrees() argument
|
| /external/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | func_trigonometric.inl | 12 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType radians(genType degrees) 27 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType degrees(genType radians) function 35 GLM_FUNC_QUALIFIER GLM_CONSTEXPR vecType<T, P> degrees(vecType<T, P> const & v) function
|
| /external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
| D | MatrixNatives.java | 71 public static native void nSetRotate(long nObject, float degrees, float px, float py); in nSetRotate() 73 public static native void nSetRotate(long nObject, float degrees); in nSetRotate() 92 public static native void nPreRotate(long nObject, float degrees, float px, float py); in nPreRotate() 94 public static native void nPreRotate(long nObject, float degrees); in nPreRotate() 108 public static native void nPostRotate(long nObject, float degrees, float px, float py); in nPostRotate() 110 public static native void nPostRotate(long nObject, float degrees); in nPostRotate()
|
| D | CanvasNatives.java | 71 public static native void nRotate(long canvasHandle, float degrees); in nRotate()
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowNativeMatrix.java | 115 protected static void nSetRotate(long nObject, float degrees, float px, float py) { in nSetRotate() 120 protected static void nSetRotate(long nObject, float degrees) { in nSetRotate() 166 protected static void nPreRotate(long nObject, float degrees, float px, float py) { in nPreRotate() 171 protected static void nPreRotate(long nObject, float degrees) { in nPreRotate() 206 protected static void nPostRotate(long nObject, float degrees, float px, float py) { in nPostRotate() 211 protected static void nPostRotate(long nObject, float degrees) { in nPostRotate()
|
| D | ShadowLegacyMatrix.java | 137 protected void setRotate(float degrees, float px, float py) { in setRotate() 143 protected void setRotate(float degrees) { in setRotate() 197 protected boolean preRotate(float degrees, float px, float py) { in preRotate() 203 protected boolean preRotate(float degrees) { in preRotate() 245 protected boolean postRotate(float degrees, float px, float py) { in postRotate() 251 protected boolean postRotate(float degrees) { in postRotate() 478 public static SimpleMatrix rotate(float degrees, float px, float py) { in rotate() 485 public static SimpleMatrix rotate(float degrees) { in rotate()
|
| D | ShadowNativeCanvas.java | 147 protected static void nRotate(long canvasHandle, float degrees) { in nRotate()
|
| D | ShadowCamera.java | 152 protected void setDisplayOrientation(int degrees) { in setDisplayOrientation()
|
| /external/libmonet/utils/ |
| D | MathUtils.java | 84 public static int sanitizeDegreesInt(int degrees) { in sanitizeDegreesInt() 97 public static double sanitizeDegreesDouble(double degrees) { in sanitizeDegreesDouble()
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowMatrix.java | 137 protected void setRotate(float degrees, float px, float py) { in setRotate() 143 protected void setRotate(float degrees) { in setRotate() 197 protected boolean preRotate(float degrees, float px, float py) { in preRotate() 203 protected boolean preRotate(float degrees) { in preRotate() 245 protected boolean postRotate(float degrees, float px, float py) { in postRotate() 251 protected boolean postRotate(float degrees) { in postRotate() 477 public static SimpleMatrix rotate(float degrees, float px, float py) { in rotate() 484 public static SimpleMatrix rotate(float degrees) { in rotate()
|
| D | ShadowCamera.java | 149 protected void setDisplayOrientation(int degrees) { in setDisplayOrientation()
|
| /external/webrtc/modules/video_capture/ |
| D | video_capture_impl.cc | 33 int32_t VideoCaptureImpl::RotationFromDegrees(int degrees, in RotationFromDegrees() 56 int* degrees) { in RotationInDegrees()
|
| /external/skia/modules/svg/src/ |
| D | SkSVGFeColorMatrix.cpp | 56 SkColorMatrix SkSVGFeColorMatrix::MakeHueRotate(SkSVGNumberType degrees) { in MakeHueRotate()
|
| /external/ImageMagick/MagickCore/ |
| D | shear.c | 571 degrees; in DeskewImage() local 1134 static MagickBooleanType XShearImage(Image *image,const double degrees, in XShearImage() 1351 static MagickBooleanType YShearImage(Image *image,const double degrees, in YShearImage() 1706 MagickExport Image *ShearRotateImage(const Image *image,const double degrees, in ShearRotateImage()
|
| D | image-private.h | 64 static inline double DegreesToRadians(const double degrees) in DegreesToRadians()
|
| D | xwindow-private.h | 117 degrees; member 173 degrees; member
|
| D | draw.c | 6070 const PointInfo end,const PointInfo degrees) in TraceArc() 6378 degrees; in TraceCircle() local 7042 degrees, in TraceRoundRectangle() local
|
| D | distort.c | 2949 MagickExport Image *RotateImage(const Image *image,const double degrees, in RotateImage()
|
| /external/libchrome-gestures/include/ |
| D | util.h | 55 inline float DegToRad(float degrees) { in DegToRad()
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/ |
| D | SimpleRegression.java | 120 public SimpleRegression(int degrees) { in SimpleRegression()
|
| /external/skia/src/core/ |
| D | SkMatrix.cpp | 448 SkMatrix& SkMatrix::setRotate(SkScalar degrees, SkScalar px, SkScalar py) { in setRotate() 453 SkMatrix& SkMatrix::setRotate(SkScalar degrees) { in setRotate() 458 SkMatrix& SkMatrix::preRotate(SkScalar degrees, SkScalar px, SkScalar py) { in preRotate() 464 SkMatrix& SkMatrix::preRotate(SkScalar degrees) { in preRotate() 470 SkMatrix& SkMatrix::postRotate(SkScalar degrees, SkScalar px, SkScalar py) { in postRotate() 476 SkMatrix& SkMatrix::postRotate(SkScalar degrees) { in postRotate()
|
| /external/skia/include/core/ |
| D | SkScalar.h | 89 #define SkDegreesToRadians(degrees) ((degrees) * (SK_ScalarPI / 180)) argument
|
| /external/ImageMagick/coders/ |
| D | pcd.c | 833 degrees; in ReadPCDImage() local
|
| /external/skia/include/private/base/ |
| D | SkFloatingPoint.h | 52 constexpr float sk_float_degrees_to_radians(float degrees) { in sk_float_degrees_to_radians()
|
| /external/ImageMagick/MagickWand/ |
| D | drawing-wand.c | 4440 WandExport void DrawRotate(DrawingWand *wand,const double degrees) in DrawRotate() 6610 WandExport void DrawSkewX(DrawingWand *wand,const double degrees) in DrawSkewX() 6644 WandExport void DrawSkewY(DrawingWand *wand,const double degrees) in DrawSkewY()
|