Home
last modified time | relevance | path

Searched refs:thePort (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Mac/Modules/
DMacOS.c510 CGrafPtr thePort; in MacOS_splash() local
524 thePort = GetWindowPort(theWindow); in MacOS_splash()
526 width = thePort->portRect.right - thePort->portRect.left; in MacOS_splash()
527 height = thePort->portRect.bottom - thePort->portRect.top; in MacOS_splash()
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c5966 GrafPtr thePort; in Qd_SetPort() local
5971 GrafObj_Convert, &thePort)) in Qd_SetPort()
5973 SetPort(thePort); in Qd_SetPort()