Home
last modified time | relevance | path

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

/external/python/cpython2/RISCOS/Modules/
Ddrawfmodule.c21 } PyDrawFObject; typedef
54 static void countobjs(PyDrawFObject *pd) in countobjs()
69 static drawfile_object *findobj(PyDrawFObject *pd,Py_ssize_t n) in findobj()
76 static PyDrawFObject* new(int size) in new()
77 { PyDrawFObject *b=PyObject_NEW(PyDrawFObject,&PyDrawFType); in new()
83 return (PyDrawFObject*)PyErr_NoMemory(); in new()
97 { PyDrawFObject *b; in DrawF_New()
109 PyDrawFObject *b; in DrawF_Load()
130 static PyObject *DrawF_Save(PyDrawFObject *self,PyObject *arg) in DrawF_Save()
139 static PyObject *DrawF_Render(PyDrawFObject *self,PyObject *arg) in DrawF_Render()
[all …]