Home
last modified time | relevance | path

Searched defs:matrix (Results 1 – 25 of 650) sorted by relevance

12345678910>>...26

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGMatrixTearOff.cpp97 RefPtr<SVGMatrixTearOff> matrix = create(value()); in translate() local
104 RefPtr<SVGMatrixTearOff> matrix = create(value()); in scale() local
111 RefPtr<SVGMatrixTearOff> matrix = create(value()); in scaleNonUniform() local
118 RefPtr<SVGMatrixTearOff> matrix = create(value()); in rotate() local
125 RefPtr<SVGMatrixTearOff> matrix = create(value()); in flipX() local
132 RefPtr<SVGMatrixTearOff> matrix = create(value()); in flipY() local
139 RefPtr<SVGMatrixTearOff> matrix = create(value()); in skewX() local
146 RefPtr<SVGMatrixTearOff> matrix = create(value()); in skewY() local
153 RefPtr<SVGMatrixTearOff> matrix = create(value()); in multiply() local
/external/srec/srec/clib/
Dmatx_ops.c41 covdata **matrix; in create_matrix() local
51 void delete_matrix(covdata **matrix, int dimen) in delete_matrix()
62 void diagonal_elements(covdata *vector, covdata **matrix, int dim) in diagonal_elements()
73 int scale_matrix_for_fixedpoint(imeldata **fixmat, covdata **matrix, in scale_matrix_for_fixedpoint()
127 imeldata **matrix; in create_fixed_matrix() local
137 void delete_fixed_matrix(imeldata **matrix, int dimen) in delete_fixed_matrix()
/external/chromium_org/third_party/skia/src/gpu/
DGrPaint.cpp14 void GrPaint::addColorTextureProcessor(GrTexture* texture, const SkMatrix& matrix) { in addColorTextureProcessor()
18 void GrPaint::addCoverageTextureProcessor(GrTexture* texture, const SkMatrix& matrix) { in addCoverageTextureProcessor()
23 const SkMatrix& matrix, in addColorTextureProcessor()
29 const SkMatrix& matrix, in addCoverageTextureProcessor()
/external/skia/src/gpu/
DGrPaint.cpp14 void GrPaint::addColorTextureEffect(GrTexture* texture, const SkMatrix& matrix) { in addColorTextureEffect()
19 void GrPaint::addCoverageTextureEffect(GrTexture* texture, const SkMatrix& matrix) { in addCoverageTextureEffect()
25 const SkMatrix& matrix, in addColorTextureEffect()
32 const SkMatrix& matrix, in addCoverageTextureEffect()
/external/chromium_org/ui/gfx/geometry/
Dmatrix3_unittest.cc34 Matrix3F matrix = Matrix3F::Ones(); in TEST() local
53 Matrix3F matrix = Matrix3F::Zeros(); in TEST() local
100 Matrix3F matrix = Matrix3F::Zeros(); in TEST() local
116 Matrix3F matrix = Matrix3F::Zeros(); in TEST() local
133 Matrix3F matrix = Matrix3F::Zeros(); in TEST() local
Dmatrix3_f.cc60 Matrix3F matrix; in Zeros() local
67 Matrix3F matrix; in Ones() local
74 Matrix3F matrix; in Identity() local
81 Matrix3F matrix; in FromOuterProduct() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowColorMatrixColorFilter.java11 private ColorMatrix matrix; field in ShadowColorMatrixColorFilter
14 public void __constructor__(ColorMatrix matrix) { in __constructor__()
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusMatrix.h30 GpMatrix *matrix = NULL; in Matrix() local
44 GpMatrix *matrix = NULL; in Matrix() local
55 GpMatrix *matrix = NULL; in Matrix() local
67 GpMatrix *matrix = NULL; in Matrix() local
242 BOOL Equals(IN const Matrix *matrix) const in Equals()
/external/skia/src/gpu/effects/
DGrBicubicEffect.h57 static GrEffectRef* Create(GrTexture* tex, const SkMatrix& matrix, in Create()
67 const SkMatrix& matrix, const SkShader::TileMode tileModes[2]) { in Create()
75 static GrEffectRef* Create(GrTexture* tex, const SkMatrix& matrix, const SkRect& domain) { in Create()
DGrSimpleTextureEffect.h63 const SkMatrix& matrix, in GrSimpleTextureEffect()
70 const SkMatrix& matrix, in GrSimpleTextureEffect()
/external/chromium_org/third_party/skia/src/gpu/effects/
DGrBicubicEffect.h56 static GrFragmentProcessor* Create(GrTexture* tex, const SkMatrix& matrix, in Create()
66 const SkMatrix& matrix, in Create()
74 static GrFragmentProcessor* Create(GrTexture* tex, const SkMatrix& matrix, in Create()
DGrSimpleTextureEffect.h60 const SkMatrix& matrix, in GrSimpleTextureEffect()
67 const SkMatrix& matrix, in GrSimpleTextureEffect()
/external/eigen/Eigen/src/CholmodSupport/
DCholmodSupport.h179 CholmodBase(const MatrixType& matrix) in CholmodBase()
212 Derived& compute(const MatrixType& matrix) in compute()
253 void analyzePattern(const MatrixType& matrix) in analyzePattern()
275 void factorize(const MatrixType& matrix) in factorize()
395 CholmodSimplicialLLT(const MatrixType& matrix) : Base() in CholmodSimplicialLLT()
442 CholmodSimplicialLDLT(const MatrixType& matrix) : Base() in CholmodSimplicialLDLT()
487 CholmodSupernodalLLT(const MatrixType& matrix) : Base() in CholmodSupernodalLLT()
534 CholmodDecomposition(const MatrixType& matrix) : Base() in CholmodDecomposition()
/external/chromium_org/third_party/skia/src/effects/
DSkMatrixImageFilter.cpp44 SkMatrix matrix; in CreateProc() local
75 SkMatrix matrix; in onFilterImage() local
109 SkMatrix matrix; in computeFastBounds() local
122 SkMatrix matrix; in onFilterBounds() local
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DMatrix3DTransformOperation.h35 static PassRefPtr<Matrix3DTransformOperation> create(const TransformationMatrix& matrix) in create()
40 TransformationMatrix matrix() const {return m_matrix; } in matrix() function
/external/eigen/Eigen/src/LU/
DDeterminant.h19 (const MatrixBase<Derived>& matrix, int a, int b, int c) in bruteforce_det3_helper()
27 (const MatrixBase<Derived>& matrix, int j, int k, int m, int n) in bruteforce_det4_helper()
/external/chromium_org/third_party/skia/include/effects/
DSk2DPathEffect.h61 static SkLine2DPathEffect* Create(SkScalar width, const SkMatrix& matrix) { in Create()
93 static SkPath2DPathEffect* Create(const SkMatrix& matrix, const SkPath& path) { in Create()
/external/ceres-solver/internal/ceres/
Dincomplete_lq_factorization_test.cc58 CompressedRowSparseMatrix matrix(1, 1, 1); in TEST() local
83 CompressedRowSparseMatrix matrix(10, 10, 100); in TEST() local
122 CompressedRowSparseMatrix matrix(10, 10, 100); in TEST() local
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DImageViewTest.java46 Matrix matrix = new Matrix(); in shouldDrawWithImageMatrix() local
55 Matrix matrix = new Matrix(); in shouldCopyMatrixSetup() local
/external/chromium_org/third_party/skia/src/core/
DSkRasterizer.cpp15 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix, in rasterize()
40 bool SkRasterizer::onRasterize(const SkPath& fillPath, const SkMatrix& matrix, in onRasterize()
/external/skia/include/effects/
DSk2DPathEffect.h64 static SkLine2DPathEffect* Create(SkScalar width, const SkMatrix& matrix) { in Create()
94 static SkPath2DPathEffect* Create(const SkMatrix& matrix, const SkPath& path) { in Create()
/external/skia/src/core/
DSkRasterizer.cpp15 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix, in rasterize()
40 bool SkRasterizer::onRasterize(const SkPath& fillPath, const SkMatrix& matrix, in onRasterize()
/external/eigen/Eigen/src/Core/
DArrayBase.h148 MatrixWrapper<Derived> matrix() { return derived(); } in matrix() function
149 const MatrixWrapper<const Derived> matrix() const { return derived(); } in matrix() function
/external/skia/src/effects/
DSkMatrixImageFilter.cpp63 SkMatrix matrix; in onFilterImage() local
97 SkMatrix matrix; in computeFastBounds() local
110 SkMatrix matrix; in onFilterBounds() local
/external/opencv/cvaux/src/
Dcvscanlines.cpp152 icvMakeScanlines( CvMatrix3 * matrix, in icvMakeScanlines()
260 icvGetCoefficient( CvMatrix3 * matrix, in icvGetCoefficient()
335 icvGetCoefficientDefault( CvMatrix3 * matrix, in icvGetCoefficientDefault()
369 icvGetCoefficientOrto( CvMatrix3 * matrix, in icvGetCoefficientOrto()
435 icvGetStartEnd1( CvMatrix3 * matrix, CvSize imgSize, float *l_start_end, float *r_start_end ) in icvGetStartEnd1()
604 icvGetStartEnd2( CvMatrix3 * matrix, CvSize imgSize, float *l_start_end, float *r_start_end ) in icvGetStartEnd2()
777 icvGetStartEnd3( CvMatrix3 * matrix, CvSize imgSize, float *l_start_end, float *r_start_end ) in icvGetStartEnd3()
952 icvGetStartEnd4( CvMatrix3 * matrix, CvSize imgSize, float *l_start_end, float *r_start_end ) in icvGetStartEnd4()
1122 icvBuildScanlineLeft( CvMatrix3 * matrix, in icvBuildScanlineLeft()
1208 icvBuildScanlineRight( CvMatrix3 * matrix, in icvBuildScanlineRight()
[all …]

12345678910>>...26