shouldRespectImageOrientation 263 Source/core/fetch/ImageResource.cpp if (m_image->isBitmapImage() && (renderer && renderer->shouldRespectImageOrientation() == RespectImageOrientation)) shouldRespectImageOrientation 564 Source/core/frame/LocalFrame.cpp return DragImage::create(image.get(), renderer->shouldRespectImageOrientation(), deviceScaleFactor); shouldRespectImageOrientation 809 Source/core/page/DragController.cpp && (dragImage = DragImage::create(image, element->renderer() ? element->renderer()->shouldRespectImageOrientation() : DoNotRespectImageOrientation))) { shouldRespectImageOrientation 339 Source/core/rendering/RenderImage.cpp context->drawImage(image.get(), pixelSnappedIntRect(LayoutRect(paintOffset + imageOffset, imageSize)), CompositeSourceOver, shouldRespectImageOrientation()); shouldRespectImageOrientation 475 Source/core/rendering/RenderImage.cpp context->drawImage(m_imageResource->image(alignedRect.width(), alignedRect.height()).get(), alignedRect, compositeOperator, shouldRespectImageOrientation()); shouldRespectImageOrientation 2512 Source/core/rendering/RenderObject.cpp || (document().settings() && document().settings()->shouldRespectImageOrientation() && isHTMLImageElement(node())) ? RespectImageOrientation : DoNotRespectImageOrientation; shouldRespectImageOrientation 982 Source/core/rendering/RenderObject.h RespectImageOrientationEnum shouldRespectImageOrientation() const; shouldRespectImageOrientation 69 Source/platform/DragImage.cpp PassOwnPtr<DragImage> DragImage::create(Image* image, RespectImageOrientationEnum shouldRespectImageOrientation, float deviceScaleFactor) shouldRespectImageOrientation 83 Source/platform/DragImage.cpp if (shouldRespectImageOrientation == RespectImageOrientation) shouldRespectImageOrientation 255 Source/platform/graphics/BitmapImage.cpp void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator compositeOp, blink::WebBlendMode blendMode, RespectImageOrientationEnum shouldRespectImageOrientation) shouldRespectImageOrientation 274 Source/platform/graphics/BitmapImage.cpp if (shouldRespectImageOrientation == RespectImageOrientation) shouldRespectImageOrientation 1021 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawImage(Image* image, const IntPoint& p, CompositeOperator op, RespectImageOrientationEnum shouldRespectImageOrientation) shouldRespectImageOrientation 1025 Source/platform/graphics/GraphicsContext.cpp drawImage(image, FloatRect(IntRect(p, image->size())), FloatRect(FloatPoint(), FloatSize(image->size())), op, shouldRespectImageOrientation); shouldRespectImageOrientation 1028 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawImage(Image* image, const IntRect& r, CompositeOperator op, RespectImageOrientationEnum shouldRespectImageOrientation) shouldRespectImageOrientation 1032 Source/platform/graphics/GraphicsContext.cpp drawImage(image, FloatRect(r), FloatRect(FloatPoint(), FloatSize(image->size())), op, shouldRespectImageOrientation); shouldRespectImageOrientation 1035 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawImage(Image* image, const FloatRect& dest, const FloatRect& src, CompositeOperator op, RespectImageOrientationEnum shouldRespectImageOrientation) shouldRespectImageOrientation 1037 Source/platform/graphics/GraphicsContext.cpp drawImage(image, dest, src, op, blink::WebBlendModeNormal, shouldRespectImageOrientation); shouldRespectImageOrientation 1047 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawImage(Image* image, const FloatRect& dest, const FloatRect& src, CompositeOperator op, WebBlendMode blendMode, RespectImageOrientationEnum shouldRespectImageOrientation) shouldRespectImageOrientation 1051 Source/platform/graphics/GraphicsContext.cpp image->draw(this, dest, src, op, blendMode, shouldRespectImageOrientation);