Home
last modified time | relevance | path

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

/dports/graphics/urt/urt-3.1b1_12/include/
H A Drle.h391 extern int dithergb( int x, int y, int r, int g, int b,
552 extern int dithergb();
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/x11/
H A Dmgx11dither.c239 unsigned long dithergb( int x, int y, int *rgb, int levels) in dithergb() function
H A Dmgx11windows.c67 extern unsigned long dithergb(int, int, int *, int);
1211 return dithergb(x, y, rgb, colorlevels); in mgx11_nearestRGB()
1227 return dithergb(0, 0, col, colorlevels); in mgx11_RGB()
/dports/graphics/urt/urt-3.1b1_12/lib/
H A Ddither.c247 dithergb( x, y, r, g, b, levels, divN, modN, magic ) in dithergb() function
/dports/graphics/netpbm/netpbm-10.91.01/urt/
H A Drle.h359 extern int dithergb( int x, int y, int r, int g, int b,
/dports/graphics/urt/urt-3.1b1_12/man/
H A Dmakefile.src176 man3/dithergb.3 \
/dports/misc/magicpoint/magicpoint-1.13a/image/
H A Drlelib.c1679 dithergb(x, y, r, g, b, levels, divN, modN, magic) in dithergb() function
/dports/x11/xloadimage/xloadimage.4.1/
H A Drlelib.c1672 int dithergb( x, y, r, g, b, levels, divN, modN, magic ) in dithergb() function
/dports/x11/xloadimage/debian/patches/
H A D06_-Wall-cleanup.patch876 -dithergb( x, y, r, g, b, levels, divN, modN, magic )
877 +int dithergb( x, y, r, g, b, levels, divN, modN, magic )
/dports/graphics/urt/urt-3.1b1_12/
H A DMANIFEST.new312 man/man3/dithergb.3 ..