Searched refs:matrix (Results 76 - 100 of 1121) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPoint.idl31 [MeasureAs=SVGPointMatrixTransform] SVGPoint matrixTransform(SVGMatrix matrix);
H A DSVGTransformListTearOff.cpp49 PassRefPtr<SVGTransformTearOff> SVGTransformListTearOff::createSVGTransformFromMatrix(PassRefPtr<SVGMatrixTearOff> matrix) const
51 return SVGSVGElement::createSVGTransformFromMatrix(matrix);
H A DSVGTransform.idl37 readonly attribute SVGMatrix matrix;
40 [RaisesException] void setMatrix(SVGMatrix matrix);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_transform.c31 #include "matrix.h"
37 struct matrix *mat = vg_state_matrix(&ctx->state.vg);
44 struct matrix *mat;
66 struct matrix *mat;
83 struct matrix *dst, src;
106 struct matrix *dst = vg_state_matrix(&ctx->state.vg);
113 struct matrix *dst = vg_state_matrix(&ctx->state.vg);
120 struct matrix *dst = vg_state_matrix(&ctx->state.vg);
127 struct matrix *dst = vg_state_matrix(&ctx->state.vg);
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfUtils.cpp15 void SkTraceMatrix(const SkMatrix& matrix, const char* sz) { argument
18 printf("%f ", SkScalarToDouble(matrix.get(i)));
/external/chromium_org/third_party/skia/gm/
H A Dmatriximagefilter.cpp26 const SkMatrix& matrix, SkPaint::FilterLevel filterLevel) {
28 SkMatrixImageFilter::Create(matrix, filterLevel));
62 SkMatrix matrix; local
64 matrix.setSkew(SkDoubleToScalar(0.5), SkDoubleToScalar(0.2));
71 draw(canvas, srcRect, checkerboard, matrix, SkPaint::kNone_FilterLevel);
74 draw(canvas, srcRect, checkerboard, matrix, SkPaint::kLow_FilterLevel);
79 draw(canvas, srcRect, checkerboard, matrix, SkPaint::kMedium_FilterLevel);
82 draw(canvas, srcRect, checkerboard, matrix, SkPaint::kHigh_FilterLevel);
25 draw(SkCanvas* canvas, const SkRect& rect, const SkBitmap& bitmap, const SkMatrix& matrix, SkPaint::FilterLevel filterLevel) argument
/external/chromium_org/third_party/skia/include/core/
H A DSkMultiPictureDraw.h37 * @param matrix if non-NULL, applied to the CTM when drawing
43 const SkMatrix* matrix = NULL,
61 SkMatrix matrix; member in struct:SkMultiPictureDraw::DrawData
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPaint.cpp14 void GrPaint::addColorTextureProcessor(GrTexture* texture, const SkMatrix& matrix) { argument
15 this->addColorProcessor(GrSimpleTextureEffect::Create(texture, matrix))->unref();
18 void GrPaint::addCoverageTextureProcessor(GrTexture* texture, const SkMatrix& matrix) { argument
19 this->addCoverageProcessor(GrSimpleTextureEffect::Create(texture, matrix))->unref();
23 const SkMatrix& matrix,
25 this->addColorProcessor(GrSimpleTextureEffect::Create(texture, matrix, params))->unref();
29 const SkMatrix& matrix,
31 this->addCoverageProcessor(GrSimpleTextureEffect::Create(texture, matrix, params))->unref();
22 addColorTextureProcessor(GrTexture* texture, const SkMatrix& matrix, const GrTextureParams& params) argument
28 addCoverageTextureProcessor(GrTexture* texture, const SkMatrix& matrix, const GrTextureParams& params) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_transform.c31 #include "matrix.h"
37 struct matrix *mat = vg_state_matrix(&ctx->state.vg);
44 struct matrix *mat;
66 struct matrix *mat;
83 struct matrix *dst, src;
106 struct matrix *dst = vg_state_matrix(&ctx->state.vg);
113 struct matrix *dst = vg_state_matrix(&ctx->state.vg);
120 struct matrix *dst = vg_state_matrix(&ctx->state.vg);
127 struct matrix *dst = vg_state_matrix(&ctx->state.vg);
/external/skia/experimental/PdfViewer/
H A DSkPdfUtils.cpp15 void SkTraceMatrix(const SkMatrix& matrix, const char* sz) { argument
18 printf("%f ", SkScalarToDouble(matrix.get(i)));
/external/skia/gm/
H A Dmatriximagefilter.cpp26 const SkMatrix& matrix, SkPaint::FilterLevel filterLevel) {
28 SkMatrixImageFilter::Create(matrix, filterLevel));
62 SkMatrix matrix; local
64 matrix.setSkew(SkDoubleToScalar(0.5), SkDoubleToScalar(0.2));
71 draw(canvas, srcRect, checkerboard, matrix, SkPaint::kNone_FilterLevel);
74 draw(canvas, srcRect, checkerboard, matrix, SkPaint::kLow_FilterLevel);
79 draw(canvas, srcRect, checkerboard, matrix, SkPaint::kMedium_FilterLevel);
82 draw(canvas, srcRect, checkerboard, matrix, SkPaint::kHigh_FilterLevel);
25 draw(SkCanvas* canvas, const SkRect& rect, const SkBitmap& bitmap, const SkMatrix& matrix, SkPaint::FilterLevel filterLevel) argument
/external/skia/include/core/
H A DSkRasterizer.h25 /** Turn the path into a mask, respecting the specified local->device matrix.
27 bool rasterize(const SkPath& path, const SkMatrix& matrix,
37 virtual bool onRasterize(const SkPath& path, const SkMatrix& matrix,
/external/skia/src/gpu/
H A DGrPaint.cpp14 void GrPaint::addColorTextureEffect(GrTexture* texture, const SkMatrix& matrix) { argument
15 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix);
19 void GrPaint::addCoverageTextureEffect(GrTexture* texture, const SkMatrix& matrix) { argument
20 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix);
25 const SkMatrix& matrix,
27 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params);
32 const SkMatrix& matrix,
34 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params);
24 addColorTextureEffect(GrTexture* texture, const SkMatrix& matrix, const GrTextureParams& params) argument
31 addCoverageTextureEffect(GrTexture* texture, const SkMatrix& matrix, const GrTextureParams& params) argument
/external/eigen/test/eigen2/
H A Deigen2_geometry.cpp90 // rotation matrix conversion
141 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
142 t0.matrix().setZero();
144 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
167 VERIFY((t0.matrix() * t1.matrix()).isIdentity(test_precision<Scalar>()));
170 VERIFY_IS_APPROX(t1.matrix(), t0.matrix());
175 VERIFY_IS_APPROX(t0.matrix(), t1.matrix());
[all...]
H A Deigen2_geometry_with_eigen2_prefix.cpp92 // rotation matrix conversion
143 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
144 t0.matrix().setZero();
146 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
169 VERIFY((t0.matrix() * t1.matrix()).isIdentity(test_precision<Scalar>()));
172 VERIFY_IS_APPROX(t1.matrix(), t0.matrix());
177 VERIFY_IS_APPROX(t0.matrix(), t1.matrix());
[all...]
/external/eigen/Eigen/src/SVD/
H A DUpperBidiagonalization.h55 UpperBidiagonalization(const MatrixType& matrix) argument
56 : m_householder(matrix.rows(), matrix.cols()),
57 m_bidiagonal(matrix.cols(), matrix.cols()),
60 compute(matrix);
63 UpperBidiagonalization& compute(const MatrixType& matrix);
89 UpperBidiagonalization<_MatrixType>& UpperBidiagonalization<_MatrixType>::compute(const _MatrixType& matrix) argument
91 Index rows = matrix.rows();
92 Index cols = matrix
[all...]
H A DJacobiSVD.h24 *** Their role is to reduce the problem of computing the SVD to the case of a square matrix.
87 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) argument
89 if(matrix.rows() > matrix.cols())
91 m_qr.compute(matrix);
92 svd.m_workMatrix = m_qr.matrixQR().block(0,0,matrix.cols(),matrix.cols()).template triangularView<Upper>();
133 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) argument
135 if(matrix.cols() > matrix
172 run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) argument
226 run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) argument
272 run(JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd, const MatrixType& matrix) argument
325 run(JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd, const MatrixType& matrix) argument
415 real_2x2_jacobi_svd(const MatrixType& matrix, Index p, Index q, JacobiRotation<RealScalar> *j_left, JacobiRotation<RealScalar> *j_right) argument
571 JacobiSVD(const MatrixType& matrix, unsigned int computationOptions = 0) argument
599 compute(const MatrixType& matrix) argument
817 compute(const MatrixType& matrix, unsigned int computationOptions) argument
[all...]
/external/eigen/unsupported/test/
H A Dopenglsupport.cpp149 VERIFY_MATRIX(glRotate(qd), Projective3d(qd).matrix());
152 VERIFY_MATRIX(glRotate(qf), Projective3f(qf).matrix());
155 Transform<float,3,AffineCompact> acf3; acf3.matrix().setRandom();
156 VERIFY_MATRIX(glLoadMatrix(acf3), Projective3f(acf3).matrix());
157 VERIFY_MATRIX(glMultMatrix(acf3), Projective3f(acf3).matrix());
160 VERIFY_MATRIX(glLoadMatrix(af3), Projective3f(af3).matrix());
161 VERIFY_MATRIX(glMultMatrix(af3), Projective3f(af3).matrix());
163 Transform<float,3,Projective> pf3; pf3.matrix().setRandom();
164 VERIFY_MATRIX(glLoadMatrix(pf3), Projective3f(pf3).matrix());
165 VERIFY_MATRIX(glMultMatrix(pf3), Projective3f(pf3).matrix());
[all...]
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkSweepGradient.cpp22 SkMatrix* matrix, SkShader::TileMode* xy) const {
26 if (matrix) {
27 *matrix = fPtsToUnit;
98 const SkMatrix& matrix = fDstToIndex; local
104 proc(matrix, SkIntToScalar(x) + SK_ScalarHalf,
111 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf,
117 dx = matrix.getScaleX();
118 dy = matrix.getSkewY();
129 proc(matrix, SkIntToScalar(x) + SK_ScalarHalf,
140 const SkMatrix& matrix local
21 asABitmap(SkBitmap* bitmap, SkMatrix* matrix, SkShader::TileMode* xy) const argument
234 GrSweepGradient(GrContext* ctx, const SkSweepGradient& shader, const SkMatrix& matrix) argument
300 SkMatrix matrix; local
[all...]
/external/chromium_org/cc/blink/
H A Dweb_layer_impl_fixed_bounds.cc51 void WebLayerImplFixedBounds::setTransform(const SkMatrix44& matrix) { argument
53 transform.matrix() = matrix;
58 return original_transform_.matrix();
/external/chromium_org/cc/layers/
H A Dheads_up_display_layer.cc33 gfx::Transform matrix; local
34 matrix.MakeIdentity();
46 matrix.Translate(device_viewport_in_layout_pixels.width() - size, 0.0);
50 SetTransform(matrix);
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
H A Domnibox_popup_view_mac.h44 virtual void OnMatrixRowSelected(OmniboxPopupMatrix* matrix,
46 virtual void OnMatrixRowClicked(OmniboxPopupMatrix* matrix,
48 virtual void OnMatrixRowMiddleClicked(OmniboxPopupMatrix* matrix,
51 OmniboxPopupMatrix* matrix() { return matrix_; } function in class:OmniboxPopupViewMac
63 // field's screen position and the given target for the matrix
80 // Child window containing a matrix which implements the popup.
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_csc.h56 vl_csc_matrix *matrix);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawShader.cpp19 SK_MEMBER(matrix, Matrix),
27 SkDrawShader::SkDrawShader() : matrix(NULL),
40 return matrix ? &matrix->getMatrix() : NULL;
/external/eigen/lapack/
H A Deigenvalues.cpp13 // computes an LU factorization of a general M-by-N matrix A using partial pivoting with row interchanges
59 if(UPLO(*uplo)==UP) mat = matrix(a,*n,*n,*lda).adjoint();
60 else mat = matrix(a,*n,*n,*lda);
69 matrix(a,*n,*n,*lda).setIdentity();
76 matrix(a,*n,*n,*lda) = eig.eigenvectors();

Completed in 564 milliseconds

1234567891011>>