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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 1196 SkMatrix matrix, inverse; local
    [all...]
  /external/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...]
SkGpuDevice.cpp 1196 SkMatrix matrix, inverse; local
    [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 957 SkMatrix inverse; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 267 m_path.transform(state().m_transform.inverse());
707 m_path.transform(transform.inverse());
959 FloatPoint transformedPoint = ctm.inverse().mapPoint(point);
981 FloatPoint transformedPoint = ctm.inverse().mapPoint(point);
    [all...]
  /external/eigen/Eigen/src/Core/
PermutationMatrix.h 197 /** \returns the inverse permutation matrix.
201 inline Transpose<PermutationBase> inverse() const function in class:Eigen::PermutationBase
238 /** \returns the product of a permutation with another inverse permutation.
246 /** \returns the product of an inverse permutation with another permutation.
603 /* Template partial specialization for transposed/inverse permutations */
655 /** \returns the matrix with the inverse permutation applied to the columns.
664 /** \returns the matrix with the inverse permutation applied to the rows.
  /external/eigen/Eigen/src/QR/
FullPivHouseholderQR.h 262 /** \returns the inverse of the matrix of which *this is the QR decomposition.
268 inverse() const function in class:Eigen::FullPivHouseholderQR
  /external/eigen/test/
array.cpp 211 VERIFY_IS_APPROX(s1/m1, s1 * m1.inverse());
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixSquareRoot.h 153 = (es.eigenvectors() * es.eigenvalues().cwiseSqrt().asDiagonal() * es.eigenvectors().inverse()).real();
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 337 # inverse of 2, "--" for em, "---" for en
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 276 {dot}inverse { return INVERSE; }
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 166 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.')
  /external/mesa3d/src/mesa/program/
program_lexer.l 276 {dot}inverse { return INVERSE; }
  /frameworks/native/services/surfaceflinger/
Layer.cpp 298 activeCrop = s.transform.inverse().transform(activeCrop);
309 // which means using the inverse of the current transform set on the
383 * the code below applies the display's inverse transform to the buffer
386 // calculate the inverse transform
509 * the code below applies the display's inverse transform to the texture transform
526 // calculate the inverse
527 tr = inverse(tr);
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp 1486 SkMatrix inverse; local
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 1486 SkMatrix inverse; local
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 668 // Inverse prediction.
743 // Add green to blue and red channels (i.e. perform the inverse transform of
806 uint32_t argb, int inverse) {
812 if (inverse) {
    [all...]
  /external/libvorbis/doc/
07-floor1.tex 386 the scalar value from [floor] as an offset into the vector \link{vorbis:spec:floor1:inverse:dB:table}{[floor1_inverse_dB_static_table]}
  /external/webp/src/dsp/
lossless.c 668 // Inverse prediction.
743 // Add green to blue and red channels (i.e. perform the inverse transform of
806 uint32_t argb, int inverse) {
812 if (inverse) {
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 2326 Interval inverse() { method in class:Interval
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 2209 Interval inverse() { method in class:Interval
    [all...]
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h     [all...]

Completed in 1337 milliseconds

1 2 3 4 5 6 7 8 91011>>