Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dpython.c2352 PyObject *spirotuple; in PyFF_Contour_get_spiros() local
2372 spirotuple = PyTuple_New(self->spiro_cnt-1); in PyFF_Contour_get_spiros()
2375 PyTuple_SetItem(spirotuple,i,Py_BuildValue("ddii", in PyFF_Contour_get_spiros()
2384 return( spirotuple ); in PyFF_Contour_get_spiros()
2388 PyObject *spirotuple = value; in PyFF_Contour_set_spiros() local
2397 if ( !PySequence_Check(spirotuple)) { in PyFF_Contour_set_spiros()
2401 cnt = PySequence_Size(spirotuple); in PyFF_Contour_set_spiros()
2412 if ( !PyArg_ParseTuple(PySequence_GetItem(spirotuple,i),"ddi|i",&x,&y,&type,&flags)) { in PyFF_Contour_set_spiros()