Searched refs:pixels (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/tools/chrpicon/
H A Dchrpicon.h52 chrpi_pixel **pixels; member in struct:chrpi_spec_s
60 void CHRPI_writeicon(FILE *fp, pixel **pixels, CHRPI_spec img);
62 void CHRPI_putbitmap(FILE *, pixel** pixels, CHRPI_spec img);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr17119.c3 unsigned type, const void * pixels)
2 _mesa_DrawPixels(int width, int height, unsigned format, unsigned type, const void * pixels) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A Dpr17119.c3 unsigned type, const void * pixels)
2 _mesa_DrawPixels(int width, int height, unsigned format, unsigned type, const void * pixels) argument
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/tools/chrpicon/ppmtochrpicon/
H A Dppmtochrpicon.c66 pixel **pixels; local
80 pixels = ppm_readppm(ifp, &img->width, &img->height, &maxval);
98 CHRPI_writeicon(stdout, pixels, img);
104 CHRPI_writeicon(FILE *fp, pixel **pixels, CHRPI_spec img) argument
107 CHRPI_putbitmap(stdout, pixels, img);
127 CHRPI_putbitmap(FILE *fp, pixel** pixels, CHRPI_spec img) argument
137 pP = pixels[row];
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/tools/chrpicon/chrpicontoppm/
H A Dchrpicontoppm.c106 imgP = img->pixels[row];
184 if ((img->pixels = calloc(img->height, sizeof(chrpi_pixel *))) == NULL)
188 if ((img->pixels[r] = CHRPI_allocrow(img->width)) == NULL)
198 /* go down the pixels and convert them */
203 img->pixels[r][c] = (chrpi_pixel)(strtoul(hexstr, NULL, 16));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Dgui.c158 Uint32 *pixels; local
165 pixels = dst->pixels;
166 pixels += (dsty * dst->pitch / 4);
181 *pixels++ = sdl.MapRGB (dst->format, r, g, b);
/netbsd-6-1-5-RELEASE/sys/dev/rcons/
H A Draster.h83 int width, height; /* size in pixels */
86 u_int32_t *pixels; /* pointer to the actual bits */ member in struct:raster
174 ( (r)->pixels + (y) * (r)->linelongs + (x) * (r)->depth / 32 )
H A Draster_text.c248 r->pixels = (u_int32_t*) (r + 1);
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwscons_rinit.c79 pix = rc->rc_font->chars[ch].r->pixels;
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dmacfb.c170 rap->pixels = (u_int32_t *)(dc->dc_vaddr + dc->dc_offset);
389 p = gallant19.chars[i].r->pixels;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dtga.c315 * Set all bits in the pixel mask, to enable writes to all pixels.
1079 * we have 3 sizes of pixels to move in X direction:
1245 /* Set which pixels we're drawing (of a possible 32). */
1279 int32_t color, lines, pixels; local
1285 pixels = ri->ri_emuwidth - 1;
1305 /* Set which pixels we're drawing (of a possible 32). */
1316 *rp = pixels;
1329 int32_t color, lines, pixels; local
1335 pixels = (num * ri->ri_font->fontwidth) - 1;
1355 /* Set which pixels w
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/next68k/dev/
H A Dnextdisplay.c209 rap->pixels = (u_int32_t *)dc->dc_videobase;
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dudl.c1099 uint16_t pixels[32]; local
1126 pixels[i] = rgb16[(fontbits >> 31) & 1];
1130 udl_draw_line(sc, pixels, soff, font->fontwidth);
1319 * Generate a sub-block with maximal 256 pixels compressed data.
1366 /* return how many pixels we have compressed */
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libxcb/files/
H A Dxproto.h12690 ** @param const uint32_t *pixels
12700 const uint32_t *pixels /**< */);
12719 ** @param const uint32_t *pixels
12729 const uint32_t *pixels /**< */);
12955 ** @param const uint32_t *pixels
12964 const uint32_t *pixels /**< */);
12985 ** @param const uint32_t *pixels
12994 const uint32_t *pixels /**< */);
H A Dxproto.c10925 ** @param const uint32_t *pixels
10935 const uint32_t *pixels /**< */)
10956 xcb_parts[4].iov_base = (char *) pixels;
10973 ** @param const uint32_t *pixels
10983 const uint32_t *pixels /**< */)
11004 xcb_parts[4].iov_base = (char *) pixels;
11290 ** @param const uint32_t *pixels
11299 const uint32_t *pixels /**< */)
11319 xcb_parts[4].iov_base = (char *) pixels;
11335 ** @param const uint32_t *pixels
[all...]

Completed in 206 milliseconds