Home
last modified time | relevance | path

Searched refs:dither_line (Results 1 – 25 of 33) sorted by relevance

12

/dports/graphics/gliv/gliv-1.9.7/src/
H A Ddithering.c944 static void dither_line(gint y, guchar * obuf, guchar * ibuf, gint width, in dither_line() function
987 dither_line(y, obuf, ibuf, width, alpha); in dither_pixbuf()
/dports/graphics/exiftran/fbida-2.14/
H A Dviewer.c60 dither_line(src, line, y, img->i.width); in image_to_pixmap()
106 dst = ida->dither_line; in viewer_renderline()
107 dither_line(src, dst, ida->line, ida->scrwidth); in viewer_renderline()
133 dst = ida->dither_line; in viewer_renderline()
134 dither_line(rgb, dst, scrline, ida->scrwidth); in viewer_renderline()
183 dst = ida->dither_line; in viewer_renderline()
184 dither_line(rgb, dst, scrline, ida->scrwidth); in viewer_renderline()
352 if (NULL != ida->dither_line) in viewer_new_view()
353 free(ida->dither_line); in viewer_new_view()
365 ida->dither_line = malloc(ida->scrwidth); in viewer_new_view()
H A Ddither.h2 extern void (*dither_line)(unsigned char *, unsigned char *, int, int);
H A Dx11.c270 dither_line = dither_line_gray; in x11_color_init()
273 dither_line = dither_line_color; in x11_color_init()
441 dither_line(data + 3 * x * i, ximage + x * i, i + sy, x); in x11_data_to_ximage()
H A Dviewer.h38 unsigned char *dither_line; member
H A Ddither.c13 void (*dither_line)(unsigned char *, unsigned char *, int, int); variable
/dports/graphics/ida/fbida-2.14/
H A Dviewer.c60 dither_line(src, line, y, img->i.width); in image_to_pixmap()
106 dst = ida->dither_line; in viewer_renderline()
107 dither_line(src, dst, ida->line, ida->scrwidth); in viewer_renderline()
133 dst = ida->dither_line; in viewer_renderline()
134 dither_line(rgb, dst, scrline, ida->scrwidth); in viewer_renderline()
183 dst = ida->dither_line; in viewer_renderline()
184 dither_line(rgb, dst, scrline, ida->scrwidth); in viewer_renderline()
352 if (NULL != ida->dither_line) in viewer_new_view()
353 free(ida->dither_line); in viewer_new_view()
365 ida->dither_line = malloc(ida->scrwidth); in viewer_new_view()
H A Ddither.h2 extern void (*dither_line)(unsigned char *, unsigned char *, int, int);
H A Dx11.c270 dither_line = dither_line_gray; in x11_color_init()
273 dither_line = dither_line_color; in x11_color_init()
441 dither_line(data + 3 * x * i, ximage + x * i, i + sy, x); in x11_data_to_ximage()
H A Dviewer.h38 unsigned char *dither_line; member
/dports/graphics/libmng/libmng-1.0.10/contrib/gcc/xmngview/
H A Dcolor.c31 static void (*dither_line)(unsigned char *src, unsigned char *dest, variable
295 dither_line = dither_line_gray; in x11_init_color()
301 dither_line = dither_line_color; in x11_init_color()
623 dst = img->dither_line; in viewer_renderline()
624 dither_line(src, dst, row, width); in viewer_renderline()
H A Dxmng.h55 unsigned char *dither_line; member
H A Dxmngview.c383 if(img.dither_line) free(img.dither_line); in Viewer_postlude()
407 if(img->dither_line) free(img->dither_line); in user_init_data()
420 img->dither_line = (unsigned char*) in user_init_data()
/dports/print/ghostscript8-base/ghostscript-8.71/base/rinkj/
H A Drinkj-dither.c22 self->dither_line (self, dst, src); in rinkj_dither_line()
H A Drinkj-dither.h20 void (*dither_line) (RinkjDither *self, unsigned char *dst, const unsigned char *src); member
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/rinkj/
H A Drinkj-dither.c24 self->dither_line (self, dst, src); in rinkj_dither_line()
H A Drinkj-dither.h22 void (*dither_line) (RinkjDither *self, unsigned char *dst, const unsigned char *src); member
/dports/print/ghostscript8-x11/ghostscript-8.71/base/rinkj/
H A Drinkj-dither.c22 self->dither_line (self, dst, src); in rinkj_dither_line()
H A Drinkj-dither.h20 void (*dither_line) (RinkjDither *self, unsigned char *dst, const unsigned char *src); member
/dports/print/ghostscript9-x11/ghostscript-9.06/base/rinkj/
H A Drinkj-dither.c24 self->dither_line (self, dst, src); in rinkj_dither_line()
H A Drinkj-dither.h22 void (*dither_line) (RinkjDither *self, unsigned char *dst, const unsigned char *src); member
/dports/print/ghostscript9-base/ghostscript-9.06/base/rinkj/
H A Drinkj-dither.c24 self->dither_line (self, dst, src); in rinkj_dither_line()
H A Drinkj-dither.h22 void (*dither_line) (RinkjDither *self, unsigned char *dst, const unsigned char *src); member
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/rinkj/
H A Drinkj-dither.c24 self->dither_line (self, dst, src); in rinkj_dither_line()
H A Drinkj-dither.h22 void (*dither_line) (RinkjDither *self, unsigned char *dst, const unsigned char *src); member

12