Home
last modified time | relevance | path

Searched refs:toTransformationMatrix (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DAffineTransform.h112 TransformationMatrix toTransformationMatrix() const;
DAffineTransform.cpp344 TransformationMatrix AffineTransform::toTransformationMatrix() const in toTransformationMatrix() function in WebCore::AffineTransform
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DTransformState.cpp108 applyTransform(transformFromContainer.toTransformationMatrix(), accumulate, wasClamped); in applyTransform()