HomeSort by relevance Sort by last modified time
    Searched refs:degrees (Results 151 - 175 of 286) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/sdk/current/support/exifinterface/
android-support-exifinterface.jar 
  /device/generic/goldfish/gps/
gps_qemu.c 322 int degrees = (int)(floor(val) / 100); local
323 double minutes = val - degrees*100.;
324 double dcoord = degrees + minutes / 60.0;
  /external/ImageMagick/coders/
pcd.c 814 degrees;
822 degrees=rotate == 1 ? -90.0 : 90.0;
823 rotate_image=RotateImage(image,degrees,exception);
809 degrees; local
    [all...]
  /frameworks/base/libs/hwui/
RecordingCanvas.cpp 203 void RecordingCanvas::rotate(float degrees) {
204 if (degrees == 0) return;
206 mState.rotate(degrees);
SkiaCanvas.cpp 330 void SkiaCanvas::rotate(float degrees) {
331 mCanvas->rotate(degrees);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp     [all...]
  /external/ImageMagick/www/api/
drawing-wand.php 267 <dd>starting degrees of rotation </dd>
271 <dd>ending degrees of rotation </dd>
545 <dd>starting rotation in degrees </dd>
549 <dd>ending rotation in degrees </dd>
    [all...]
fx.php 634 <p>SwirlImage() swirls the pixels about the center of the image, where degrees indicates the sweep of the arc through which each pixel is moved. You get a more dramatic effect as the degrees move from 1 to 360.</p>
639 Image *SwirlImage(const Image *image,double degrees,
654 <dt>degrees</dt>
  /prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_math.py 350 self.assertRaises(TypeError, math.degrees)
351 self.ftest('degrees(pi)', math.degrees(math.pi), 180.0)
352 self.ftest('degrees(pi/2)', math.degrees(math.pi/2), 90.0)
353 self.ftest('degrees(-pi/4)', math.degrees(-math.pi/4), -45.0)
    [all...]
  /external/dng_sdk/source/
dng_xmp.cpp 291 // Split into degrees and minutes.
350 int degrees = 0; local
357 &degrees,
368 if (degrees < 0 || minutes < 0 || seconds < 0)
373 coord [0] = dng_urational ((uint32) degrees, 1);
    [all...]
  /external/python/cpython2/Lib/test/
test_math.py 350 self.assertRaises(TypeError, math.degrees)
351 self.ftest('degrees(pi)', math.degrees(math.pi), 180.0)
352 self.ftest('degrees(pi/2)', math.degrees(math.pi/2), 90.0)
353 self.ftest('degrees(-pi/4)', math.degrees(-math.pi/4), -45.0)
    [all...]
test_turtle.py 314 self.nav.degrees()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_math.py 350 self.assertRaises(TypeError, math.degrees)
351 self.ftest('degrees(pi)', math.degrees(math.pi), 180.0)
352 self.ftest('degrees(pi/2)', math.degrees(math.pi/2), 90.0)
353 self.ftest('degrees(-pi/4)', math.degrees(-math.pi/4), -45.0)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_math.py 350 self.assertRaises(TypeError, math.degrees)
351 self.ftest('degrees(pi)', math.degrees(math.pi), 180.0)
352 self.ftest('degrees(pi/2)', math.degrees(math.pi/2), 90.0)
353 self.ftest('degrees(-pi/4)', math.degrees(-math.pi/4), -45.0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 350 self.assertRaises(TypeError, math.degrees)
351 self.ftest('degrees(pi)', math.degrees(math.pi), 180.0)
352 self.ftest('degrees(pi/2)', math.degrees(math.pi/2), 90.0)
353 self.ftest('degrees(-pi/4)', math.degrees(-math.pi/4), -45.0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 350 self.assertRaises(TypeError, math.degrees)
351 self.ftest('degrees(pi)', math.degrees(math.pi), 180.0)
352 self.ftest('degrees(pi/2)', math.degrees(math.pi/2), 90.0)
353 self.ftest('degrees(-pi/4)', math.degrees(-math.pi/4), -45.0)
    [all...]
  /external/deqp/framework/common/
tcuVectorUtil.hpp 65 inline float degrees (float f) { return deFloatDegrees(f); } function in namespace:tcu
426 TCU_DECLARE_VECTOR_UNARY_FUNC(degrees, deFloatDegrees)
  /external/skia/bench/
PathBench.cpp 117 RotatedRectBench(Flags flags, bool aa, int degrees) : INHERITED(flags) {
119 fDegrees = degrees;
    [all...]
  /external/skia/include/core/
SkCanvas.h 397 @param degrees The amount to rotate, in degrees
399 void rotate(SkScalar degrees);
402 @param degrees The amount to rotate, in degrees
406 void rotate(SkScalar degrees, SkScalar px, SkScalar py);
704 @param startAngle Starting angle (in degrees) where the arc begins
705 @param sweepAngle Sweep angle (in degrees) measured clockwise.
    [all...]
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 136 static void rotate(jlong canvasHandle, jfloat degrees) {
137 get_canvas(canvasHandle)->rotate(degrees);
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
math_fp16.rs 136 TEST_HN_FUNC_HN(degrees);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
apitest.rs 1015 f = degrees(f);
1016 f2 = degrees(f2);
1017 f3 = degrees(f3);
1018 f4 = degrees(f4);
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
picasso-2.5.2.jar 

Completed in 1705 milliseconds

1 2 3 4 5 67 8 91011>>