Home
last modified time | relevance | path

Searched defs:caca_set_dither_charset (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/libcaca/libcaca-0.99.beta19/caca-sharp/
H A DDither.cs84 private static extern int caca_set_dither_charset(IntPtr d, string s); in caca_set_dither_charset() method in Caca.Dither
/dports/graphics/libcaca/libcaca-0.99.beta19/caca/
H A Ddither.c739 int caca_set_dither_charset(caca_dither_t *d, char const *str) in caca_set_dither_charset() function