Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/qdoffs/
D_Qdoffsmodule.c488 Rect globalRect; in Qdoffs_NewScreenBuffer() local
496 PyMac_GetRect, &globalRect, in Qdoffs_NewScreenBuffer()
499 _err = NewScreenBuffer(&globalRect, in Qdoffs_NewScreenBuffer()
562 Rect globalRect; in Qdoffs_NewTempScreenBuffer() local
570 PyMac_GetRect, &globalRect, in Qdoffs_NewTempScreenBuffer()
573 _err = NewTempScreenBuffer(&globalRect, in Qdoffs_NewTempScreenBuffer()
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c4417 Rect globalRect; in Qd_GetMaxDevice() local
4422 PyMac_GetRect, &globalRect)) in Qd_GetMaxDevice()
4424 _rv = GetMaxDevice(&globalRect); in Qd_GetMaxDevice()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c18569 Rect globalRect; in Qt_VDPreflightGlobalRect() local
18579 &globalRect); in Qt_VDPreflightGlobalRect()
18582 PyMac_BuildRect, &globalRect); in Qt_VDPreflightGlobalRect()
18592 Rect globalRect; in Qt_VDSetPlayThruGlobalRect() local
18602 &globalRect); in Qt_VDSetPlayThruGlobalRect()
18605 PyMac_BuildRect, &globalRect); in Qt_VDSetPlayThruGlobalRect()