Searched defs:BitMapObject (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Mac/Modules/qd/
H A D_Qdmodule.c1414 typedef struct BitMapObject { struct
1419 } BitMapObject; typedef in typeref:struct:BitMapObject
1423 BitMapObject *it;
1425 it = PyObject_NEW(BitMapObject, &BitMap_Type);
1440 *p_itself = ((BitMapObject *)v)->ob_itself;
1444 static void BMObj_dealloc(BitMapObject *self)
1451 static PyObject *BMObj_getdata(BitMapObject *_self, PyObject *_args)
1466 static PyObject *BMObj_putdata(BitMapObject *_self, PyObject *_args)
1491 static PyObject *BMObj_get_baseAddr(BitMapObject *self, void *closure)
1498 static PyObject *BMObj_get_rowBytes(BitMapObject *sel
[all...]

Completed in 133 milliseconds