Home
last modified time | relevance | path

Searched refs:gworld (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Dvideoreader.py103 self.gworld = Qdoffs.NewGWorld(32, movie_rect, None, None, QDOffscreen.keepLocal)
104 self.pixmap = self.gworld.GetGWorldPixMap()
106 Qdoffs.SetGWorld(self.gworld.as_GrafPtr(), None)
108 self.movie.SetMovieGWorld(self.gworld.as_GrafPtr(), None)
/external/python/cpython2/Mac/Modules/qdoffs/
D_Qdoffsmodule.c29 #define as_GrafPtr(gworld) ((GrafPtr)(gworld)) argument
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c13544 GWorldPtr gworld; in Qt_GraphicsExportSetInputGWorld() local
13550 GWorldObj_Convert, &gworld)) in Qt_GraphicsExportSetInputGWorld()
13553 gworld); in Qt_GraphicsExportSetInputGWorld()
13564 GWorldPtr gworld; in Qt_GraphicsExportGetInputGWorld() local
13572 &gworld); in Qt_GraphicsExportGetInputGWorld()
13575 GWorldObj_New, gworld); in Qt_GraphicsExportGetInputGWorld()