Home
last modified time | relevance | path

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

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