Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c1410 PyTypeObject BitMap_Type; variable
1412 #define BMObj_Check(x) ((x)->ob_type == &BitMap_Type || PyObject_TypeCheck((x), &BitMap_Type))
1425 it = PyObject_NEW(BitMapObject, &BitMap_Type); in BMObj_New()
1560 PyTypeObject BitMap_Type = { variable
7143 BitMap_Type.ob_type = &PyType_Type; in init_Qd()
7144 if (PyType_Ready(&BitMap_Type) < 0) return; in init_Qd()
7145 Py_INCREF(&BitMap_Type); in init_Qd()
7146 PyModule_AddObject(m, "BitMap", (PyObject *)&BitMap_Type); in init_Qd()
7148 Py_INCREF(&BitMap_Type); in init_Qd()
7149 PyModule_AddObject(m, "BitMapType", (PyObject *)&BitMap_Type); in init_Qd()