/external/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/ |
FrancoBolloGnomeEzechi.svg | 90 <linearGradient gradientTransform="matrix(0.910869,0.000000,0.000000,0.910869,-217.6704,-192.6088)" gradientUnits="userSpaceOnUse" id="linearGradient35381" inkscape:collect="always" x1="407.15894" x2="848.40326" xlink:href="#linearGradient11879" y1="311.72314" y2="919.31342"/> 91 <linearGradient gradientTransform="matrix(0.910869,0.000000,0.000000,0.910869,-217.6704,-192.6088)" gradientUnits="userSpaceOnUse" id="linearGradient35383" inkscape:collect="always" x1="407.15894" x2="848.40326" xlink:href="#linearGradient11879" y1="311.72314" y2="919.31342"/> 92 <linearGradient gradientTransform="matrix(0.607623,0.000000,0.000000,0.607623,128.2056,118.9165)" gradientUnits="userSpaceOnUse" id="linearGradient35385" inkscape:collect="always" x1="88.689644" x2="663.18671" xlink:href="#linearGradient2486" y1="399.76526" y2="399.76526"/> 93 <linearGradient gradientTransform="matrix(0.607623,0.000000,0.000000,0.522387,127.4013,65.78412)" gradientUnits="userSpaceOnUse" id="linearGradient35387" inkscape:collect="always" x1="377.26190" x2="398.44153" xlink:href="#linearGradient2486" y1="110.11734" y2="465.66083"/> 94 <linearGradient gradientTransform="matrix(0.608580,0.000000,0.000000,0.607623,126.7668,56.98339)" gradientUnits="userSpaceOnUse" id="linearGradient35389" inkscape:collect="always" x1="358.48715" x2="377.03015" xlink:href="#linearGradient2478" y1="277.88568" y2="701.47797"/> 95 <linearGradient gradientTransform="matrix(0.607623,0.000000,0.000000,0.607623,128.2056,57.38556)" gradientUnits="userSpaceOnUse" id="linearGradient35391" inkscape:collect="always" x1="660.53931" x2="551.99377" xlink:href="#linearGradient2486" y1="910.72351" y2="777.02716"/> 96 <radialGradient cx="376.73111" cy="609.92218" fx="376.73111" fy="609.92218" gradientTransform="matrix(1.000000,0.000000,0.000000,1.011099,2.565231e-12,-6.769489)" gradientUnits="userSpaceOnUse" id="radialGradient35393" inkscape:collect="always" r="394.68500" xlink:href="#linearGradient2088"/> 97 <radialGradient cx="376.73111" cy="609.92218" fx="376.73111" fy="609.92218" gradientTransform="matrix(1.623165,-2.064176e-7,1.612990e-7,1.268375,-234.7656,-163.6877)" gradientUnits="userSpaceOnUse" id="radialGradient35395" inkscape:collect="always" r="315.40280" xlink:href="#linearGradient2112"/> 98 <radialGradient cx="376.73111" cy="609.92218" fx="376.73111" fy="609.92218" gradientTransform="matrix(1.623165,-2.064176e-7,1.612990e-7,1.268375,-234.7656,-163.6877)" gradientUnits="userSpaceOnUse" id="radialGradient35397" inkscape:collect="always" r="315.40280" xlink:href="#linearGradient2130"/> 99 <radialGradient cx="376.73111" cy="609.92218" fx="376.73111" fy="609.92218" gradientTransform="matrix(1.000000,0.000000,0.000000,1.013548,2.479325e-12,-8.263407)" gradientUnits="userSpaceOnUse" id="ra (…) [all...] |
/external/chromium_org/third_party/freetype/include/freetype/ |
ftglyph.h | 275 /* matrix :: A pointer to a 2x2 matrix to apply. */ 284 /* The 2x2 transformation matrix is also applied to the glyph's */ 289 FT_Matrix* matrix, 604 FT_Matrix_Invert( FT_Matrix* matrix ); variable [all...] |
/external/chromium_org/third_party/qcms/src/ |
transform.c | 30 #include "matrix.h" 38 // Build a White point, primary chromas transfer matrix from RGB to CIE XYZ 45 // - First I build the absolute conversion matrix using 46 // primaries in XYZ. This matrix is next inverted 47 // - Then I eval the source white point across this matrix 49 // - Then, I apply these coeficients to the original matrix 50 static struct matrix build_RGB_to_XYZ_transfer_matrix(qcms_CIE_xyY white, qcms_CIE_xyYTRIPLE primrs) 52 struct matrix primaries; 53 struct matrix primaries_invert; 54 struct matrix result [all...] |
/external/freetype/include/freetype/ |
ftglyph.h | 275 /* matrix :: A pointer to a 2x2 matrix to apply. */ 284 /* The 2x2 transformation matrix is also applied to the glyph's */ 289 FT_Matrix* matrix, 604 FT_Matrix_Invert( FT_Matrix* matrix ); variable [all...] |
/external/ceres-solver/internal/ceres/ |
visibility_based_preconditioner.cc | 134 // preconditioner matrix. 173 // Allocate storage for the preconditioner matrix. 208 // matrix. For each pair of cameras contributing a non-zero cell to 238 // Iterate over each row of the matrix. The block structure of the 239 // matrix is assumed to be sorted in order of the e_blocks/point 326 // Update the values of the preconditioner matrix and factorize it. 334 // eliminator combines the computation of the reduced camera matrix 347 // Try factorizing the matrix. For CLUSTER_JACOBI, this should 349 // CLUSTER_TRIDIAGONAL, in general the preconditioner matrix as 357 // Doing the factorization like this saves us matrix mass whe [all...] |
dense_sparse_matrix.cc | 88 VectorRef(y, num_rows()) += matrix() * ConstVectorRef(x, num_cols()); 93 matrix().transpose() * ConstVectorRef(x, num_rows()); 104 void DenseSparseMatrix::ToDenseMatrix(Matrix* dense_matrix) const { 147 ConstColMajorMatrixRef DenseSparseMatrix::matrix() const { function in class:ceres::internal::DenseSparseMatrix
|
/external/chromium_org/third_party/skia/src/effects/gradients/ |
SkTwoPointConicalGradient.cpp | 256 const SkMatrix& matrix) { 257 if (!this->INHERITED::setContext(device, paint, matrix)) { 272 SkBitmap* bitmap, SkMatrix* matrix, SkShader::TileMode* xy) const { 279 if (matrix) { 282 if (matrix) { 286 matrix->setSinCos(-SkScalarMul(invDiffLen, diff.fY), 289 matrix->reset(); 291 matrix->preTranslate(-fCenter1.fX, -fCenter1.fY); 389 const SkMatrix& matrix, 391 AutoEffectUnref effect(SkNEW_ARGS(GrConical2Gradient, (ctx, shader, matrix, tm))) 713 SkMatrix matrix; local [all...] |
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
AutoDiffScalar.h | 53 * AutoDiffScalar can be used as the scalar type of an Eigen::Matrix object. However, 54 * in that case, the expression template mechanism only occurs at the top Matrix level, 449 struct make_coherent_impl<Matrix<A_Scalar, A_Rows, A_Cols, A_Options, A_MaxRows, A_MaxCols>, B> { 450 typedef Matrix<A_Scalar, A_Rows, A_Cols, A_Options, A_MaxRows, A_MaxCols> A; 461 struct make_coherent_impl<A, Matrix<B_Scalar, B_Rows, B_Cols, B_Options, B_MaxRows, B_MaxCols> > { 462 typedef Matrix<B_Scalar, B_Rows, B_Cols, B_Options, B_MaxRows, B_MaxCols> B; 474 struct make_coherent_impl<Matrix<A_Scalar, A_Rows, A_Cols, A_Options, A_MaxRows, A_MaxCols>, 475 Matrix<B_Scalar, B_Rows, B_Cols, B_Options, B_MaxRows, B_MaxCols> > { 476 typedef Matrix<A_Scalar, A_Rows, A_Cols, A_Options, A_MaxRows, A_MaxCols> A; 477 typedef Matrix<B_Scalar, B_Rows, B_Cols, B_Options, B_MaxRows, B_MaxCols> B [all...] |
/external/freetype/src/cff/ |
cffparse.c | 514 FT_Matrix* matrix = &dict->font_matrix; local 530 /* We expect a well-formed font matrix, this is, the matrix elements */ 536 matrix->xx = cff_parse_fixed_dynamic( data++, &scaling ); 542 /* Return default matrix in case of unlikely values. */ 547 " using default matrix\n", scaling )); 549 matrix->xx = 0x10000L; 550 matrix->yx = 0; 551 matrix->xy = 0; 552 matrix->yy = 0x10000L [all...] |
/external/skia/src/effects/gradients/ |
SkTwoPointConicalGradient.cpp | 256 const SkMatrix& matrix) { 257 if (!this->INHERITED::setContext(device, paint, matrix)) { 272 SkBitmap* bitmap, SkMatrix* matrix, SkShader::TileMode* xy) const { 279 if (matrix) { 282 if (matrix) { 286 matrix->setSinCos(-SkScalarMul(invDiffLen, diff.fY), 289 matrix->reset(); 291 matrix->preTranslate(-fCenter1.fX, -fCenter1.fY); 389 const SkMatrix& matrix, 391 AutoEffectUnref effect(SkNEW_ARGS(GrConical2Gradient, (ctx, shader, matrix, tm))) 713 SkMatrix matrix; local [all...] |
/external/skia/tests/ |
MatrixTest.cpp | 87 SkMatrix matrix; local 91 matrix.setRectToRect(src, dst, SkMatrix::kFill_ScaleToFit); 92 REPORTER_ASSERT(reporter, SkMatrix::kIdentity_Mask == matrix.getType()); 93 REPORTER_ASSERT(reporter, matrix.rectStaysRect()); 96 matrix.setRectToRect(src, dst, SkMatrix::kFill_ScaleToFit); 97 REPORTER_ASSERT(reporter, SkMatrix::kTranslate_Mask == matrix.getType()); 98 REPORTER_ASSERT(reporter, matrix.rectStaysRect()); 101 matrix.setRectToRect(src, dst, SkMatrix::kFill_ScaleToFit); 103 (SkMatrix::kTranslate_Mask | SkMatrix::kScale_Mask) == matrix.getType()); 104 REPORTER_ASSERT(reporter, matrix.rectStaysRect()) [all...] |
/frameworks/native/opengl/libagl/ |
matrix.cpp | 1 /* libs/opengles/matrix.cpp 24 #include "matrix.h" 29 #warning "matrix.cpp should not be compiled in thumb on ARM." 135 vpt.transform.matrix.load(vpt.matrix); 173 matrix = gIdentityx; 194 const GLfixed* const m = matrix.m; 219 GLfixed const * const m = matrix.m; 408 memcpy(transform.matrix.m, rhs, sizeof(transform.matrix.m)) [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkScalerContext.cpp | 377 SkMatrix matrix; local 380 fRec.getMatrixFrom2x2(&matrix); 383 if (fMaskFilter->filterMask(&dst, src, matrix, NULL)) { 534 SkMatrix matrix; local 535 matrix.setTranslate(-SkIntToScalar(mask.fBounds.fLeft), 551 matrix.setTranslate(-SkIntToScalar(mask.fBounds.fLeft + 1), 553 matrix.postScale(SkIntToScalar(4), SK_Scalar1); 582 draw.fMatrix = &matrix; 697 SkMatrix matrix; local 716 fRec.getMatrixFrom2x2(&matrix); 792 SkMatrix matrix, inverse; local [all...] |
/external/skia/src/core/ |
SkScalerContext.cpp | 377 SkMatrix matrix; local 380 fRec.getMatrixFrom2x2(&matrix); 383 if (fMaskFilter->filterMask(&dst, src, matrix, NULL)) { 534 SkMatrix matrix; local 535 matrix.setTranslate(-SkIntToScalar(mask.fBounds.fLeft), 551 matrix.setTranslate(-SkIntToScalar(mask.fBounds.fLeft + 1), 553 matrix.postScale(SkIntToScalar(4), SK_Scalar1); 582 draw.fMatrix = &matrix; 697 SkMatrix matrix; local 716 fRec.getMatrixFrom2x2(&matrix); 792 SkMatrix matrix, inverse; local [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkCanvas.h | 36 This includes a reference to the device itself, and a stack of matrix/clip 98 * matrix and clip. Note: this happens automatically when the device 219 /** save the matrix state, restoring it on restore() */ 236 /** This call saves the current matrix, clip, and drawFilter, and pushes a 240 When the balancing call to restore() is made, the previous matrix, clip, 278 modifications to the matrix/clip/drawFilter state since the last save 284 /** Returns the number of matrix/clip states on the SkCanvas' private stack. 301 /** Preconcat the current matrix with the specified translation 308 /** Preconcat the current matrix with the specified scale. 315 /** Preconcat the current matrix with the specified rotation [all...] |
/external/opencv/cvaux/src/ |
cvlevmarprojbandle.cpp | 72 /* Compute derivate for given projection matrix points and status of points */ 86 CV_ERROR( CV_StsUnsupportedFormat, "points4D must be a matrix 4xN" ); 105 CV_ERROR( CV_StsUnsupportedFormat, "projMatr must be a matrix 3x4" ); 110 CV_ERROR( CV_StsOutOfRange, "Size of projection matrix (projMatr) must be 3x4" ); 115 CV_ERROR( CV_StsUnsupportedFormat, "Status must be a matrix 1xN" ); 125 CV_ERROR( CV_StsUnsupportedFormat, "derivProj must be a matrix VisN x 12" ); 130 CV_ERROR( CV_StsOutOfRange, "derivProj must be a matrix VisN x 12" ); 139 /* Copy projection matrix */ 145 /* Fill deriv matrix */ 175 /* fill derivate by projection matrix */ [all...] |
/external/skia/include/core/ |
SkCanvas.h | 43 This includes a reference to the device itself, and a stack of matrix/clip 105 * matrix and clip. Note: this happens automatically when the device 226 /** save the matrix state, restoring it on restore() */ 243 /** This call saves the current matrix, clip, and drawFilter, and pushes a 247 When the balancing call to restore() is made, the previous matrix, clip, 285 modifications to the matrix/clip/drawFilter state since the last save 291 /** Returns the number of matrix/clip states on the SkCanvas' private stack. 308 /** Preconcat the current matrix with the specified translation 315 /** Preconcat the current matrix with the specified scale. 322 /** Preconcat the current matrix with the specified rotation [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Quaternion.java | 321 * matrix. This matrix is assumed to be a rotational matrix.
323 * @param matrix
324 * the matrix that defines the rotation.
326 public Quaternion fromRotationMatrix(Matrix3f matrix) {
327 return fromRotationMatrix(matrix.m00, matrix.m01, matrix.m02, matrix.m10, 383 Matrix3f matrix = new Matrix3f(); local [all...] |
/external/opencv/ml/src/ |
ml_inner_functions.cpp | 124 /* Calculates upper triangular matrix S, where A is a symmetrical matrix A=S'*S */ 157 average row vector, <cov> - symmetric covariation matrix */ 371 void cvCompleteSymm( CvMat* matrix, int lower_to_upper ) 381 if( !CV_IS_MAT(matrix)) 382 CV_ERROR(CV_StsBadArg, "Invalid matrix argument"); 384 rows = matrix->rows; 385 cols = matrix->cols; 386 step = matrix->step / CV_ELEM_SIZE(matrix->type) [all...] |
/cts/suite/cts/deviceTests/opengl/test/ |
Android.mk | 25 LOCAL_SRC_FILES += ../jni/graphics/Matrix.cpp
|
/cts/suite/cts/deviceTests/simplecpu/src/com/android/cts/simplecpu/ |
CpuNative.java | 33 * run matrix multiplication of (n x n) x (n x n)
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
Matrix_ScaleToFitTest.java | 19 import android.graphics.Matrix.ScaleToFit;
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
MatrixPaletteActivity.java | 24 * This sample shows how to implement a Matrix Palette
|
/external/ceres-solver/examples/ |
nist.cc | 124 typedef Eigen::Matrix<double, Dynamic, 1> Vector; 125 typedef Eigen::Matrix<double, Dynamic, Dynamic, RowMajor> Matrix; 239 Matrix initial_parameters(int start) const { return initial_parameters_.row(start); } 240 Matrix final_parameters() const { return final_parameters_; } 241 Matrix predictor() const { return predictor_; } 242 Matrix response() const { return response_; } 251 Matrix predictor_; 252 Matrix response_; 253 Matrix initial_parameters_ [all...] |
/external/ceres-solver/include/ceres/internal/ |
numeric_diff.h | 96 using Eigen::Matrix; 100 typedef Matrix<double, kNumResiduals, 1> ResidualVector; 101 typedef Matrix<double, kParameterBlockSize, 1> ParameterVector; 102 typedef Matrix<double, kNumResiduals, kParameterBlockSize,
|