Searched refs:theMovie (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Mac/Demo/quicktime/ |
D | MovieInWindow.py | 46 theMovie = loadMovie(theFile) 49 theMovie.SetMovieBox(movieBox) 52 theMovie.GoToBeginningOfMovie() 55 theMovie.MoviesTask(0) 58 theMovie.StartMovie() 60 while not theMovie.IsMovieDone() and not Evt.Button(): 61 theMovie.MoviesTask(0)
|
D | VerySimplePlayer.py | 38 theMovie = loadMovie(fss) 41 bounds = theMovie.GetMovieBox() 43 theMovie.SetMovieBox(bounds) 46 theController = theMovie.NewMovieController(bounds, QuickTime.mcTopLeftMovie)
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 271 Movie theMovie; in MovieCtlObj_MCSetMovie() local 278 MovieObj_Convert, &theMovie, in MovieCtlObj_MCSetMovie() 283 theMovie, in MovieCtlObj_MCSetMovie() 622 Movie theMovie; in MovieCtlObj_MCNewAttachedController() local 629 MovieObj_Convert, &theMovie, in MovieCtlObj_MCNewAttachedController() 634 theMovie, in MovieCtlObj_MCNewAttachedController() 7587 Movie theMovie; in Qt_CreateMovieControl() local 7595 MovieObj_Convert, &theMovie, in Qt_CreateMovieControl() 7600 theMovie, in Qt_CreateMovieControl() 7692 Movie theMovie; in Qt_PasteHandleIntoMovie() local [all …]
|