Home
last modified time | relevance | path

Searched defs:TransformationMatrix (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DIdentityTransformOperation.h52 virtual void apply(TransformationMatrix&, const FloatSize&) const OVERRIDE { } in apply() argument
DTransformationMatrix.h63 TransformationMatrix() { makeIdentity(); } in TransformationMatrix() function
65 TransformationMatrix(const TransformationMatrix& t) { *this = t; } in TransformationMatrix() function
66TransformationMatrix(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
DAffineTransform.h42 class TransformationMatrix; variable
DTransformationMatrix.cpp521 TransformationMatrix::TransformationMatrix(const AffineTransform& t) in TransformationMatrix() function in blink::TransformationMatrix
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGeometryMap.h41 class TransformationMatrix; variable
DRenderLayer.h71 class TransformationMatrix; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h111 class TransformationMatrix; variable