DoNotRespectImageOrientation  593 Source/core/frame/LocalFrame.cpp     return DragImage::create(image.get(), DoNotRespectImageOrientation, deviceScaleFactor);
DoNotRespectImageOrientation  325 Source/core/html/HTMLCanvasElement.cpp                 context->drawImage(m_presentedImage.get(), pixelSnappedIntRect(r), compositeOperator, DoNotRespectImageOrientation);
DoNotRespectImageOrientation  809 Source/core/page/DragController.cpp         && (dragImage = DragImage::create(image, element->renderer() ? element->renderer()->shouldRespectImageOrientation() : DoNotRespectImageOrientation))) {
DoNotRespectImageOrientation 2512 Source/core/rendering/RenderObject.cpp         || (document().settings() && document().settings()->shouldRespectImageOrientation() && isHTMLImageElement(node())) ? RespectImageOrientation : DoNotRespectImageOrientation;
DoNotRespectImageOrientation  199 Source/platform/DragImage.cpp     return DragImage::create(image.get(), DoNotRespectImageOrientation, deviceScaleFactor);
DoNotRespectImageOrientation   42 Source/platform/DragImage.h     static PassOwnPtr<DragImage> create(Image*, RespectImageOrientationEnum = DoNotRespectImageOrientation, float deviceScaleFactor = 1);
DoNotRespectImageOrientation  252 Source/platform/graphics/BitmapImage.cpp     draw(ctxt, dstRect, srcRect, compositeOp, blendMode, DoNotRespectImageOrientation);
DoNotRespectImageOrientation  253 Source/platform/graphics/GraphicsContext.h     void drawImage(Image*, const IntPoint&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
DoNotRespectImageOrientation  254 Source/platform/graphics/GraphicsContext.h     void drawImage(Image*, const IntRect&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
DoNotRespectImageOrientation  256 Source/platform/graphics/GraphicsContext.h     void drawImage(Image*, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
DoNotRespectImageOrientation  257 Source/platform/graphics/GraphicsContext.h     void drawImage(Image*, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator, blink::WebBlendMode, RespectImageOrientationEnum = DoNotRespectImageOrientation);
DoNotRespectImageOrientation  249 Source/platform/graphics/ImageBuffer.cpp     context->drawImage(image.get(), destRect, srcRect, op, blendMode, DoNotRespectImageOrientation);
DoNotRespectImageOrientation  105 Source/platform/graphics/ImageSource.h     IntSize size(RespectImageOrientationEnum = DoNotRespectImageOrientation) const;
DoNotRespectImageOrientation  106 Source/platform/graphics/ImageSource.h     IntSize frameSizeAtIndex(size_t, RespectImageOrientationEnum = DoNotRespectImageOrientation) const;