HomeSort by relevance Sort by last modified time
    Searched full:matrix (Results 1651 - 1675 of 3296) sorted by null

<<61626364656667686970>>

  /external/chromium_org/third_party/skia/src/gpu/
GrPathRenderer.h 183 const SkMatrix& matrix,
189 const SkMatrix& matrix,
191 GetPathDevBounds(path, device->width(), device->height(), matrix, bounds);
  /external/chromium_org/ui/gfx/
interpolated_transform.cc 31 // *rotation is set to be the appropriate sanitized rotation matrix. That is,
32 // the rotation matrix corresponding to |degrees| which has entries that are all
40 SkMatrix44& m = transform.matrix();
  /external/eigen/doc/
I16_TemplateKeyword.dox 38 function which copies all entries in the upper triangular part of a matrix into another matrix, while keeping
99 for iterating over the non-zero entries of a sparse matrix type:
UsingIntelMKL.dox 72 <tr><td>Matrix-matrix operations \n \c EIGEN_USE_BLAS </td><td>\code
83 <tr class="alt"><td>Matrix-vector operations \n \c EIGEN_USE_BLAS </td><td>\code
  /external/eigen/test/
cwiseop.cpp 36 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
47 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime>
158 CALL_SUBTEST_1( cwiseops(Matrix<float, 1, 1>()) );
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffVector.h 27 * AutoDiffScalar can be used as the scalar type of an Eigen::Matrix object. However,
28 * in that case, the expression template mechanism only occurs at the top Matrix level,
38 typedef AutoDiffScalar<Matrix<BaseScalar,JacobianType::RowsAtCompileTime,1> > ActiveScalar;
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
ConstrainedConjGrad.h 45 * Compute the pseudo inverse of the non-square matrix C such that
57 typedef Matrix<Scalar,Dynamic,1> TmpVec;
112 typedef Matrix<Scalar,Dynamic,1> TmpVec;
  /external/mesa3d/src/glsl/
lower_ubo_reference.cpp 108 /* When loading a vector out of a row major matrix, the
269 /* We're dereffing a column out of a row-major matrix, so we
276 * matrix stride is always 16.
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Alt3D.h 43 /** matrix */
94 /** creates linear alt from matrix and center */
114 /** Multiplies matrix with float vecA; returns resulting vector */
  /external/skia/gm/
dashing.cpp 112 SkMatrix matrix; local
113 matrix.setRectToRect(path->getBounds(), bounds, SkMatrix::kCenter_ScaleToFit);
114 path->transform(matrix);
poly2poly.cpp 191 SkMatrix matrix; local
200 matrix.setPolyToPoly(src, dst, count);
201 canvas->concat(matrix);
  /external/skia/include/core/
SkWriter32.h 131 void writeMatrix(const SkMatrix& matrix) {
132 size_t size = matrix.writeToMemory(NULL);
134 matrix.writeToMemory(this->reserve(size));
  /external/skia/include/utils/
SkDeferredCanvas.h 150 virtual bool concat(const SkMatrix& matrix) SK_OVERRIDE;
151 virtual void setMatrix(const SkMatrix& matrix) SK_OVERRIDE;
192 const SkPath& path, const SkMatrix* matrix,
  /external/skia/src/core/
SkGlyphCache.h 29 matrix, etc., and holds the glyphs for that strike. Calling any of the
277 const SkMatrix* matrix) {
278 fCache = paint.detachCache(deviceProperties, matrix);
SkScalerContext.h 288 * after running through the specified matrix.
290 * As an example, the identity matrix will return kX_SkAxisAlignment
292 SkAxisAlignment SkComputeAxisAlignmentForHText(const SkMatrix& matrix);
  /external/skia/src/gpu/
GrPathRenderer.h 183 const SkMatrix& matrix,
189 const SkMatrix& matrix,
191 GetPathDevBounds(path, device->width(), device->height(), matrix, bounds);
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
pkg_android.opengl.html 127 <A NAME="Matrix"></A>
128 <nobr><A HREF="android.opengl.Matrix.html">Matrix</A></nobr>
  /frameworks/base/graphics/java/android/graphics/
NinePatch.java 137 * @param canvas A container for the current matrix and clip used to draw the NinePatch.
147 * @param canvas A container for the current matrix and clip used to draw the NinePatch.
158 * @param canvas A container for the current matrix and clip used to draw the NinePatch.
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
BitmapUtils.java 23 import android.graphics.Matrix;
183 Matrix m = new Matrix();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GradientsActivity.java 27 import android.graphics.Matrix;
197 private final Matrix mMatrix;
209 mMatrix = new Matrix();
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapShader_Delegate.java 121 "Unable to inverse matrix in BitmapShader", e, null /*data*/);
130 "Unable to inverse matrix in BitmapShader", e, null /*data*/);
178 // handle the local matrix.
LinearGradient_Delegate.java 149 "Unable to inverse matrix in LinearGradient", e, null /*data*/);
158 "Unable to inverse matrix in LinearGradient", e, null /*data*/);
206 // handle the local matrix.
RadialGradient_Delegate.java 135 "Unable to inverse matrix in RadialGradient", e, null /*data*/);
144 "Unable to inverse matrix in RadialGradient", e, null /*data*/);
194 // handle the local matrix
SweepGradient_Delegate.java 127 "Unable to inverse matrix in SweepGradient", e, null /*data*/);
136 "Unable to inverse matrix in SweepGradient", e, null /*data*/);
186 // handle the local matrix
  /packages/apps/Camera/src/com/android/camera/
Mosaic.java 115 * source image t is set, the transformation matrix from the first source
120 * transformation matrix between the first frame and the passed frame;
135 * transformation matrix between the first frame and the passed frame;

Completed in 572 milliseconds

<<61626364656667686970>>