/external/chromium_org/chrome/browser/ui/app_list/search/ |
term_break_iterator.cc | 25 // 2D matrix that defines term boundaries. Each row represents current state.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/ |
DropsOnABlade.svg | 358 gradientTransform="matrix(1.227463,-0.577147,0.138491,0.294538,-133.3265,483.4198)" 365 gradientTransform="matrix(0.465538,-0.428473,0.137806,0.149726,232.2444,462.7987)" 376 gradientTransform="matrix(1.18776,-0.453726,7.261682e-2,0.190093,24.9416,442.1549)" 387 gradientTransform="matrix(0.348257,-0.660108,0.17536,9.251516e-2,274.9542,625.592)" 398 gradientTransform="matrix(0.97957,-0.200512,3.976045e-2,0.19424,323.3005,390.7029)" 409 gradientTransform="matrix(-0.404268,-0.770201,0.175554,-9.214653e-2,791.5965,916.4998)" 420 gradientTransform="matrix(-0.565884,-0.482322,0.128612,-0.150895,1058.175,953.0722)" 431 gradientTransform="matrix(0.795628,-0.60559,1.03976,1.365957,-569.7899,-573.5062)" 455 gradientTransform="matrix(0.858275,-0.51319,6.427598e-2,0.107497,-23.89447,722.5342)" 462 gradientTransform="matrix(1.141089,-0.885991,7.681248e-2,9.892851e-2,-85.00793,798.2113) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGTransformList.idl | 38 [StrictTypeChecking, RaisesException] SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
SVGMatrixTearOff.h | 32 // (for example: SVGTransform::matrix).
|
/external/chromium_org/third_party/freetype/src/cff/ |
cffobjs.h | 106 FT_Fixed xx, xy; /* transformation matrix coefficients */
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_matrix_filter.h | 28 /* implementation of all matrix based filters like
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
descrip.mms | 63 matrix.c \ 138 matrix.obj,\ 222 matrix.obj : matrix.c
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
regularize_correlations_FIX.c | 34 /* Add noise to matrix diagonal */
|
/external/chromium_org/third_party/opus/src/silk/float/ |
regularize_correlations_FLP.c | 34 /* Add noise to matrix diagonal */
|
/external/chromium_org/third_party/qcms/ |
google.patch | 94 float ALIGN matrix[3][4]; 104 struct matrix { 162 float (*mat)[4] = transform->matrix; 207 float (*mat)[4] = transform->matrix; 256 float (*mat)[4] = transform->matrix; 299 float (*mat)[4] = transform->matrix; 338 static struct matrix 346 struct matrix lam_rigg = {{ // Bradford matrix 369 float (*mat)[4] = transform->matrix; [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkColorShader.h | 39 const SkMatrix& matrix) SK_OVERRIDE;
|
/external/chromium_org/third_party/skia/include/effects/ |
Sk1DPathEffect.h | 27 /** Called with the current distance along the path, with the current matrix
|
/external/chromium_org/third_party/skia/src/animator/ |
SkMatrixParts.h | 117 // !!! add concat matrix ?
|
/external/chromium_org/third_party/skia/src/core/ |
SkDither.cpp | 10 /* The base dither matrix we use to derive optimized ones for 565 and 4444
|
SkDrawProcs.h | 64 * the matrix is <= 1.0, then this returns true, and sets coverage (simulating
|
SkStrokerPriv.cpp | 140 SkMatrix matrix; local 141 matrix.setScale(radius, radius); 142 matrix.postTranslate(pivot.fX, pivot.fY); 143 int count = SkBuildQuadArc(before, after, dir, &matrix, pts);
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFUtils.cpp | 32 SkPDFArray* SkPDFUtils::MatrixToArray(const SkMatrix& matrix) { 34 if (!matrix.asAffine(values)) { 47 void SkPDFUtils::AppendTransform(const SkMatrix& matrix, SkWStream* content) { 49 if (!matrix.asAffine(values)) {
|
/external/eigen/Eigen/src/Core/arch/Default/ |
Settings.h | 27 /** Defines the threshold between a "small" and a "large" matrix.
|
/external/eigen/Eigen/src/Core/products/ |
TriangularMatrixVector_MKL.h | 29 * Triangular matrix-vector product functionality based on ?TRMV. 41 * This file implements triangular matrix-vector multiplication using BLAS 132 typedef Matrix<EIGTYPE, Dynamic, Dynamic> MatrixLhs; \ 217 typedef Matrix<EIGTYPE, Dynamic, Dynamic> MatrixLhs; \
|
/external/eigen/Eigen/src/Eigen2Support/ |
LeastSquares.h | 122 * 2 - compute the covariance matrix 123 * 3 - pick the eigenvector corresponding to the smallest eigenvalue of the covariance matrix 136 typedef Matrix<Scalar,VectorType::SizeAtCompileTime,VectorType::SizeAtCompileTime> CovMatrixType; 148 // compute the covariance matrix
|
/external/eigen/Eigen/src/misc/ |
Solve.h | 24 typedef Matrix<typename Rhs::Scalar,
|
/external/eigen/doc/special_examples/ |
Tutorial_sparse_example_details.cpp | 5 typedef Eigen::SparseMatrix<double> SpMat; // declares a column-major sparse matrix type of double
|
/external/eigen/test/eigen2/ |
eigen2_alignedbox.cpp | 24 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType;
|
eigen2_cwiseop.cpp | 26 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; 37 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> 39 square = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime>::Random(rows, rows); 151 CALL_SUBTEST_1( cwiseops(Matrix<float, 1, 1>()) );
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
MarketIO.h | 68 header= "%%MatrixMarket matrix coordinate "; 118 // The matrix header is always the first line in the file 260 out << "%%MatrixMarket matrix array complex general\n"; 262 out << "%%MatrixMarket matrix array real general\n";
|