Searched refs:Qdoffs (Results 1 - 1 of 1) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Dvideoreader.py17 from Carbon import Qdoffs namespace
98 old_port, old_dev = Qdoffs.GetGWorld()
103 self.gworld = Qdoffs.NewGWorld(32, movie_rect, None, None, QDOffscreen.keepLocal)
105 Qdoffs.LockPixels(self.pixmap)
106 Qdoffs.SetGWorld(self.gworld.as_GrafPtr(), None)
115 Qdoffs.SetGWorld(old_port, old_dev)
237 rowbytes = Qdoffs.GetPixRowBytes(self.pixmap)
243 nextline = Qdoffs.GetPixMapBytes(self.pixmap, start, width*4)

Completed in 38 milliseconds