Searched defs:setMatrix (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebCore/platform/graphics/transforms/
H A DAffineTransform.h63 void setMatrix(double a, double b, double c, double d, double e, double f);
164 void setMatrix(const Transform m) function in class:WebCore::AffineTransform
H A DAffineTransform.cpp92 setMatrix(1, 0, 0, 1, 0, 0);
97 setMatrix(a, b, c, d, e, f);
102 setMatrix(1, 0, 0, 1, 0, 0);
105 void AffineTransform::setMatrix(double a, double b, double c, double d, double e, double f) function in class:WebCore::AffineTransform
173 setMatrix(trans.m_transform);
H A DTransformationMatrix.h71 TransformationMatrix(double a, double b, double c, double d, double e, double f) { setMatrix(a, b, c, d, e, f); }
77 setMatrix(m11, m12, m13, m14, m21, m22, m23, m24, m31, m32, m33, m34, m41, m42, m43, m44);
80 void setMatrix(double a, double b, double c, double d, double e, double f) function in class:WebCore::TransformationMatrix
88 void setMatrix(double m11, double m12, double m13, double m14, function in class:WebCore::TransformationMatrix
101 setMatrix(t.m_matrix);
107 setMatrix(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
345 void setMatrix(const Matrix4 m) function in class:WebCore::TransformationMatrix
/external/webkit/WebCore/svg/
H A DSVGTransform.cpp84 void SVGTransform::setMatrix(AffineTransform matrix) function in class:SVGTransform
/external/skia/src/utils/
H A DSkLayer.cpp70 void SkLayer::setMatrix(const SkMatrix& matrix) { function in class:SkLayer
195 canvas->setMatrix(getRootLayer()->getMatrix());
H A DSkNWayCanvas.cpp117 void SkNWayCanvas::setMatrix(const SkMatrix& matrix) { function in class:SkNWayCanvas
120 iter->setMatrix(matrix);
122 this->INHERITED::setMatrix(matrix);
H A DSkProxyCanvas.cpp62 void SkProxyCanvas::setMatrix(const SkMatrix& matrix) { function in class:SkProxyCanvas
63 fProxy->setMatrix(matrix);
H A DSkDumpCanvas.cpp233 void SkDumpCanvas::setMatrix(const SkMatrix& matrix) { function in class:SkDumpCanvas
236 this->dump(kMatrix_Verb, NULL, "setMatrix(%s)", str.c_str());
237 this->INHERITED::setMatrix(matrix);
/external/skia/src/core/
H A DSkPictureRecord.cpp117 void SkPictureRecord::setMatrix(const SkMatrix& matrix) { function in class:SkPictureRecord
122 this->INHERITED::setMatrix(matrix);
H A DSkCanvas.cpp807 void SkCanvas::setMatrix(const SkMatrix& matrix) { function in class:SkCanvas
820 this->setMatrix(matrix);

Completed in 152 milliseconds