OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoNotRespectImageOrientation
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.h
106
IntSize size(RespectImageOrientationEnum =
DoNotRespectImageOrientation
) const;
107
IntSize frameSizeAtIndex(size_t, RespectImageOrientationEnum =
DoNotRespectImageOrientation
) const;
ImageOrientation.h
53
DoNotRespectImageOrientation
= 0,
GraphicsContext.h
279
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
);
BitmapImage.cpp
263
draw(ctxt, dstRect, srcRect, compositeOp, blendMode,
DoNotRespectImageOrientation
);
ImageBuffer.cpp
278
context->drawImage(image.get(), destRect, srcRect, op, blendMode,
DoNotRespectImageOrientation
);
/external/chromium_org/third_party/WebKit/Source/platform/
DragImage.h
42
static PassOwnPtr<DragImage> create(Image*, RespectImageOrientationEnum =
DoNotRespectImageOrientation
, float deviceScaleFactor = 1);
DragImage.cpp
199
return DragImage::create(image.get(),
DoNotRespectImageOrientation
, deviceScaleFactor);
/external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp
696
return DragImage::create(image.get(),
DoNotRespectImageOrientation
, deviceScaleFactor);
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp
345
context->drawImage(m_presentedImage.get(), pixelSnappedIntRect(r), compositeOperator,
DoNotRespectImageOrientation
);
/external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp
[
all
...]
Completed in 638 milliseconds