Home
last modified time | relevance | path

Searched refs:pixelp (Results 1 – 20 of 20) sorted by relevance

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/win32/
H A Dgdkimage-win32.c279 guchar *pixelp; in gdk_image_get_pixel() local
295 return (*pixelp) & 0x0F; in gdk_image_get_pixel()
305 return *pixelp; in gdk_image_get_pixel()
309 return pixelp[0] | (pixelp[1] << 8); in gdk_image_get_pixel()
312 return pixelp[0] | (pixelp[1] << 8) | (pixelp[2] << 16); in gdk_image_get_pixel()
315 return pixelp[0] | (pixelp[1] << 8) | (pixelp[2] << 16); in gdk_image_get_pixel()
327 guchar *pixelp; in gdk_image_put_pixel() local
348 *pixelp &= 0xF0; in gdk_image_put_pixel()
353 *pixelp &= 0x0F; in gdk_image_put_pixel()
354 *pixelp |= (pixel << 4); in gdk_image_put_pixel()
[all …]
H A Dgdkcolor-win32.c235 guint *pixelp) in alloc_color() argument
322 *pixelp = index; in alloc_color()
337 *pixelp = index; in alloc_color()
349 *pixelp = GetNearestColor (_gdk_display_hdc, new_pixel); in alloc_color()
350 color->peRed = GetRValue (*pixelp); in alloc_color()
351 color->peGreen = GetGValue (*pixelp); in alloc_color()
352 color->peBlue = GetBValue (*pixelp); in alloc_color()
/dports/cad/magic/magic-8.3.245/graphics/
H A DgrTk5.c70 int *pixelp, x, y; local
73 pixelp = gl->gr_pixels;
80 if (*pixelp != 0) {
81 color = GrStyleTable[*pixelp].color;
86 pixelp++;
101 int *pixelp; local
124 pixelp = &( gl->gr_pixels[y*gl->gr_xsize +
128 if (*pixelp != 0) {
129 color = GrStyleTable[*pixelp].color;
134 pixelp++;
H A DgrOGL5.c85 int *pixelp, x, y; local
88 pixelp = gl->gr_pixels;
95 if (*pixelp != 0) {
96 mask = GrStyleTable[*pixelp].color << 1;
106 pixelp++;
121 int *pixelp; local
144 pixelp = &( gl->gr_pixels[y*gl->gr_xsize +
148 if (*pixelp != 0) {
149 mask = GrStyleTable[*pixelp].mask << 1;
150 color = GrStyleTable[*pixelp].color;
[all …]
H A DgrTCairo5.c76 int *pixelp, x, y, thisp, lastp; local
80 pixelp = gl->gr_pixels;
88 thisp = *pixelp++;
121 int *pixelp; local
144 pixelp = &( gl->gr_pixels[y * gl->gr_xsize +
148 if (*pixelp != 0)
150 mask = GrStyleTable[*pixelp].mask << 1;
151 color = GrStyleTable[*pixelp].color;
158 pixelp++;
H A DgrTOGL5.c75 int *pixelp, x, y, thisp, lastp; local
79 pixelp = gl->gr_pixels;
87 thisp = *pixelp++;
119 int *pixelp; local
142 pixelp = &( gl->gr_pixels[y*gl->gr_xsize +
146 if (*pixelp != 0)
148 mask = GrStyleTable[*pixelp].mask << 1;
149 color = GrStyleTable[*pixelp].color;
157 pixelp++;
H A DgrX11su5.c80 int *pixelp, x, y; local
83 pixelp = gl->gr_pixels;
90 if (*pixelp != 0) {
91 color = GrStyleTable[*pixelp].color;
96 pixelp++;
111 int *pixelp; local
134 pixelp = &( gl->gr_pixels[y*gl->gr_xsize +
138 if (*pixelp != 0) {
139 color = GrStyleTable[*pixelp].color;
144 pixelp++;
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/directfb/
H A Dgdkimage-directfb.c318 guchar *pixelp = (guchar *) image->mem + y * image->bpl + x * image->bpp; in gdk_image_get_pixel() local
323 pixel = *pixelp; in gdk_image_get_pixel()
327 pixel = pixelp[0] | (pixelp[1] << 8); in gdk_image_get_pixel()
331 pixel = pixelp[0] | (pixelp[1] << 8) | (pixelp[2] << 16); in gdk_image_get_pixel()
335 pixel = pixelp[0] | (pixelp[1] << 8) | (pixelp[2] << 16); in gdk_image_get_pixel()
361 guchar *pixelp = (guchar *) image->mem + y * image->bpl + x * image->bpp; in gdk_image_put_pixel() local
366 pixelp[3] = 0xFF; in gdk_image_put_pixel()
368 pixelp[2] = ((pixel >> 16) & 0xFF); in gdk_image_put_pixel()
370 pixelp[1] = ((pixel >> 8) & 0xFF); in gdk_image_put_pixel()
372 pixelp[0] = (pixel & 0xFF); in gdk_image_put_pixel()
/dports/multimedia/vapoursynth-l-smash-works/L-SMASH-Works-0.0-940-g198cc78/AviUtl/
H A Dlwcolor.c86 BYTE *pixelp = (BYTE *)cpip->pixelp; in func_pixel2yc() local
91 memcpy( ycp, pixelp, linesize ); in func_pixel2yc()
93 pixelp += stridesize; in func_pixel2yc()
109 BYTE *dst = (BYTE *)cpip->pixelp + start * cpip->w * 2; in convert_lw48_to_yuy2()
137 BYTE *dst_line = (BYTE *)cpip->pixelp + (cpip->h - end) * rgb_linesize; in convert_lw48_to_rgb24()
169 BYTE *pixelp = (BYTE *)cpip->pixelp; in func_yc2pixel() local
173 memcpy( pixelp, ycp, linesize ); in func_yc2pixel()
175 pixelp += linesize; in func_yc2pixel()
H A Dfilter.h55 PIXEL *pixelp; // 現在は使用されていません member
237 BOOL (*copy_clip)( HWND hwnd,void *pixelp,int w,int h );
298 BOOL (*get_pixel_filtered)( void *editp,int n,void *pixelp,int *w,int *h );
325 BOOL (*rgb2yc)( PIXEL_YC *ycp,PIXEL *pixelp,int w );
331 BOOL (*yc2rgb)( PIXEL *pixelp,PIXEL_YC *ycp,int w );
454 BOOL (*get_pixel_source)( void *editp,int n,void *pixelp,DWORD format );
462 BOOL (*get_pixel_filtered_ex)( void *editp,int n,void *pixelp,int *w,int *h,DWORD format );
H A Dcolor.h50 void *pixelp; // DIB形式データへのポインタ member
H A Dlwcolor_simd.c137 BYTE *pixel_line = (BYTE *)cpip->pixelp + (cpip->h - end) * rgb_linesize; in convert_lw48_to_rgb24_sse41()
200 BYTE *pixel_line = (BYTE *)cpip->pixelp + start * w * 2; in convert_lw48_to_yuy2_sse41()
/dports/cad/magic/magic-8.3.245/graphics/cairo_new/
H A DgrTCairo5.c76 int *pixelp, x, y, thisp, lastp; local
80 pixelp = gl->gr_pixels;
88 thisp = *pixelp++;
121 int *pixelp; local
144 pixelp = &( gl->gr_pixels[y * gl->gr_xsize +
148 if (*pixelp != 0)
150 mask = GrStyleTable[*pixelp].mask << 1;
151 color = GrStyleTable[*pixelp].color;
158 pixelp++;
/dports/cad/magic/magic-8.3.245/graphics/cairo_orig/
H A DgrTCairo5.c76 int *pixelp, x, y, thisp, lastp; local
80 pixelp = gl->gr_pixels;
88 thisp = *pixelp++;
122 int *pixelp; local
145 pixelp = &( gl->gr_pixels[y * gl->gr_xsize +
149 if (*pixelp != 0)
151 mask = GrStyleTable[*pixelp].mask << 1;
152 color = GrStyleTable[*pixelp].color;
159 pixelp++;
/dports/games/zdoom/zdoom-2.8.1/src/textures/
H A Dddstexture.cpp526 BYTE *pixelp = tcbuf? tcbuf + 4*y*Height : Pixels + y; in ReadRGB() local
554 *pixelp = RGB32k.RGB[r >> 27][g >> 27][b >> 27]; in ReadRGB()
558 *pixelp = 0; in ReadRGB()
561 pixelp += Height; in ReadRGB()
569 pixelp[0] = (BYTE)(r>>24); in ReadRGB()
570 pixelp[1] = (BYTE)(g>>24); in ReadRGB()
571 pixelp[2] = (BYTE)(b>>24); in ReadRGB()
572 pixelp[3] = (BYTE)(a>>24); in ReadRGB()
573 pixelp+=4; in ReadRGB()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/textures/
H A Dddstexture.cpp527 BYTE *pixelp = tcbuf? tcbuf + 4*y*Height : Pixels + y; in ReadRGB() local
555 *pixelp = RGB32k[r >> 27][g >> 27][b >> 27]; in ReadRGB()
559 *pixelp = 0; in ReadRGB()
562 pixelp += Height; in ReadRGB()
570 pixelp[0] = (BYTE)(r>>24); in ReadRGB()
571 pixelp[1] = (BYTE)(g>>24); in ReadRGB()
572 pixelp[2] = (BYTE)(b>>24); in ReadRGB()
573 pixelp[3] = (BYTE)(a>>24); in ReadRGB()
574 pixelp+=4; in ReadRGB()
/dports/graphics/p5-Imager/Imager-1.012/ICO/
H A Dmsicon.c1376 unsigned char const *pixelp; in write_4_bit() local
1392 pixelp = data + y * image->width; in write_4_bit()
1397 *outp |= *pixelp++ & 0x0F; in write_4_bit()
1401 *outp |= *pixelp++ << 4; in write_4_bit()
1430 unsigned char const *data, *pixelp; in write_1_bit() local
1450 pixelp = data + y * image->width; in write_1_bit()
1454 if (*pixelp) in write_1_bit()
1487 unsigned char const *data, *pixelp; in write_mask() local
1500 pixelp = data + y * image->width; in write_mask()
1504 if (*pixelp) in write_mask()
[all …]
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dplot.c11 ncplane* pixelp; // only used for NCBLIT_PIXEL member
43 if(((p->pixelp = ncplane_dup(n, NULL)) == NULL)){ in create_pixelp()
46 if(ncplane_set_name(p->pixelp, "pmap")){ in create_pixelp()
47 ncplane_destroy(p->pixelp); in create_pixelp()
50 ncplane_reparent(p->pixelp, n); in create_pixelp()
51 ncplane_move_below(p->pixelp, n); in create_pixelp()
64 calculate_gradient_vector(ncplot* p, unsigned pixelp){ in calculate_gradient_vector() argument
66 const unsigned states = dimy * (pixelp ? ncplane_pile(p->ncp)->cellpxy : 1); in calculate_gradient_vector()
247 .n = ncp->plot.pixelp, \
608 ncplane_destroy(n->pixelp); in CREATE()
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dxpmread.c213 unsigned char *pixelp; in xpm_parse_data() local
279 pixelp = xpmr->xpm->pixels; in xpm_parse_data()
293 *pixelp = k; in xpm_parse_data()
300 pixelp++; in xpm_parse_data()
/dports/x11/xterm/xterm-370/
H A Dgraphics_regis.c1669 Char *pixelp; in get_xft_glyph_dimensions() local
1750 pixelp = pixels; in get_xft_glyph_dimensions()
1753 if (*pixelp++) { in get_xft_glyph_dimensions()