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

/external/webkit/WebCore/platform/graphics/android/
H A DPatternAndroid.cpp49 SkShader* Pattern::platformPattern(const AffineTransform&) argument
/external/webkit/WebCore/rendering/
H A DSVGMarkerLayoutInfo.h34 MarkerLayout(SVGResourceMarker* markerObj = 0, AffineTransform matrixObj = AffineTransform()) argument
42 AffineTransform matrix;
/external/webkit/WebCore/platform/graphics/cairo/
H A DGraphicsContextPlatformPrivateCairo.h74 void concatCTM(const AffineTransform&);
89 void concatCTM(const AffineTransform&) {} argument
/external/webkit/WebCore/platform/graphics/cg/
H A DGraphicsContextPlatformPrivateCG.h63 void concatCTM(const AffineTransform&) {} argument
78 void concatCTM(const AffineTransform&);
/external/webkit/WebCore/platform/graphics/transforms/
H A DAffineTransform.h56 class AffineTransform : public FastAllocBase { class in namespace:WebCore
60 AffineTransform();
61 AffineTransform(double a, double b, double c, double d, double e, double f);
95 AffineTransform& multiply(const AffineTransform&);
96 AffineTransform& multLeft(const AffineTransform&);
97 AffineTransform& scale(double);
98 AffineTransform& scale(double sx, double sy);
99 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...]
/external/webkit/WebCore/svg/
H A DSVGTextContentElement.cpp127 void chunkPortionCallback(SVGInlineTextBox* textBox, int startOffset, const AffineTransform&, argument

Completed in 102 milliseconds