OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drawFrameMatchingSourceSize
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/win/
ImageCGWin.cpp
79
drawFrameMatchingSourceSize
(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), IntSize(*size), ColorSpaceDeviceRGB, CompositeCopy);
89
void BitmapImage::
drawFrameMatchingSourceSize
(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator compositeOp)
ImageCairoWin.cpp
85
drawFrameMatchingSourceSize
(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), IntSize(*size), ColorSpaceDeviceRGB, CompositeCopy);
95
void BitmapImage::
drawFrameMatchingSourceSize
(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator compositeOp)
/external/webkit/Source/WebCore/platform/graphics/wince/
ImageWinCE.cpp
81
drawFrameMatchingSourceSize
(&gc, FloatRect(0, 0, bmpInfo.bmWidth, bmpInfo.bmHeight), IntSize(*size), ColorSpaceDeviceRGB, CompositeCopy);
91
void BitmapImage::
drawFrameMatchingSourceSize
(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator compositeOp)
/external/webkit/Source/WebCore/platform/graphics/
Image.h
168
virtual void
drawFrameMatchingSourceSize
(GraphicsContext*, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator) { }
Completed in 570 milliseconds