Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dpython.c9456 static PyObject* PyFF_Glyph_BoundsAt(PyCFunction bounds_func, PyFF_Glyph *self, PyObject *args, PyO… in PyFF_Glyph_BoundsAt() function
9510 return PyFF_Glyph_BoundsAt((PyCFunction)PyFFContour_xBoundsAtY, self, args, keywds); in PyFFGlyph_xBoundsAtY()
9514 return PyFF_Glyph_BoundsAt((PyCFunction)PyFFContour_yBoundsAtX, self, args, keywds); in PyFFGlyph_yBoundsAtX()