HomeSort by relevance Sort by last modified time
    Searched full:diagonal (Results 251 - 275 of 721) sorted by null

<<11121314151617181920>>

  /external/skia/gm/
dashing.cpp 390 // Diagonal dash line where src pnts are not axis aligned (as apposed to being diagonal from
textbloblooper.cpp 26 // Unlike the variant in sk_tool_utils, this version positions the glyphs on a diagonal
  /frameworks/base/core/java/android/view/
PointerIcon.java 115 /** Type constant: diagonal double arrow -- top-right to bottom-left. */
118 /** Type constant: diagonal double arrow -- top-left to bottom-right. */
  /frameworks/native/services/sensorservice/
mat.h 147 // sets the diagonal to the value, off-diagonal to zero
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 319 * Returns the diagonal length of the given device
322 * @return the diagonal length or -1
  /cts/apps/CameraITS/pymodules/its/
dng.py 88 # diagonal matrix.
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.cpp 24 // Square with diagonal < 2 so that it fits in a [-1 .. 1]^2 square
  /external/ImageMagick/PerlMagick/demo/
compose-specials.pl 161 $clone->Label('Displace 50x50\n(diagonal)');
  /external/ceres-solver/internal/ceres/
compressed_row_jacobian_writer.cc 104 // algorithm adds the diagonal, no reallocation is necessary. This reduces
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/
mat2-spec.js 203 it("should return a lower triangular, a diagonal and an upper triangular matrix", function() {
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
AngleAxis.h 209 res.diagonal() = (cos1_axis.cwise() * m_axis).cwise() + c;
  /external/eigen/Eigen/src/Geometry/
AngleAxis.h 226 res.diagonal() = (cos1_axis.cwiseProduct(m_axis)).array() + c;
  /external/eigen/unsupported/test/
svd_common.h 43 sigma.diagonal() = svd.singularValues().template cast<Scalar>();
  /external/libexif/libexif/olympus/
mnote-olympus-tag.c 111 {MNOTE_OLYMPUS_TAG_FOCALPLANEDIAGONAL, "FocalPlaneDiagonal", N_("Focal Plane Diagonal"), ""},
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCylinderShape.cpp 97 switch (m_upAxis) // set diagonal elements of inertia tensor
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBodyLink.h 53 btVector3 m_inertiaLocal; // inertia of link (local frame; diagonal)
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyInternals.h 265 static inline btMatrix3x3 Diagonal(btScalar x)
308 return(Sub(Diagonal(im),cr*iwi*cr));
318 return(Diagonal(1/dt)*Add(Diagonal(ima),MassMatrix(imb,iwi,r)).inverse());
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
gxvfgen.c 208 "Diagonal Fractions",
  /external/libopus/silk/fixed/
main_FIX.h 236 /* Add noise to matrix diagonal */
  /external/opencv/cvaux/src/
cvlevmar.cpp 185 /* Increase diagonal elements by alpha */
  /external/opencv3/modules/cudabgsegm/src/
mog.cpp 188 // the diagonal covariance matrix (another nchannels values)
  /external/skia/src/core/
SkStrokerPriv.cpp 84 diagonal. To pseudo-fix this, we go through the pivot point. This adds
  /external/skia/tests/
BlitRowTest.cpp 250 ERRORF(reporter, "Diagonal colortype=%s bg=0x%x dither=%d"
  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
DiffUtil.java 121 // allocate forward and backward k-lines. K lines are diagonal lines in the matrix. (see the
217 // move diagonal as long as items match
252 // move diagonal as long as items match
447 // The Myers' snakes. At this point, we only care about their diagonal sections.
    [all...]
  /system/bt/embdrv/sbc/encoder/srce/
sbc_dct.c 145 /* 4-point IDCT of x1,x3,x5 and x7 and post multiplication by diagonal matrix as in (14) */

Completed in 1260 milliseconds

<<11121314151617181920>>