Searched refs:DoNotRespectImageOrientation (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageSource.h106 IntSize size(RespectImageOrientationEnum = DoNotRespectImageOrientation) const;
107 IntSize frameSizeAtIndex(size_t, RespectImageOrientationEnum = DoNotRespectImageOrientation) const;
H A DImageOrientation.h53 DoNotRespectImageOrientation = 0, enumerator in enum:blink::RespectImageOrientationEnum
H A DGraphicsContext.h279 void drawImage(Image*, const IntPoint&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
280 void drawImage(Image*, const IntRect&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
282 void drawImage(Image*, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
283 void drawImage(Image*, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator, WebBlendMode, RespectImageOrientationEnum = DoNotRespectImageOrientation);
H A DBitmapImage.cpp263 draw(ctxt, dstRect, srcRect, compositeOp, blendMode, DoNotRespectImageOrientation);
H A DImageBuffer.cpp278 context->drawImage(image.get(), destRect, srcRect, op, blendMode, DoNotRespectImageOrientation);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDragImage.h42 static PassOwnPtr<DragImage> create(Image*, RespectImageOrientationEnum = DoNotRespectImageOrientation, float deviceScaleFactor = 1);
H A DDragImage.cpp199 return DragImage::create(image.get(), DoNotRespectImageOrientation, deviceScaleFactor);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalFrame.cpp696 return DragImage::create(image.get(), DoNotRespectImageOrientation, deviceScaleFactor);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCanvasElement.cpp345 context->drawImage(m_presentedImage.get(), pixelSnappedIntRect(r), compositeOperator, DoNotRespectImageOrientation);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp809 && (dragImage = DragImage::create(image, element->renderer() ? element->renderer()->shouldRespectImageOrientation() : DoNotRespectImageOrientation))) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp2276 || (document().settings() && document().settings()->shouldRespectImageOrientation() && isHTMLImageElement(node())) ? RespectImageOrientation : DoNotRespectImageOrientation;

Completed in 155 milliseconds