Home
last modified time | relevance | path

Searched refs:paintCurrentFrameInContext (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLVideoElement.cpp215 void HTMLVideoElement::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& destRect) in paintCurrentFrameInContext() function in WebCore::HTMLVideoElement
222 player->paintCurrentFrameInContext(context, destRect); in paintCurrentFrameInContext()
DHTMLVideoElement.h65 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
/external/webkit/Source/WebCore/platform/graphics/qt/
DMediaPlayerPrivateQt.h93 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
DMediaPlayerPrivateQt.cpp588 void MediaPlayerPrivateQt::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& rect) in paintCurrentFrameInContext() function in WebCore::MediaPlayerPrivateQt
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayerPrivate.h100 virtual void paintCurrentFrameInContext(GraphicsContext* c, const IntRect& r) { paint(c, r); } in paintCurrentFrameInContext() function
DMediaPlayer.h246 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
DMediaPlayer.cpp626 void MediaPlayer::paintCurrentFrameInContext(GraphicsContext* p, const IntRect& r) in paintCurrentFrameInContext() function in WebCore::MediaPlayer
628 m_private->paintCurrentFrameInContext(p, r); in paintCurrentFrameInContext()
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
DMediaPlayerPrivateAVFoundationObjC.h82 virtual void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
DMediaPlayerPrivateAVFoundation.h146 virtual void paintCurrentFrameInContext(GraphicsContext*, const IntRect&) = 0;
DMediaPlayerPrivateAVFoundationObjC.mm550 void MediaPlayerPrivateAVFoundationObjC::paintCurrentFrameInContext(GraphicsContext* context, const…
/external/webkit/Source/WebKit/chromium/src/
DWebMediaPlayerClientImpl.cpp437 paintCurrentFrameInContext(context, rect); in paint()
440 void WebMediaPlayerClientImpl::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& … in paintCurrentFrameInContext() function in WebKit::WebMediaPlayerClientImpl
DWebMediaPlayerClientImpl.h116 virtual void paintCurrentFrameInContext(WebCore::GraphicsContext*, const WebCore::IntRect&);
/external/webkit/Source/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.h130 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
DMediaPlayerPrivateQTKit.mm1297 void MediaPlayerPrivateQTKit::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& r)
/external/webkit/Source/WebCore/rendering/
DRenderVideo.cpp206 mediaPlayer->paintCurrentFrameInContext(paintInfo.context, rect); in paintReplaced()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1440 video->paintCurrentFrameInContext(c, IntRect(IntPoint(), size(video))); in drawImage()
DWebGLRenderingContext.cpp3185 video->paintCurrentFrameInContext(buf->context(), destRect); in videoFrameToImage()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2991902 (WebCore::HTMLVideoElement::paintCurrentFrameInContext):
91905 (WebCore::MediaPlayer::paintCurrentFrameInContext):
91908 (WebCore::MediaPlayerPrivateInterface::paintCurrentFrameInContext):
91916 (WebCore::MediaPlayerPrivate::paintCurrentFrameInContext):
DChangeLog-2011-02-1612082 Reimplement paintCurrentFrameInContext() rather than delegate the
12088 (WebCore::MediaPlayerPrivateQt::paintCurrentFrameInContext):
DChangeLog-2010-05-2438486 replaced with paintCurrentFrameInContext a while back.
54434 (WebCore::HTMLVideoElement::paintCurrentFrameInContext): Ditto.
DChangeLog35805 (WebCore::MediaPlayerPrivateAVFoundationObjC::paintCurrentFrameInContext): Do nothing until
DChangeLog-2010-12-0611586 (WebCore::MediaPlayerPrivateQTKit::paintCurrentFrameInContext):
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-16633 (WebKit::WebMediaPlayerClientImpl::paintCurrentFrameInContext):