HomeSort by relevance Sort by last modified time
    Searched full:angles (Results 76 - 100 of 263) sorted by null

1 2 34 5 6 7 8 91011

  /external/icu/icu4c/source/i18n/
astro.h 110 * with positive angles representing north.
120 * with positive angles representing east.
170 * angles measured in degrees.
188 * with positive angles representing East.
196 * with positive angles representing north.
244 * angles measured in degrees.
  /external/ImageMagick/ImageMagick/api/
shear.html 141 <p>ShearRotateImage() creates a new image that is a rotated copy of an existing one. Positive angles rotate counter-clockwise (right-hand rule), while negative angles rotate clockwise. Rotated images are usually larger than the originals and have 'empty' triangular corners. X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image. ShearRotateImage allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
  /external/ImageMagick/www/api/
shear.html 145 <p>ShearRotateImage() creates a new image that is a rotated copy of an existing one. Positive angles rotate counter-clockwise (right-hand rule), while negative angles rotate clockwise. Rotated images are usually larger than the originals and have 'empty' triangular corners. X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image. ShearRotateImage allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
shear.php 141 <p>ShearRotateImage() creates a new image that is a rotated copy of an existing one. Positive angles rotate counter-clockwise (right-hand rule), while negative angles rotate clockwise. Rotated images are usually larger than the originals and have 'empty' triangular corners. X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image. ShearRotateImage allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
  /external/aac/libFDK/include/
FDK_trigFcts.h 181 /* Cosine/Sine simetry for angles greater than PI/4 */
206 * \brief Calculate cosine and sine value each of 2 angles different angle values.
  /external/eigen/doc/
TutorialGeometry.dox 226 <a href="#" class="top">top</a>\section TutorialGeoEulerAngles Euler angles
229 Euler angles might be convenient to create rotation objects.
  /external/freetype/include/
fttrigon.h 202 * Return the difference between two angles. The result is always
  /external/freetype/src/autofit/
afangles.c 5 /* Routines used to compute vector angles with limited accuracy */
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
Sweep.java 40 /** World angles */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
fttrigon.h 202 * Return the difference between two angles. The result is always
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afangles.c 5 /* Routines used to compute vector angles with limited accuracy */
  /external/opencv3/3rdparty/openexr/
ChangeLog.ilmbase 78 * Made Quat<T>::angle() more accurate for small angles.
  /external/opencv3/doc/py_tutorials/py_imgproc/py_canny/
py_canny.markdown 34 Gradient direction is always perpendicular to edges. It is rounded to one of four angles
  /external/opencv3/samples/cpp/tutorial_code/core/Matrix/
Drawing_1.cpp 80 * @brief Draw a fixed-size ellipse with different angles
  /external/pdfium/third_party/freetype/include/freetype/
fttrigon.h 202 * Return the difference between two angles. The result is always
  /external/skia/gm/
addarc.cpp 192 // 20 angles.
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.h 156 // Angles of the interferer scenarios.
  /frameworks/base/core/java/android/hardware/
SensorListener.java 50 * All values are angles in degrees.
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RotateImageView.java 81 // two angles
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
fttrigon.h 202 * Return the difference between two angles. The result is always
  /external/opencv3/modules/cudaarithm/include/opencv2/
cudaarithm.hpp 387 /** @brief Computes polar angles of complex matrix elements.
391 @param angle Destination matrix of angles ( CV_32FC1 ).
392 @param angleInDegrees Flag for angles that must be evaluated in degrees.
404 @param angle Destination matrix of angles ( CV_32FC1 ).
405 @param angleInDegrees Flag for angles that must be evaluated in degrees.
415 @param angle Source matrix containing angles ( CV_32FC1 ).
418 @param angleInDegrees Flag that indicates angles in degrees.
    [all...]
  /external/opencv3/modules/imgproc/src/
lsd.cpp 235 Mat_<double> angles; // in rads member in class:cv::LineSegmentDetectorImpl
305 * Finds the angles and the gradients of the image. Generates a list of pseudo ordered points.
541 angles = Mat_<double>(scaled_image.size());
544 angles_data = angles.ptr<double>(0);
552 angles.row(img_height - 1).setTo(NOTDEF);
553 angles.col(img_width - 1).setTo(NOTDEF);
558 angles.isContinuous()); // Accessing image data linearly
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
WindowOrientationListener.java 337 // We work with all angles in degrees in this class.
390 // try to calculate the tilt and orientation angles.
447 // The gap angle in degrees between adjacent orientation angles for hysteresis.
455 // Beyond these tilt angles, we don't even consider transitioning into the
504 // History of observed tilt angles.
    [all...]
  /external/ImageMagick/MagickCore/
shear.c 97 % as defined by width and height and shearing angles.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarAstronomer.java 500 // Angles are in radians (after multiplying by PI/180)
    [all...]

Completed in 1524 milliseconds

1 2 34 5 6 7 8 91011