Searched refs:sizeRespectingOrientation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DDragImage.cpp81 IntSize sizeRespectingOrientation = bitmapImage->sizeRespectingOrientation(); local
87 FloatRect destRect(FloatPoint(), sizeRespectingOrientation); local
92 if (!skBitmap.tryAllocN32Pixels(sizeRespectingOrientation.width(), sizeRespectingOrientation.height()))
96 canvas.concat(affineTransformToSkMatrix(orientation.transformFromDefault(sizeRespectingOrientation)));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DBitmapImage.h64 IntSize sizeRespectingOrientation() const;
H A DBitmapImage.cpp198 IntSize BitmapImage::sizeRespectingOrientation() const function in class:blink::BitmapImage
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.cpp269 imageSize = toBitmapImage(m_image.get())->sizeRespectingOrientation();

Completed in 161 milliseconds