Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dpython.c3112 static PyObject *PyFFContour_xBoundsAtY(PyFF_Contour *self, PyObject *args) { in PyFFContour_xBoundsAtY() function
3639 {"xBoundsAtY", (PyCFunction)PyFFContour_xBoundsAtY, METH_VARARGS,
9510 return PyFF_Glyph_BoundsAt((PyCFunction)PyFFContour_xBoundsAtY, self, args, keywds); in PyFFGlyph_xBoundsAtY()