Searched defs:TransformationMatrix (Results 1 – 7 of 7) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
| D | IdentityTransformOperation.h | 52 virtual void apply(TransformationMatrix&, const FloatSize&) const OVERRIDE { } in apply() argument
|
| D | TransformationMatrix.h | 63 TransformationMatrix() { makeIdentity(); } in TransformationMatrix() function 65 TransformationMatrix(const TransformationMatrix& t) { *this = t; } in TransformationMatrix() function 66 …TransformationMatrix(double a, double b, double c, double d, double e, double f) { setMatrix(a, b,… in TransformationMatrix() function 67 TransformationMatrix(double m11, double m12, double m13, double m14, in TransformationMatrix() function
|
| D | AffineTransform.h | 42 class TransformationMatrix; variable
|
| D | TransformationMatrix.cpp | 521 TransformationMatrix::TransformationMatrix(const AffineTransform& t) in TransformationMatrix() function in blink::TransformationMatrix
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| D | RenderGeometryMap.h | 41 class TransformationMatrix; variable
|
| D | RenderLayer.h | 71 class TransformationMatrix; variable
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
| D | RenderStyle.h | 111 class TransformationMatrix; variable
|