Searched defs:Matrix (Results 1 - 25 of 46) sorted by last modified time

12

/external/skia/src/sfnt/
H A DSkOTTable_glyf.h157 union Matrix { union in union:SkOTTableGlyphData::Composite::Component::Transform
181 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
187 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
193 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
199 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfCalrgbColorSpaceDictionary_autogen.cpp47 SkPdfArray* SkPdfCalrgbColorSpaceDictionary::Matrix(SkPdfNativeDoc* doc) { function in class:SkPdfCalrgbColorSpaceDictionary
48 SkPdfNativeObject* ret = get("Matrix", "");
56 return get("Matrix", "") != NULL;
H A DSkPdfType1FormDictionary_autogen.cpp83 SkMatrix SkPdfType1FormDictionary::Matrix(SkPdfNativeDoc* doc) { function in class:SkPdfType1FormDictionary
84 SkPdfNativeObject* ret = get("Matrix", "");
92 return get("Matrix", "") != NULL;
H A DSkPdfType1PatternDictionary_autogen.cpp107 SkMatrix SkPdfType1PatternDictionary::Matrix(SkPdfNativeDoc* doc) { function in class:SkPdfType1PatternDictionary
108 SkPdfNativeObject* ret = get("Matrix", "");
116 return get("Matrix", "") != NULL;
H A DSkPdfType1ShadingDictionary_autogen.cpp23 SkPdfArray* SkPdfType1ShadingDictionary::Matrix(SkPdfNativeDoc* doc) { function in class:SkPdfType1ShadingDictionary
24 SkPdfNativeObject* ret = get("Matrix", "");
32 return get("Matrix", "") != NULL;
H A DSkPdfType2PatternDictionary_autogen.cpp67 SkPdfArray* SkPdfType2PatternDictionary::Matrix(SkPdfNativeDoc* doc) { function in class:SkPdfType2PatternDictionary
68 SkPdfNativeObject* ret = get("Matrix", "");
76 return get("Matrix", "") != NULL;
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmslut.c380 const cmsFloat64Number* Matrix, const cmsFloat64Number* Offset)
411 NewElem ->Double[i] = Matrix[i];
1015 // Matrix-based conversion, which is more accurate, but slower and cannot properly be saved in devicelink profiles
379 cmsStageAllocMatrix(cmsContext ContextID, cmsUInt32Number Rows, cmsUInt32Number Cols, const cmsFloat64Number* Matrix, const cmsFloat64Number* Offset) argument
H A Dcmsps2.c78 Matrix-shaper based
90 /MatrixABC [Matrix]
733 int EmitCIEBasedABC(cmsIOHANDLER* m, cmsFloat64Number* Matrix, cmsToneCurve** CurveSet, cmsCIEXYZ* BlackPoint) argument
749 _cmsIOPrintf(m, "%.6f %.6f %.6f ", Matrix[i + 3*0],
750 Matrix[i + 3*1],
751 Matrix[i + 3*2]);
948 int WriteInputMatrixShaper(cmsIOHANDLER* m, cmsHPROFILE hProfile, cmsStage* Matrix, cmsStage* Shaper) argument
970 memmove(&Mat, GetPtrToMatrix(Matrix), sizeof(Mat));
1052 cmsStage* Matrix, *Shaper; local
1081 if (cmsPipelineCheckAndRetreiveStages(lut, 2, cmsSigCurveSetElemType, cmsSigMatrixElemType, &Shaper, &Matrix)) {
[all...]
H A Dcmstypes.c1730 // That will create a MPE LUT with Matrix, pre tables, CLUT and post tables.
1741 cmsFloat64Number Matrix[3*3]; local
1762 // Read the Matrix
1763 if (!_cmsRead15Fixed16Number(io, &Matrix[0])) goto Error;
1764 if (!_cmsRead15Fixed16Number(io, &Matrix[1])) goto Error;
1765 if (!_cmsRead15Fixed16Number(io, &Matrix[2])) goto Error;
1766 if (!_cmsRead15Fixed16Number(io, &Matrix[3])) goto Error;
1767 if (!_cmsRead15Fixed16Number(io, &Matrix[4])) goto Error;
1768 if (!_cmsRead15Fixed16Number(io, &Matrix[5])) goto Error;
1769 if (!_cmsRead15Fixed16Number(io, &Matrix[
2035 cmsFloat64Number Matrix[3*3]; local
2667 cmsStage * Matrix = NULL; local
2852 cmsStage *Matrix = NULL; local
4175 cmsFloat64Number* Matrix; local
4229 _cmsStageMatrixData* Matrix = (_cmsStageMatrixData*) mpe ->Data; local
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMatrix.h11 * GDI+ Matrix class
15 class Matrix : public GdiplusBase class in inherits:GdiplusBase
28 Matrix() function in class:Matrix
37 Matrix(IN REAL m11, function in class:Matrix
52 Matrix(IN const RectF& rect, function in class:Matrix
64 Matrix(IN const Rect& rect, function in class:Matrix
76 ~Matrix()
81 Matrix *Clone() const
91 return new Matrix(cloneMatrix);
137 Status Multiply(IN const Matrix *matri
271 Matrix(const Matrix& matrix) function in class:Matrix
287 Matrix(GpMatrix *nativeMatrix) function in class:Matrix
[all...]
/external/opencv/cvaux/src/
H A Dcvscanlines.cpp47 icvGetNormalVector3( CvMatrix3 * Matrix, float *v ) argument
50 to all the row vectors of Matrix */
57 if( Matrix == 0 || v == 0 )
63 M[i * 3 + j] = (double) (Matrix->m[i][j]);
/external/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h50 LiveIntervalUnion::Array Matrix; member in class:llvm::LiveRegMatrix
142 LiveIntervalUnion *getLiveUnions() { return &Matrix[0]; }
/external/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h131 typedef MatrixT Matrix; typedef in class:PBQP::PoolCostAllocator
H A DGraph.h54 typedef typename SolverT::Matrix Matrix; typedef in class:PBQP::Graph
374 "Matrix dimensions mismatch.");
443 const Matrix& getEdgeCosts(EdgeId EId) const { return *getEdge(EId).Costs; }
601 const Matrix& M = getEdgeCosts(EId);
630 const Matrix &EdgeCosts = getEdgeCosts(EId);
H A DReductionRules.h32 typedef typename GraphT::Matrix Matrix; typedef
41 const Matrix &ECosts = G.getEdgeCosts(EId);
76 typedef typename GraphT::Matrix Matrix; typedef
94 const Matrix *YXECosts = FlipEdge1 ?
95 new Matrix(G.getEdgeCosts(YXEId).transpose()) :
98 const Matrix *ZXECosts = FlipEdge2 ?
99 new Matrix(G.getEdgeCosts(ZXEId).transpose()) :
132 const Matrix
161 typedef typename GraphT::Matrix Matrix; typedef
[all...]
H A DRegAllocSolver.h41 MatrixMetadata(const PBQP::Matrix& M)
134 typedef PBQP::Matrix RawMatrix;
136 typedef RAMatrix Matrix; typedef in class:PBQP::RegAlloc::RegAllocSolverImpl
139 Matrix, PBQP::MatrixComparator> CostAllocator;
198 void handleSetEdgeCosts(EdgeId EId, const Matrix& NewCosts) {
/external/llvm/lib/CodeGen/
H A DRegAllocBase.h65 LiveRegMatrix *Matrix; member in class:llvm::RegAllocBase
69 : TRI(nullptr), MRI(nullptr), VRM(nullptr), LIS(nullptr), Matrix(nullptr) {}
/external/eigen/Eigen/src/Core/
H A DMap.h184 inline Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>
185 ::Matrix(const Scalar *data) function in class:Eigen::Matrix
187 this->_set_noalias(Eigen::Map<const Matrix>(data));
H A DMatrix.h16 /** \class Matrix
21 * The %Matrix class is the work-horse for all \em dense (\ref dense "note") matrices and vectors within Eigen.
24 * The %Matrix class encompasses \em both fixed-size and dynamic-size objects (\ref fixedsize "note").
42 * \li \c Matrix2d is a 2x2 square matrix of doubles (\c Matrix<double, 2, 2>)
43 * \li \c Vector4f is a vector of 4 floats (\c Matrix<float, 4, 1>)
44 * \li \c RowVector3i is a row-vector of 3 ints (\c Matrix<int, 1, 3>)
46 * \li \c MatrixXf is a dynamic-size matrix of floats (\c Matrix<float, Dynamic, Dynamic>)
47 * \li \c VectorXf is a dynamic-size vector of floats (\c Matrix<float, Dynamic, 1>)
49 * \li \c Matrix2Xf is a partially fixed-size (dynamic-size) matrix of floats (\c Matrix<float, 2, Dynamic>)
50 * \li \c MatrixX3d is a partially dynamic-size (fixed-size) matrix of double (\c Matrix<doubl
127 class Matrix class in namespace:Eigen
203 EIGEN_STRONG_INLINE Matrix() : Base() function in class:Eigen::Matrix
210 Matrix(internal::constructor_without_unaligned_array_assert) function in class:Eigen::Matrix
220 EIGEN_STRONG_INLINE explicit Matrix(Index dim) function in class:Eigen::Matrix
232 EIGEN_STRONG_INLINE Matrix(const T0& x, const T1& y) function in class:Eigen::Matrix
249 EIGEN_STRONG_INLINE Matrix(const Scalar& x, const Scalar& y, const Scalar& z) function in class:Eigen::Matrix
258 EIGEN_STRONG_INLINE Matrix(const Scalar& x, const Scalar& y, const Scalar& z, const Scalar& w) function in class:Eigen::Matrix
272 EIGEN_STRONG_INLINE Matrix(const MatrixBase<OtherDerived>& other) function in class:Eigen::Matrix
284 EIGEN_STRONG_INLINE Matrix(const Matrix& other) function in class:Eigen::Matrix
292 EIGEN_STRONG_INLINE Matrix(const ReturnByValue<OtherDerived>& other) function in class:Eigen::Matrix
303 EIGEN_STRONG_INLINE Matrix(const EigenBase<OtherDerived> &other) function in class:Eigen::Matrix
[all...]
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DRotationBase.h15 // in 2D and 3D space excepted Matrix and Quaternion.
33 typedef Matrix<Scalar,Dim,Dim> RotationMatrixType;
63 Matrix<_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols>
64 ::Matrix(const RotationBase<OtherDerived,ColsAtCompileTime>& r) function in class:Eigen::Matrix
66 EIGEN_STATIC_ASSERT_MATRIX_SPECIFIC_SIZE(Matrix,int(OtherDerived::Dim),int(OtherDerived::Dim))
76 Matrix<_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols>&
77 Matrix<_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols>
80 EIGEN_STATIC_ASSERT_MATRIX_SPECIFIC_SIZE(Matrix,int(OtherDerived::Dim),int(OtherDerived::Dim))
103 static inline Matrix<Scalar,2,2> ei_toRotationMatrix(const Scalar& s)
110 static inline Matrix<Scala
[all...]
/external/eigen/Eigen/src/Geometry/
H A DRotationBase.h37 typedef Matrix<Scalar,Dim,Dim> RotationMatrixType;
38 typedef Matrix<Scalar,Dim,1> VectorType;
104 typedef Matrix<typename RotationDerived::Scalar,Dim,Dim> ReturnType;
125 typedef Matrix<typename RotationDerived::Scalar,Dim,1> ReturnType;
140 Matrix<_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols>
141 ::Matrix(const RotationBase<OtherDerived,ColsAtCompileTime>& r) function in class:Eigen::Matrix
143 EIGEN_STATIC_ASSERT_MATRIX_SPECIFIC_SIZE(Matrix,int(OtherDerived::Dim),int(OtherDerived::Dim))
153 Matrix<_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols>&
154 Matrix<_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols>
157 EIGEN_STATIC_ASSERT_MATRIX_SPECIFIC_SIZE(Matrix,in
[all...]
/external/eigen/bench/spbench/
H A Dspbenchsolver.h214 void call_solver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, const Matrix<Scalar, Dynamic, 1>& b, const Matrix<Scalar, Dynamic, 1>& refX,std::ofstream& statbuf) argument
221 Matrix<Scalar, Dynamic, 1> x;
261 Matrix<Scalar, Dynamic, 1> temp;
279 void call_directsolver(Solver& solver, const int solver_id, const typename Solver::MatrixType& A, const Matrix<Scalar, Dynamic, 1>& b, const Matrix<Scalar, Dynamic, 1>& refX, std::string& statFile) argument
289 void call_itersolver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, const Matrix<Scalar, Dynamic, 1>& b, const Matrix<Scalar, Dynamic, 1>& refX, std::string& statFile) argument
305 void SelectSolvers(const SparseMatrix<Scalar>&A, unsigned int sym, Matrix<Scalar, Dynamic, 1>& b, const Matrix<Scala argument
[all...]
/external/eigen/demos/opengl/
H A Dgpuhelper.h38 \sa Matrix, loadMatrix(), forceMatrixMode()
41 void multMatrix(const Matrix<Scalar,4,4, _Flags, 4,4>& mat, GLenum matrixTarget);
48 \sa Matrix, multMatrix(), forceMatrixMode()
51 void loadMatrix(const Eigen::Matrix<Scalar,4,4, _Flags, 4,4>& mat, GLenum matrixTarget);
70 inline void pushMatrix(const Matrix<Scalar,4,4, _Flags, 4,4>& mat, GLenum matrixTarget);
120 static void loadMatrix(const Matrix<float, 4,4, _Flags, 4,4>& mat) { glLoadMatrixf(mat.data()); } argument
121 static void loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glLoadMatrixd(mat.data()); } argument
122 static void multMatrix(const Matrix<float, 4,4, _Flags, 4,4>& mat) { glMultMatrixf(mat.data()); } argument
123 static void multMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glMultMatrixd(mat.data()); } argument
128 static void loadMatrix(const Matrix<floa argument
129 loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) argument
130 multMatrix(const Matrix<float, 4,4, _Flags, 4,4>& mat) argument
131 multMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) argument
141 multMatrix(const Matrix<Scalar,4,4, _Flags, 4,4>& mat, GLenum matrixTarget) argument
170 pushMatrix(const Matrix<Scalar,4,4, _Flags, 4,4>& mat, GLenum matrixTarget) argument
[all...]
/external/eigen/test/eigen2/
H A Dgsl_helper.h26 typedef gsl_matrix* Matrix; typedef in struct:Eigen::GslTraits
28 static Matrix createMatrix(int rows, int cols) { return gsl_matrix_alloc(rows,cols); }
30 static void free(Matrix& m) { gsl_matrix_free(m); m=0; }
32 static void prod(const Matrix& m, const Vector& v, Vector& x) { gsl_blas_dgemv(CblasNoTrans,1,m,v,0,x); }
33 static void cholesky(Matrix& m) { gsl_linalg_cholesky_decomp(m); }
34 static void cholesky_solve(const Matrix& m, const Vector& b, Vector& x) { gsl_linalg_cholesky_solve(m,b,x); }
35 static void eigen_symm(const Matrix& m, Vector& eval, Matrix& evec)
38 Matrix a = createMatrix(m->size1, m->size2);
45 static void eigen_symm_gen(const Matrix
61 typedef gsl_matrix_complex* Matrix; typedef in struct:Eigen::GslTraits
[all...]

Completed in 2345 milliseconds

12