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

1 2 3 4 5 6 78 91011>>

  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack.h 208 extern int invert_tuplepr(struct ip_conntrack_tuple *inverse,
  /external/speex/libspeex/
_kiss_fft_guts.h 33 int inverse; member in struct:kiss_fft_state
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 88 return m->inverse();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSelectionSet.java 207 final BiMap<Long, String> inverseMap = mConversationUriToIdMap.inverse();
  /external/libvorbis/doc/
01-introduction.tex 299 \item inverse channel coupling of residue vectors
302 \item inverse monolithic transform of audio spectrum vector, always an MDCT in Vorbis I
382 A description of valid window functions for use with an inverse MDCT
411 \paragraph{inverse channel coupling}
437 inverse coupling and applied to the spectral residue directly,
479 \paragraph{inverse monolithic transform (MDCT)}
482 inverse Modified Discrete Cosine Transform (MDCT). A detailed
  /external/llvm/lib/Support/
ConstantRange.cpp 256 return intersectWith(CR.inverse());
709 ConstantRange ConstantRange::inverse() const { function in class:ConstantRange
  /frameworks/base/core/jni/android/graphics/
Matrix.cpp 262 static jboolean invert(JNIEnv* env, jobject clazz, SkMatrix* matrix, SkMatrix* inverse) {
263 return matrix->invert(inverse);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformationMatrix.h 244 TransformationMatrix inverse() const;
AffineTransform.cpp 93 AffineTransform AffineTransform::inverse() const function in class:WebCore::AffineTransform
TransformationMatrix.cpp 83 // inverse(original_matrix, inverse_matrix)
85 // calculate the inverse of a 4x4 matrix
214 static bool inverse(const TransformationMatrix::Matrix4& matrix, TransformationMatrix::Matrix4& result) function in namespace:WebCore
221 // then the inverse matrix is not unique.
227 // Scale the adjoint matrix to get the inverse
335 // rightHandSide by the inverse. (This is the easiest way, not
338 inverse(perspectiveMatrix, inversePerspectiveMatrix);
554 // inverse transform to find the corresponding point in the source
1286 TransformationMatrix TransformationMatrix::inverse() const function in class:WebCore::TransformationMatrix
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.cpp 286 context->concatCTM(absoluteTransform.inverse());
RenderSVGResourceFilter.cpp 300 context->concatCTM(filterData->shearFreeAbsoluteTransform.inverse());
RenderSVGRoot.cpp 429 FloatPoint localPoint = localToParentTransform().inverse().mapPoint(FloatPoint(pointInParent));
  /external/chromium_org/third_party/skia/include/utils/
SkMatrix44.h 306 /** If this is invertible, return that in inverse and return true. If it is
307 not invertible, return false and ignore the inverse parameter.
309 bool invert(SkMatrix44* inverse) const;
  /external/eigen/Eigen/src/Core/
Transpositions.h 135 /** \returns the inverse transformation */
136 inline Transpose<TranspositionsBase> inverse() const function in class:Eigen::TranspositionsBase
399 /* Template partial specialization for transposed/inverse transpositions */
412 /** \returns the \a matrix with the inverse transpositions applied to the columns.
421 /** \returns the \a matrix with the inverse transpositions applied to the rows.
  /external/skia/include/utils/
SkMatrix44.h 306 /** If this is invertible, return that in inverse and return true. If it is
307 not invertible, return false and ignore the inverse parameter.
309 bool invert(SkMatrix44* inverse) const;
  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.cpp 792 SkMatrix matrix, inverse; local
795 if (!matrix.invert(&inverse)) {
799 path.transform(inverse, &localPath);
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 154 /** \returns the inverse P^-1 of the permutation P
209 dest = m_diag.asDiagonal().inverse() * dest;
298 PermutationMatrix<Dynamic,Dynamic,Index> m_Pinv; // the inverse permutation
640 dest = Base::m_diag.asDiagonal().inverse() * dest;
677 // Note that amd compute the inverse permutation
688 m_P = m_Pinv.inverse();
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 36 EXPECT_TRUE(Full.inverse().isEmptySet());
46 EXPECT_TRUE(Empty.inverse().isFullSet());
62 EXPECT_FALSE(One.inverse().contains(APInt(16, 0xa)));
  /external/skia/src/core/
SkScalerContext.cpp 792 SkMatrix matrix, inverse; local
795 if (!matrix.invert(&inverse)) {
799 path.transform(inverse, &localPath);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 463 // an inverse fill type, we have to fall back to the clip region.
652 SkMatrix inverse; local
655 if (!initialTransform->invert(&inverse)) {
658 inverse.reset();
660 inverse.mapVectors(&drawingSize, 1);
776 SkMatrix inverse; local
777 if (!totalTransform.invert(&inverse)) {
780 inverse.mapRect(&bbox);
    [all...]
SkPDFShader.cpp 28 SkMatrix inverse; local
29 if (!matrix.invert(&inverse)) {
32 inverse.mapRect(bbox);
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 480 // an inverse fill type, we have to fall back to the clip region.
716 SkMatrix inverse; local
719 if (!initialTransform->invert(&inverse)) {
722 inverse.reset();
724 inverse.mapVectors(&drawingSize, 1);
838 SkMatrix inverse; local
839 if (!contentEntry->fState.fMatrix.invert(&inverse)) {
842 inverse.mapRect(&bbox);
    [all...]
SkPDFShader.cpp 27 SkMatrix inverse; local
28 if (!matrix.invert(&inverse)) {
31 inverse.mapRect(bbox);
207 * Returns PS function code that applies inverse perspective
213 * inversePerspectiveMatrix is the inverse perspective matrix.
788 // but it returns the inverse of perspective matrix.
813 // But we need the inverse of persp.
887 // the perspective. The inverse of the perspective is stored in
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.cpp 117 // Inverse zoom the pre-zoomed CSS shorthand filters, so that they are in the same zoom as the unzoomed reference filters.
385 filter->setFilterRegion(absoluteTransform.inverse().mapRect(filterSourceRect));

Completed in 3229 milliseconds

1 2 3 4 5 6 78 91011>>