HomeSort by relevance Sort by last modified time
    Searched refs:theMovie (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Mac/Demo/quicktime/
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)
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/
_Qtmodule.c 271 Movie theMovie;
278 MovieObj_Convert, &theMovie,
283 theMovie,
622 Movie theMovie;
629 MovieObj_Convert, &theMovie,
634 theMovie,
    [all...]

Completed in 160 milliseconds