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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsContext.cpp472 void GraphicsContext::drawImage(Image* image, ColorSpace styleColorSpace, const IntPoint& p, CompositeOperator op, RespectImageOrientationEnum shouldRespectImageOrientation) function in class:WebCore::GraphicsContext
479 void GraphicsContext::drawImage(Image* image, ColorSpace styleColorSpace, const IntRect& r, CompositeOperator op, RespectImageOrientationEnum shouldRespectImageOrientation, bool useLowQualityScale) function in class:WebCore::GraphicsContext
486 void GraphicsContext::drawImage(Image* image, ColorSpace styleColorSpace, const IntPoint& dest, const IntRect& srcRect, CompositeOperator op, RespectImageOrientationEnum shouldRespectImageOrientation) function in class:WebCore::GraphicsContext
491 void GraphicsContext::drawImage(Image* image, ColorSpace styleColorSpace, const FloatRect& dest, const FloatRect& src, CompositeOperator op, RespectImageOrientationEnum shouldRespectImageOrientation, bool useLowQualityScale) function in class:WebCore::GraphicsContext
496 void GraphicsContext::drawImage(Image* image, ColorSpace styleColorSpace, const FloatRect& dest) function in class:WebCore::GraphicsContext
503 void GraphicsContext::drawImage(Image* image, ColorSpace styleColorSpace, const FloatRect& dest, const FloatRect& src, CompositeOperator op, BlendMode blendMode, RespectImageOrientationEnum shouldRespectImageOrientation, bool useLowQualityScale) function in class:WebCore::GraphicsContext
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasRenderingContext2D.cpp1241 void CanvasRenderingContext2D::drawImage(HTMLImageElement* image, float x, float y, ExceptionCode& ec) function in class:WebCore::CanvasRenderingContext2D
1251 void CanvasRenderingContext2D::drawImage(HTMLImageElement* image, function in class:WebCore::CanvasRenderingContext2D
1262 void CanvasRenderingContext2D::drawImage(HTMLImageElement* image, function in class:WebCore::CanvasRenderingContext2D
1269 void CanvasRenderingContext2D::drawImage(HTMLImageElement* image, const FloatRect& srcRect, const FloatRect& dstRect, ExceptionCode& ec) function in class:WebCore::CanvasRenderingContext2D
1274 void CanvasRenderingContext2D::drawImage(HTMLImageElement* image, const FloatRect& srcRect, const FloatRect& dstRect, const CompositeOperator& op, const BlendMode& blendMode, ExceptionCode& ec) function in class:WebCore::CanvasRenderingContext2D
1332 void CanvasRenderingContext2D::drawImage(HTMLCanvasElement* sourceCanvas, float x, float y, ExceptionCode& ec) function in class:WebCore::CanvasRenderingContext2D
1337 void CanvasRenderingContext2D::drawImage(HTMLCanvasElement* sourceCanvas, function in class:WebCore::CanvasRenderingContext2D
1343 void CanvasRenderingContext2D::drawImage(HTMLCanvasElement* sourceCanvas, function in class:WebCore::CanvasRenderingContext2D
1350 void CanvasRenderingContext2D::drawImage(HTMLCanvasElement* sourceCanvas, const FloatRect& srcRect, function in class:WebCore::CanvasRenderingContext2D
1416 void CanvasRenderingContext2D::drawImage(HTMLVideoElement* video, float x, float y, ExceptionCode& ec) function in class:WebCore::CanvasRenderingContext2D
1426 void CanvasRenderingContext2D::drawImage(HTMLVideoElement* video, function in class:WebCore::CanvasRenderingContext2D
1437 void CanvasRenderingContext2D::drawImage(HTMLVideoElement* video, function in class:WebCore::CanvasRenderingContext2D
1444 void CanvasRenderingContext2D::drawImage(HTMLVideoElement* video, const FloatRect& srcRect, const FloatRect& dstRect, function in class:WebCore::CanvasRenderingContext2D
[all...]

Completed in 144 milliseconds