Home | History | Annotate | Download | only in canvas

Lines Matching refs:drawImageInternal

1215 void CanvasRenderingContext2D::drawImageInternal(Image* image, const FloatRect& srcRect, const FloatRect& dstRect, const CompositeOperator& op, const BlendMode& blendMode)
1311 drawImageInternal(imageForRendering.get(), actualSrcRect, actualDstRect, state().m_globalComposite, state().m_globalBlend);
1394 drawImageInternal(imageForRendering, normalizedSrcRect, normalizedDstRect, op, blendMode);