Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c75 PyTypeObject GrafPort_Type; variable
77 #define GrafObj_Check(x) ((x)->ob_type == &GrafPort_Type || PyObject_TypeCheck((x), &GrafPort_Type))
88 it = PyObject_NEW(GrafPortObject, &GrafPort_Type); in GrafObj_New()
1361 PyTypeObject GrafPort_Type = { variable
7136 GrafPort_Type.ob_type = &PyType_Type; in init_Qd()
7137 if (PyType_Ready(&GrafPort_Type) < 0) return; in init_Qd()
7138 Py_INCREF(&GrafPort_Type); in init_Qd()
7139 PyModule_AddObject(m, "GrafPort", (PyObject *)&GrafPort_Type); in init_Qd()
7141 Py_INCREF(&GrafPort_Type); in init_Qd()
7142 PyModule_AddObject(m, "GrafPortType", (PyObject *)&GrafPort_Type); in init_Qd()