Searched defs:movie (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/images/
H A DSkImageDecoder_Factory.cpp49 SkMovie* movie = curr->factory()(stream); local
50 if (movie) {
51 return movie;
54 // movie, who may have already started reading from it
H A DSkMovie.cpp87 SkMovie* movie = NULL; local
91 movie = SkMovie::DecodeStream(&stream);
99 return movie;
/external/skia/src/ports/
H A DSkImageDecoder_empty.cpp81 SkMovie* movie = gMovieProcs[i](stream); local
82 if (NULL != movie) {
83 return movie;
/external/skia/src/animator/
H A DSkDisplayEvents.cpp54 SkDisplayMovie* movie = (SkDisplayMovie*) *ptr; local
56 movie->doEvent(kind, state);
H A DSkDisplayPost.cpp269 SkDisplayMovie* movie = (SkDisplayMovie*) displayable; local
270 fTargetMaker = movie->fMovie.fMaker;
H A DSkAnimateMaker.cpp240 SkDisplayMovie* movie = (SkDisplayMovie*) displayable;
241 SkAnimateMaker* movieMaker = movie->fMovie.fMaker;
334 SkDisplayMovie* movie = (SkDisplayMovie*) *ptr; local
335 movie->fMovie.fMaker->setEnableTime(appTime, expectedTime);
H A DSkAnimator.cpp191 const SkDisplayMovie* movie = (const SkDisplayMovie*) displayable; local
192 return movie->getAnimator();
440 SkDisplayMovie* movie = (SkDisplayMovie*) *ptr; local
441 movie->doEvent(evt);
/external/webkit/WebKit/win/
H A DFullscreenVideoController.cpp191 if (movie())
192 movie()->exitFullscreen();
195 QTMovieWin* FullscreenVideoController::movie() const function in class:FullscreenVideoController
214 if (!movie())
217 m_videoWindow = movie()->enterFullscreen(this);
229 if (movie())
230 movie()->exitFullscreen();
/external/webkit/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp398 // Cancel the load by destroying the movie.
416 // element, eg. QuickTime VR, a movie with a sprite track, etc. Tell the
644 void MediaPlayerPrivate::movieEnded(QTMovieWin* movie) argument
649 ASSERT(m_qtMovie.get() == movie);
653 void MediaPlayerPrivate::movieLoadStateChanged(QTMovieWin* movie) argument
658 ASSERT(m_qtMovie.get() == movie);
662 void MediaPlayerPrivate::movieTimeChanged(QTMovieWin* movie) argument
667 ASSERT(m_qtMovie.get() == movie);
672 void MediaPlayerPrivate::movieNewImageAvailable(QTMovieWin* movie) argument
677 ASSERT(m_qtMovie.get() == movie);
[all...]
H A DQTMovieWin.cpp260 // we only need to erase the movie gworld when the load state changes to loaded while it
416 // Do not change movie box before reaching load state loaded as we grab
418 // we need the initial size to be able to scale movie properly.
649 // FIXME: If we could determine the movie has no alpha, we could use BitBlt for those cases, which might be faster.
714 // Add the movie data location to the property array
782 // Set the aperture mode property on a movie to signal that we want aspect ratio
947 pascal OSErr movieDrawingCompleteProc(Movie movie, long data) argument
974 // look at all movie importers that can import in place and are installed.
1103 QTMovieWin* movie = static_cast<QTMovieWin*>(GetProp(wnd, fullscreenQTMovieWinPointerProp)); local
1108 if (!movie)
[all...]

Completed in 74 milliseconds