HomeSort by relevance Sort by last modified time
    Searched full:rotations (Results 51 - 75 of 261) sorted by null

1 23 4 5 6 7 8 91011

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
RobustnessPath.java 269 * Returns the rotations recorded for this path.
276 * Returns the number of failed rotations.
289 * Returns the number of passed rotations.
  /external/ImageMagick/ImageMagick/api/
shear.html 103 Image *IntegralRotateImage(const Image *image,size_t rotations,
112 <dt>rotations</dt>
113 <p>Specifies the number of 90 degree rotations.</p>
  /external/ImageMagick/www/api/
shear.html 107 Image *IntegralRotateImage(const Image *image,size_t rotations,
116 <dt>rotations</dt>
117 <p>Specifies the number of 90 degree rotations.</p>
shear.php 103 Image *IntegralRotateImage(const Image *image,size_t rotations,
112 <dt>rotations</dt>
113 <p>Specifies the number of 90 degree rotations.</p>
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
ConeModelMatrixCalculator.java 72 * Rotations that need to be done before rotating. Used for calculating the CONE_OFFSET.
  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
MyGLRenderer.java 80 // such as screen rotations
  /external/freetype/src/psaux/
psfont.h 78 CF2_Matrix outerTransform; /* post hinting; includes rotations */
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
rotate.h 81 // Rotations for when U and V are interleaved.
  /external/libyuv/files/include/libyuv/
rotate.h 113 // Rotations for when U and V are interleaved.
  /external/replicaisland/src/com/replica/replicaisland/
InputSystem.java 77 // Now we have screen space rotations around xyz.
  /external/skia/bench/
PathTextBench.cpp 27 * This class benchmarks drawing many glyphs at random scales and rotations.
  /external/skqp/bench/
PathTextBench.cpp 27 * This class benchmarks drawing many glyphs at random scales and rotations.
  /external/vixl/test/aarch32/config/
cond-rd-operand-rn-ror-amount-a32.json 135 "name": "Rotations",
cond-rd-operand-rn-ror-amount-t32.json 135 "name": "Rotations",
cond-rd-rn-operand-rm-ror-amount-a32.json 159 "name": "Rotations",
cond-rd-rn-operand-rm-ror-amount-t32.json 160 "name": "Rotations",
  /external/vulkan-validation-layers/libs/glm/gtx/
rotate_normalized_axis.hpp 35 /// @brief Quaternions and matrices rotations around normalized axis.
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
rotate_normalized_axis.hpp 35 /// @brief Quaternions and matrices rotations around normalized axis.
  /tools/loganalysis/src/com/android/loganalysis/item/
MonkeyLogItem.java 39 ROTATIONS
83 DroppedCategory.ROTATIONS.toString()));
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerAppConfigurationTests.java 212 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; local
213 for (final int rotation : rotations) {
613 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; local
614 for (final int rotation : rotations) {
660 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; local
661 for (final int rotation : rotations) {
    [all...]
  /external/ImageMagick/MagickCore/
shear.c 705 % Image *IntegralRotateImage(const Image *image,size_t rotations,
712 % o rotations: Specifies the number of 90 degree rotations.
715 MagickExport Image *IntegralRotateImage(const Image *image,size_t rotations,
741 rotations%=4;
742 if (rotations == 0)
744 if ((rotations == 1) || (rotations == 3))
759 switch (rotations)
1737 rotations, local
    [all...]
  /external/deqp/external/openglcts/scripts/
build_mustpass.py 116 # Rotations
174 # Rotations
269 # Rotations
334 # Rotations
471 # Rotations
532 # Rotations
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h 91 // storage for Jacobi rotations
142 // apply old Givens rotations to v
  /external/skia/src/effects/
SkDashPathEffect.cpp 156 // allow kRound_Cap capping (could allow rotations in the matrix with this)
188 // TODO: this test could be eased up for circles. Rotations could be allowed.
  /external/skqp/src/effects/
SkDashPathEffect.cpp 156 // allow kRound_Cap capping (could allow rotations in the matrix with this)
188 // TODO: this test could be eased up for circles. Rotations could be allowed.

Completed in 506 milliseconds

1 23 4 5 6 7 8 91011