Searched refs:matrix (Results 251 - 275 of 607) sorted by relevance

<<11121314151617181920>>

/external/skia/debugger/QT/
H A DSkInspectorWidget.h57 Sets the text in the current matrix.
60 void setMatrix(const SkMatrix& matrix);
/external/skia/experimental/PdfViewer/
H A DSkTrackDevice.h95 const SkMatrix& matrix, const SkPaint& paint) {
97 INHERITED::drawBitmap(dummy1, bitmap, matrix, paint);
133 const SkPath& path, const SkMatrix* matrix,
136 INHERITED::drawTextOnPath(dummy1, text, len, path, matrix, paint);
94 drawBitmap(const SkDraw& dummy1, const SkBitmap& bitmap, const SkMatrix& matrix, const SkPaint& paint) argument
132 drawTextOnPath(const SkDraw& dummy1, const void* text, size_t len, const SkPath& path, const SkMatrix* matrix, const SkPaint& paint) argument
/external/skia/include/core/
H A DSkColorFilter.h40 * If the filter can be represented by a 5x4 matrix, this
41 * returns true, and sets the matrix appropriately.
44 virtual bool asColorMatrix(SkScalar matrix[20]) const;
H A DSkPathMeasure.h54 the corresponding matrix (by calling getPosTan).
56 matrix is unchanged.
58 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
/external/skia/include/device/xps/
H A DSkXPSDevice.h102 const SkMatrix& matrix,
231 const SkMatrix& matrix,
297 const SkMatrix& matrix,
302 SkMatrix* matrix,
/external/skia/include/effects/
H A DSkColorMatrixFilter.h25 bool asColorMatrix(SkScalar matrix[20]) const override;
/external/skia/include/views/
H A DSkTouchGesture.h21 bool evaluateMatrix(SkMatrix* matrix);
/external/skia/src/animator/
H A DSkPaintPart.h54 SkMatrix* getMatrix(); // returns NULL if matrix is NULL
55 SkDrawMatrix* matrix; member in class:SkDrawShader
H A DSkPathParts.cpp300 SK_MEMBER(matrix, Matrix),
308 SkAddPath::SkAddPath() : matrix(NULL), path(NULL) {
313 if (matrix)
314 fPath->fPath.addPath(path->fPath, matrix->getMatrix());
/external/skia/src/core/
H A DSkGlyphCache.h32 matrix, etc., and holds the glyphs for that strike. Calling any of the
280 const SkMatrix* /*matrix*/) {
305 const SkMatrix* matrix) {
306 fCache = paint.detachCache(deviceProperties, matrix, false);
321 const SkMatrix* matrix) {
322 fCache = paint.detachCache(deviceProperties, matrix, true);
303 SkAutoGlyphCache(const SkPaint& paint, const SkDeviceProperties* deviceProperties, const SkMatrix* matrix) argument
319 SkAutoGlyphCacheNoGamma(const SkPaint& paint, const SkDeviceProperties* deviceProperties, const SkMatrix* matrix) argument
/external/skia/src/effects/gradients/
H A DSkRadialGradient.h32 SkMatrix* matrix,
H A DSkSweepGradient.h32 SkMatrix* matrix,
/external/skia/src/pdf/
H A DSkPDFShader.h38 * @param matrix The current transform. (PDF shaders are absolutely
40 * @param surfceBBox The bounding box of the drawing surface (with matrix
48 const SkMatrix& matrix,
/external/skia/src/utils/
H A DSkCullPoints.cpp180 SkMatrix matrix; local
181 matrix.setRectToRect(bounds, limit, SkMatrix::kFill_ScaleToFit);
183 path.transform(matrix, &devPath);
184 matrix.mapRect(&devTarget, target);
H A DSkPatchUtils.h85 static SkISize GetLevelOfDetail(const SkPoint cubics[12], const SkMatrix* matrix);
/external/skia/src/utils/debugger/
H A DSkObjectParser.h54 @param matrix SkMatrix
56 static SkString* MatrixToString(const SkMatrix& matrix);
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DFieldLUDecompositionImpl.java28 * Calculates the LUP-decomposition of a square matrix.
29 * <p>The LUP-decomposition of a matrix A consists of three matrices
31 * upper triangular and P is a permutation matrix. All matrices are
34 * operator, the permutation matrix is computed here only in order to avoid
68 * Calculates the LU-decomposition of the given matrix.
69 * @param matrix The matrix to decompose.
70 * @exception NonSquareMatrixException if matrix is not square
72 public FieldLUDecompositionImpl(FieldMatrix<T> matrix) argument
75 if (!matrix
[all...]
/external/eigen/Eigen/src/Eigenvalues/
H A DTridiagonalization.h34 * \brief Tridiagonal decomposition of a selfadjoint matrix
36 * \tparam _MatrixType the type of the matrix of which we are computing the
40 * This class performs a tridiagonal decomposition of a selfadjoint matrix \f$ A \f$ such that:
41 * \f$ A = Q T Q^* \f$ where \f$ Q \f$ is unitary and \f$ T \f$ a real symmetric tridiagonal matrix.
43 * A tridiagonal matrix is a matrix which has nonzero elements only on the
45 * decomposition of a selfadjoint matrix is in fact a tridiagonal
47 * eigenvalues and eigenvectors of a selfadjoint matrix.
50 * given matrix. Alternatively, you can use the Tridiagonalization(const MatrixType&)
103 * \param [in] size Positive integer, size of the matrix whos
129 Tridiagonalization(const MatrixType& matrix) argument
155 compute(const MatrixType& matrix) argument
[all...]
/external/freetype/src/base/
H A Dftglyph.c223 const FT_Matrix* matrix,
229 if ( matrix )
230 FT_Outline_Transform( &glyph->outline, matrix );
428 FT_Matrix* matrix,
444 clazz->glyph_transform( glyph, matrix, delta );
447 if ( matrix )
448 FT_Vector_Transform( &glyph->advance, matrix );
222 ft_outline_glyph_transform( FT_Glyph outline_glyph, const FT_Matrix* matrix, const FT_Vector* delta ) argument
/external/pdfium/third_party/freetype/src/base/
H A Dftglyph.c219 const FT_Matrix* matrix,
225 if ( matrix )
226 FT_Outline_Transform( &glyph->outline, matrix );
424 FT_Matrix* matrix,
440 clazz->glyph_transform( glyph, matrix, delta );
443 if ( matrix )
444 FT_Vector_Transform( &glyph->advance, matrix );
218 ft_outline_glyph_transform( FT_Glyph outline_glyph, const FT_Matrix* matrix, const FT_Vector* delta ) argument
/external/skia/bench/
H A DDashBench.cpp156 const SkMatrix matrix = SkMatrix::MakeScale(SkIntToScalar(100), SkIntToScalar(100)); local
157 path->transform(matrix);
330 SkMatrix matrix; local
334 matrix.setIdentity();
337 matrix.setRotate(90, cx, cy);
340 matrix.setRotate(45, cx, cy);
351 matrix.mapPoints(fPts, pts, 2);
/external/eigen/Eigen/src/Core/
H A DPermutationMatrix.h25 * This class is the base class for all expressions representing a permutation matrix,
27 * The convention followed here is that if \f$ \sigma \f$ is a permutation, the corresponding permutation matrix
36 * operator* to multiply any kind of permutation object with any kind of matrix expression (MatrixBase)
113 /** \returns the size of a side of the respective square matrix, i.e., the number of indices */
126 /** \returns a Matrix object initialized from this permutation matrix. Notice that it
147 /** Sets *this to be the identity permutation matrix */
154 /** Sets *this to be the identity permutation matrix of given size.
197 /** \returns the inverse permutation matrix.
203 /** \returns the tranpose permutation matrix.
230 /** \returns the product permutation matrix
510 operator *(const MatrixBase<Derived>& matrix, const PermutationBase<PermutationDerived> &permutation) argument
523 operator *(const PermutationBase<PermutationDerived> &permutation, const MatrixBase<Derived>& matrix) argument
546 permut_matrix_product_retval(const PermutationType& perm, const MatrixType& matrix) argument
664 operator *(const MatrixBase<OtherDerived>& matrix, const Transpose& trPerm) argument
[all...]
/external/skia/src/effects/
H A DSkColorMatrixFilter.cpp322 // apply matrix
373 SkColorMatrix matrix; local
374 if (buffer.readScalarArray(matrix.fMat, 20)) {
375 return Create(matrix);
380 bool SkColorMatrixFilter::asColorMatrix(SkScalar matrix[20]) const {
381 if (matrix) {
382 memcpy(matrix, fMatrix.fMat, 20 * sizeof(SkScalar));
405 static GrFragmentProcessor* Create(const SkColorMatrix& matrix) { argument
406 return SkNEW_ARGS(ColorMatrixEffect, (matrix));
464 // The GL matrix i
487 ColorMatrixEffect(const SkColorMatrix& matrix) argument
[all...]
/external/eigen/Eigen/src/SPQRSupport/
H A DSuiteSparseQRSupport.h45 * Q is the orthogonal matrix represented as Householder reflectors.
52 * \tparam _MatrixType The type of the sparse matrix A, must be a column-major SparseMatrix<>
75 SPQR(const _MatrixType& matrix) argument
82 compute(matrix);
99 void compute(const _MatrixType& matrix) argument
103 MatrixType mat(matrix);
106 Index col = matrix.cols();
121 * Get the number of rows of the input matrix and the Q matrix
126 * Get the number of columns of the input matrix
[all...]
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIncompleteCholesky.h23 * \tparam _MatrixType The type of the sparse matrix. It should be a symmetric
24 * matrix. It is advised to give a row-oriented sparse matrix
25 * \tparam _UpLo The triangular part of the matrix to reference.
44 IncompleteCholesky(const MatrixType& matrix) : m_shift(1),m_factorizationIsOk(false) argument
46 compute(matrix);
57 * \c NumericalIssue if the matrix appears to be negative.
85 void compute (const MatrixType& matrix) argument
87 analyzePattern(matrix);
88 factorize(matrix);
[all...]

Completed in 625 milliseconds

<<11121314151617181920>>