Home
last modified time | relevance | path

Searched refs:IM_COLOR (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/p5-Imager/Imager-1.012/
H A Drender.im595 IM_SUFFIX(combine_line_alpha)(IM_COLOR *out, IM_COLOR const *in,
633 (IM_COLOR *out, IM_COLOR const *in, int channels, i_img_dim count) {
667 IM_SUFFIX(combine_line_alpha_na)(IM_COLOR *out, IM_COLOR const *in,
714 static void IM_SUFFIX(combine_add)(IM_COLOR *, IM_COLOR *, int, i_img_dim);
719 static void IM_SUFFIX(combine_hue)(IM_COLOR *, IM_COLOR *, int, i_img_dim);
720 static void IM_SUFFIX(combine_sat)(IM_COLOR *, IM_COLOR *, int, i_img_dim);
795 IM_COLOR *inp = in;
883 IM_COLOR *inp = in;
1059 IM_SUFFIX(combine_darken)(IM_COLOR *out, IM_COLOR *in, int channels,
1186 IM_COLOR c = *inp;
[all …]
H A Dflip.im70 IM_SUFFIX(flip_row)(IM_COLOR *row, i_img_dim width) {
71 IM_COLOR tmp;
72 IM_COLOR *leftp = row;
73 IM_COLOR *rightp = row + width - 1;
100 IM_COLOR *line = mymalloc(im->xsize * sizeof(IM_COLOR));
131 IM_COLOR *top_line = mymalloc(im->xsize * sizeof(IM_COLOR));
132 IM_COLOR *bot_line = mymalloc(im->xsize * sizeof(IM_COLOR));
169 IM_COLOR *top_line = mymalloc(im->xsize * sizeof(IM_COLOR));
170 IM_COLOR *bot_line = mymalloc(im->xsize * sizeof(IM_COLOR));
H A Drubthru.im31 IM_COLOR *src_line, *dest_line;
33 src_line = mymalloc(sizeof(IM_COLOR) * width);
34 dest_line = mymalloc(sizeof(IM_COLOR) * width);
38 IM_COLOR *srcp = src_line;
39 IM_COLOR *destp = dest_line;
93 IM_COLOR *src_line, *dest_line;
95 src_line = mymalloc(sizeof(IM_COLOR) * width);
96 dest_line = mymalloc(sizeof(IM_COLOR) * width);
101 IM_COLOR *srcp = src_line;
102 IM_COLOR *destp = dest_line;
H A Dscale.im31 IM_SUFFIX(accum_output_row)(i_fcolor *accum, double fraction, IM_COLOR const *in,
34 IM_SUFFIX(horizontal_scale)(IM_COLOR *out, i_img_dim out_width,
95 IM_COLOR *in_row = NULL;
96 IM_COLOR *xscale_row = NULL;
99 in_row_bytes = sizeof(IM_COLOR) * src->xsize;
100 if (in_row_bytes / sizeof(IM_COLOR) != src->xsize) {
106 out_row_bytes = sizeof(IM_COLOR) * x_out;
107 if (out_row_bytes / sizeof(IM_COLOR) != x_out) {
245 IM_SUFFIX(accum_output_row)(i_fcolor *accum, double fraction, IM_COLOR const *in,
270 IM_SUFFIX(horizontal_scale)(IM_COLOR *out, i_img_dim out_width,
H A Drotate.im37 IM_COLOR *vals = mymalloc(src->xsize * sizeof(IM_COLOR));
39 IM_COLOR tmp;
89 IM_COLOR *vals = mymalloc(src->xsize * sizeof(IM_COLOR));
214 IM_COLOR *vals = mymalloc(xsize * sizeof(IM_COLOR));
215 IM_COLOR back;
270 IM_COLOR c[2][2];
271 IM_COLOR ci2[2];
283 IM_COLOR ci2[2];
293 IM_COLOR ci2[2];
H A Dconvert.im97 IM_COLOR *vals;
100 vals = mymalloc(sizeof(IM_COLOR) * src->xsize); /* checked 04Jul05 tonyc */
284 IM_COLOR *in_line = mymalloc(sizeof(IM_COLOR) * src->xsize);
285 IM_COLOR *out_line = mymalloc(sizeof(IM_COLOR) * src->xsize);
288 IM_COLOR *inp, *outp;
H A Dpaste.im50 IM_COLOR *row = mymalloc(sizeof(IM_COLOR) * (x2-x1));
70 (int out_channels, int in_channels, IM_COLOR *colors,
236 (int out_channels, int in_channels, IM_COLOR *colors,
237 size_t count, IM_COLOR const *bg) {
362 int out_channels, IM_COLOR const *bg) {
H A Dcompose.im113 IM_COLOR *src_line = mymalloc(sizeof(IM_COLOR) * width);
218 IM_COLOR *src_line = mymalloc(sizeof(IM_COLOR) * width);
H A Dcombine.im68 IM_COLOR *out_row = mymalloc(sizeof(IM_COLOR) * width);
H A Dconv.im47 IM_COLOR rcolor;
H A Dgaussian.im123 IM_COLOR rcolor;
H A Dfilters.im110 IM_COLOR *row, *entry;
113 row = mymalloc(sizeof(IM_COLOR) * im->xsize); /* checked 17feb2005 tonyc */
/dports/print/hplip/hplip-3.20.6/ip/
H A Dxscale.c132 IM_COLOR enumerator
681 if (g->image_type == IM_COLOR) { in contone_scale_open()
921 case 24: g->image_type = IM_COLOR; break; in scale_setDefaultInputTraits()
1016 case IM_COLOR: in scale_getActualTraits()
1143 case IM_COLOR: in scale_convert()
1239 case IM_COLOR: in scale_closeXform()
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Ddefs.h256 #define IM_COLOR 0 macro