Home
last modified time | relevance | path

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

/dports/graphics/sdump/sdump-c5fb55b/static/libsixel/
H A Ddither.c154 sixel_dither_destroy(sixel_dither_t *dither) in sixel_dither_destroy() function
176 sixel_dither_destroy(dither); in sixel_dither_unref()
H A Dsixel.h150 sixel_dither_destroy(sixel_dither_t *dither); /* dither context object */
/dports/graphics/libsixel/sixel-1.8.6/python/libsixel/
H A D__init__.py490 def sixel_dither_destroy(dither): function
491 _sixel.sixel_dither_destroy.restype = None
492 _sixel.sixel_dither_destroy.argtypes = [c_void_p]
493 return _sixel.sixel_dither_destroy(dither)
/dports/graphics/libsixel/sixel-1.8.6/src/
H A Ddither.c359 sixel_dither_destroy( in sixel_dither_destroy() function
389 sixel_dither_destroy(dither); in sixel_dither_unref()
/dports/graphics/libsixel/sixel-1.8.6/include/
H A Dsixel.h688 sixel_dither_destroy(sixel_dither_t *dither); /* dither context object */
H A Dsixel.h.in688 sixel_dither_destroy(sixel_dither_t *dither); /* dither context object */
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/console/
H A Dui_display.c1116 sixel_dither_destroy(disp->display->sixel_dither); in ui_display_set_sixel_colors()