This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-02-01/mockenv/lib/python3.6/site-packages/kivy/graphics/tesselator.pxd
2022-07-22 16:13:59 +05:30

10 lines
305 B
Cython

cdef class Tesselator:
cdef void *tess
cdef int element_type
cdef int polysize
cdef void add_contour_data(self, void *cdata, int count)
cdef iterate_vertices(self, int mode)
cpdef int tesselate(
self, int winding_rule=?,
int element_type=?, int polysize=?)