Searched defs:AffineTransform (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
H A DPatternAndroid.cpp48 SkShader* Pattern::platformPattern(const AffineTransform&) argument
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGMarkerLayoutInfo.h24 #include "AffineTransform.h"
35 MarkerLayout(RenderSVGResourceMarker* markerObj = 0, AffineTransform matrixObj = AffineTransform()) argument
43 AffineTransform matrix;
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DVGUtils.cpp23 #include "AffineTransform.h"
42 VGMatrix::VGMatrix(const AffineTransform& transformation)
68 VGMatrix::operator AffineTransform() const
70 AffineTransform transformation(
87 AffineTransform::operator VGMatrix() const
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextPlatformPrivateCairo.h79 void concatCTM(const AffineTransform&);
80 void setCTM(const AffineTransform&);
94 void concatCTM(const AffineTransform&) {} argument
95 void setCTM(const AffineTransform&) {} argument
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextPlatformPrivateCG.h69 void concatCTM(const AffineTransform&) {} argument
70 void setCTM(const AffineTransform&) {} argument
85 void concatCTM(const AffineTransform&);
86 void setCTM(const AffineTransform&);
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DAffineTransform.h58 class AffineTransform { class in namespace:WebCore
63 AffineTransform();
64 AffineTransform(double a, double b, double c, double d, double e, double f);
99 AffineTransform& multiply(const AffineTransform& other);
100 AffineTransform& scale(double);
101 AffineTransform& scale(double sx, double sy);
102 AffineTransform& scaleNonUniform(double sx, double sy);
103 AffineTransform& rotate(double d);
104 AffineTransform
[all...]
H A DAffineTransform.cpp28 #include "AffineTransform.h"
39 static void affineTransformDecompose(const AffineTransform& matrix, double sr[9])
41 AffineTransform m(matrix);
78 static void affineTransformCompose(AffineTransform& m, const double sr[9])
90 AffineTransform::AffineTransform() function in class:WebCore::AffineTransform
95 AffineTransform::AffineTransform(double a, double b, double c, double d, double e, double f) function in class:WebCore::AffineTransform
100 void AffineTransform::makeIdentity()
105 void AffineTransform
[all...]

Completed in 234 milliseconds