Home | History | Annotate | Download | only in win

Lines Matching refs:movie

84     Movie m_movie;
143 pascal OSErr movieDrawingCompleteProc(Movie movie, long data)
241 // Do not change movie box before reaching load state loaded as we grab
243 // we need the initial size to be able to scale movie properly.
286 void QTMovieGWorldPrivate::movieLoadStateChanged(QTMovie* movie)
288 long loadState = GetMovieLoadState(movie->getMovieHandle());
291 // we only need to erase the movie gworld when the load state changes to loaded while it
359 // FIXME: If we could determine the movie has no alpha, we could use BitBlt for those cases, which might be faster.
381 QTMovieGWorld* movie = static_cast<QTMovieGWorld*>(GetPropW(wnd, fullscreenQTMovieGWorldPointerProp));
386 if (!movie)
389 return movie->m_private->m_fullscreenClient->fullscreenClientWndProc(wnd, message, wParam, lParam);
444 void QTMovieGWorld::setMovie(PassRefPtr<QTMovie> movie)
453 m_private->m_qtMovie = movie;
462 QTMovie* QTMovieGWorld::movie() const