Home
last modified time | relevance | path

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

/dports/science/teem/teem-1.11.0-src/src/echo/
H A Dcolor.c437 echoIntxFuzzify(echoIntx *intx, echoCol_t fuzz, echoThreadState *tstate) { in echoIntxFuzzify() function
490 echoIntxFuzzify(intx, fuzz, tstate); in echoIntxColor()
H A Decho.h526 ECHO_EXPORT void echoIntxFuzzify(echoIntx *intx, echoCol_t fuzz,
/dports/science/teem/teem-1.11.0-src/python/ctypes/
H A Dteem.py3011 echoIntxFuzzify = libteem.echoIntxFuzzify variable
3012 echoIntxFuzzify.restype = None
3013 echoIntxFuzzify.argtypes = [POINTER(echoIntx), echoCol_t, POINTER(echoThreadState)]