Searched refs:paintCurrentFrameInContext (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLVideoElement.h68 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
H A DHTMLVideoElement.cpp232 void HTMLVideoElement::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& destRect) function in class:WebCore::HTMLVideoElement
239 player->paintCurrentFrameInContext(context, destRect);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.h80 virtual void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
H A DMediaPlayerPrivateAVFoundationCF.cpp828 void MediaPlayerPrivateAVFoundationCF::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& rect) function in class:WebCore::MediaPlayerPrivateAVFoundationCF
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h134 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
H A DMediaPlayerPrivateQTKit.mm1272 void MediaPlayerPrivateQTKit::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& r)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayerPrivate.h137 virtual void paintCurrentFrameInContext(GraphicsContext* c, const IntRect& r) { paint(c, r); } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.h404 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
H A DMediaPlayer.cpp768 void MediaPlayer::paintCurrentFrameInContext(GraphicsContext* p, const IntRect& r) function in class:WebCore::MediaPlayer
770 m_private->paintCurrentFrameInContext(p, r);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateMediaSourceAVFObjC.h134 virtual void paintCurrentFrameInContext(GraphicsContext*, const IntRect&) override;
H A DMediaPlayerPrivateAVFoundationObjC.h153 virtual void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
H A DMediaPlayerPrivateMediaSourceAVFObjC.mm561 void MediaPlayerPrivateMediaSourceAVFObjC::paintCurrentFrameInContext(GraphicsContext*, const IntRect&)
H A DMediaPlayerPrivateAVFoundationObjC.mm1365 void MediaPlayerPrivateAVFoundationObjC::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& rect)
1399 paintCurrentFrameInContext(context, rect);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderVideo.cpp194 mediaPlayer->paintCurrentFrameInContext(context, pixelSnappedIntRect(rect));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.h192 virtual void paintCurrentFrameInContext(GraphicsContext*, const IntRect&) = 0;
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasRenderingContext2D.cpp1555 video->paintCurrentFrameInContext(c, IntRect(IntPoint(), size(video)));
H A DWebGLRenderingContext.cpp3996 video->paintCurrentFrameInContext(buf->context(), destRect);

Completed in 212 milliseconds