HomeSort by relevance Sort by last modified time
    Searched refs:inverse (Results 201 - 225 of 305) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.cpp 448 FloatPoint localPoint = localToParentTransform().inverse().mapPoint(pointInParent);
  /external/eigen/Eigen/src/Geometry/
Transform.h 559 inline Transform inverse(TransformTraits traits = (TransformTraits)Mode) const;
1124 Transform<Scalar,Dim,Mode,Options>::inverse(TransformTraits hint) const function in class:Eigen::Transform
    [all...]
Quaternion.h 147 /** \returns the quaternion describing the inverse rotation */
148 Quaternion<Scalar> inverse() const;
638 /** \returns the multiplicative inverse of \c *this
645 inline Quaternion<typename internal::traits<Derived>::Scalar> QuaternionBase<Derived>::inverse() const function in class:Eigen::QuaternionBase
647 // FIXME should this function be called multiplicativeInverse and conjugate() be called inverse() or opposite() ??
658 /** \returns the conjugate of the \c *this which is equal to the multiplicative inverse
662 * \sa Quaternion2::inverse()
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 50 * In addition to the adjoint, you can also apply the inverse (=adjoint), the transpose, and the conjugate operators.
223 /** \brief Inverse of the Householder sequence (equals the adjoint). */
224 ConjugateReturnType inverse() const { return adjoint(); } function in class:Eigen::HouseholderSequence
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 151 PermutationMatrix<Dynamic,Dynamic,Index> m_Pinv; // Inverse permutation
233 m_Pinv = m_P.inverse(); // ... and the inverse permutation
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 242 /** \returns the inverse of the matrix of which *this is the QR decomposition.
249 inverse() const function in class:Eigen::ColPivHouseholderQR
472 // Note that the matrix Q = H_0^* H_1^*... so its inverse is Q^* = (H_0 H_1 ...)^T
  /external/guava/guava/src/com/google/common/collect/
ImmutableMultimap.java 53 * <p>In addition to methods defined by {@link Multimap}, an {@link #inverse}
365 * Returns an immutable multimap which is the inverse of this one. For every
372 public abstract ImmutableMultimap<V, K> inverse(); method in class:ImmutableMultimap
Sets.java     [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMultimap.java 52 * <p>In addition to methods defined by {@link Multimap}, an {@link #inverse}
355 * Returns an immutable multimap which is the inverse of this one. For every
362 public abstract ImmutableMultimap<V, K> inverse(); method in class:ImmutableMultimap
Sets.java     [all...]
  /frameworks/base/graphics/java/android/renderscript/
Matrix4f.java 424 * Sets the current matrix to its inverse
426 public boolean inverse() { method in class:Matrix4f
453 * Sets the current matrix to its inverse transpose
  /frameworks/native/services/surfaceflinger/
Transform.cpp 298 Transform Transform::inverse() const { function in class:android::Transform
  /frameworks/rs/
rsMatrix4x4.cpp 37 bool Matrix4x4::inverse() { function in class:Matrix4x4
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix4f.java 424 * Sets the current matrix to its inverse
426 public boolean inverse() { method in class:Matrix4f
453 * Sets the current matrix to its inverse transpose
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css     [all...]
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShader.cpp 229 const SkMatrix& inverse = this->getTotalInverse(); local
231 if (!fDstToIndex.setConcat(fPtsToUnit, inverse)) {
    [all...]
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
LevenbergMarquardt.h 289 wa3 = fjac.template triangularView<Upper>() * (qrfac.colsPermutation().inverse() *wa1);
536 wa3 = fjac.topLeftCorner(n,n).template triangularView<Upper>() * (permutation.inverse() * wa1);
  /external/guava/guava-tests/test/com/google/common/collect/
MapConstraintsTest.java 200 constrained.inverse().forcePut(TEST_VALUE, "baz");
204 constrained.inverse().forcePut(3, TEST_KEY);
  /external/libvorbis/doc/
04-codec.tex 294 \item perform window selection and setup; this window is used later by the inverse MDCT:
480 \subsubsection{inverse coupling}
567 \subsubsection{inverse MDCT}
570 domain PCM audio via an inverse Modified Discrete Cosine Transform
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 832 if (!isTrueDest) TrueValues = TrueValues.inverse();
    [all...]
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 229 const SkMatrix& inverse = this->getTotalInverse(); local
231 if (!fDstToIndex.setConcat(fPtsToUnit, inverse)) {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 657 /*package*/ static boolean native_invert(int native_object, int inverse) {
663 Matrix_Delegate inv_mtx = sManager.getDelegate(inverse);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/chromium_org/cc/resources/
picture_layer_tiling_unittest.cc 23 gfx::Transform inverse; local
24 if (!transform.GetInverse(&inverse))
28 inverse, gfx::RectF(gfx::Point(0, 0), device_viewport));
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp 618 SkMatrix inverse; local
622 // We attempt to map r by the inverse matrix and draw that. mapRect will
626 if (!fViewMatrix.invert(&inverse)) {
630 inverse.mapRect(&r);
    [all...]

Completed in 696 milliseconds

1 2 3 4 5 6 7 891011>>