Searched defs:drawImage (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsContext.cpp573 void GraphicsContext::drawImage(Image* image, ColorSpace colorSpace, const FloatPoint& destination, const ImagePaintingOptions& imagePaintingOptions) function in class:WebCore::GraphicsContext
580 void GraphicsContext::drawImage(Image* image, ColorSpace colorSpace, const FloatRect& destination, const ImagePaintingOptions& imagePaintingOptions) function in class:WebCore::GraphicsContext
594 void GraphicsContext::drawImage(Image* image, ColorSpace colorSpace, const FloatRect& destination, const FloatRect& source, const ImagePaintingOptions& imagePaintingOptions) function in class:WebCore::GraphicsContext
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasRenderingContext2D.cpp1305 void CanvasRenderingContext2D::drawImage(HTMLImageElement* image, float x, float y, ExceptionCode& ec) function in class:WebCore::CanvasRenderingContext2D
1315 void CanvasRenderingContext2D::drawImage(HTMLImageElement* image, function in class:WebCore::CanvasRenderingContext2D
1326 void CanvasRenderingContext2D::drawImage(HTMLImageElement* image, function in class:WebCore::CanvasRenderingContext2D
1333 void CanvasRenderingContext2D::drawImage(HTMLImageElement* image, const FloatRect& srcRect, const FloatRect& dstRect, ExceptionCode& ec) function in class:WebCore::CanvasRenderingContext2D
1338 void CanvasRenderingContext2D::drawImage(HTMLImageElement* image, const FloatRect& srcRect, const FloatRect& dstRect, const CompositeOperator& op, const BlendMode& blendMode, ExceptionCode& ec) function in class:WebCore::CanvasRenderingContext2D
1396 void CanvasRenderingContext2D::drawImage(HTMLCanvasElement* sourceCanvas, float x, float y, ExceptionCode& ec) function in class:WebCore::CanvasRenderingContext2D
1401 void CanvasRenderingContext2D::drawImage(HTMLCanvasElement* sourceCanvas, function in class:WebCore::CanvasRenderingContext2D
1407 void CanvasRenderingContext2D::drawImage(HTMLCanvasElement* sourceCanvas, function in class:WebCore::CanvasRenderingContext2D
1414 void CanvasRenderingContext2D::drawImage(HTMLCanvasElement* sourceCanvas, const FloatRect& srcRect, function in class:WebCore::CanvasRenderingContext2D
1480 void CanvasRenderingContext2D::drawImage(HTMLVideoElement* video, float x, float y, ExceptionCode& ec) function in class:WebCore::CanvasRenderingContext2D
1490 void CanvasRenderingContext2D::drawImage(HTMLVideoElement* video, function in class:WebCore::CanvasRenderingContext2D
1501 void CanvasRenderingContext2D::drawImage(HTMLVideoElement* video, function in class:WebCore::CanvasRenderingContext2D
1508 void CanvasRenderingContext2D::drawImage(HTMLVideoElement* video, const FloatRect& srcRect, const FloatRect& dstRect, function in class:WebCore::CanvasRenderingContext2D
[all...]

Completed in 138 milliseconds