Home
last modified time | relevance | path

Searched refs:transformFromDefault (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageOrientation.cpp34 AffineTransform ImageOrientation::transformFromDefault(const FloatSize& drawnSize) const in transformFromDefault() function in WebCore::ImageOrientation
DImageOrientation.h82 AffineTransform transformFromDefault(const FloatSize& drawnSize) const;
DBitmapImage.cpp285 ctxt->concatCTM(orientation.transformFromDefault(normDstRect.size())); in draw()
/external/chromium_org/third_party/WebKit/Source/core/platform/
DDragImage.cpp97 …canvas.concat(affineTransformToSkMatrix(orientation.transformFromDefault(sizeRespectingOrientation… in create()