Home
last modified time | relevance | path

Searched refs:pixels (Results 1 – 25 of 57) sorted by relevance

123

/netbsd/src/sys/arch/powerpc/tools/chrpicon/ppmtochrpicon/
Dppmtochrpicon.c66 pixel **pixels; in main() local
80 pixels = ppm_readppm(ifp, &img->width, &img->height, &maxval); in main()
98 CHRPI_writeicon(stdout, pixels, img); in main()
104 CHRPI_writeicon(FILE *fp, pixel **pixels, CHRPI_spec img) in CHRPI_writeicon() argument
107 CHRPI_putbitmap(stdout, pixels, img); in CHRPI_writeicon()
127 CHRPI_putbitmap(FILE *fp, pixel** pixels, CHRPI_spec img) in CHRPI_putbitmap() argument
137 pP = pixels[row]; in CHRPI_putbitmap()
/netbsd/src/sys/arch/powerpc/tools/chrpicon/
Dchrpicon.h52 chrpi_pixel **pixels; member
60 void CHRPI_writeicon(FILE *fp, pixel **pixels, CHRPI_spec img);
62 void CHRPI_putbitmap(FILE *, pixel** pixels, CHRPI_spec img);
/netbsd/src/sys/arch/powerpc/tools/chrpicon/chrpicontoppm/
Dchrpicontoppm.c106 imgP = img->pixels[row]; in main()
184 if ((img->pixels = calloc(img->height, sizeof(chrpi_pixel *))) == NULL) in CHRPI_getbitmap()
188 if ((img->pixels[r] = CHRPI_allocrow(img->width)) == NULL) in CHRPI_getbitmap()
203 img->pixels[r][c] = (chrpi_pixel)(strtoul(hexstr, NULL, 16)); in CHRPI_getbitmap()
/netbsd/src/external/gpl3/gdb/dist/sim/bfin/
Dgui.c204 Uint32 *pixels; in SDL_ConvertBlitLineFrom() local
211 pixels = dst->pixels; in SDL_ConvertBlitLineFrom()
212 pixels += (dsty * dst->pitch / 4); in SDL_ConvertBlitLineFrom()
227 *pixels++ = sdl.MapRGB (dst->format, r, g, b); in SDL_ConvertBlitLineFrom()
/netbsd/src/sys/dev/rcons/
Draster.h86 u_int32_t *pixels; /* pointer to the actual bits */ member
174 ( (r)->pixels + (y) * (r)->linelongs + (x) * (r)->depth / 32 )
Draster_text.c248 r->pixels = (u_int32_t*) (r + 1); in raster_alloc()
/netbsd/src/sys/arch/mac68k/dev/
Dmacfb.c170 rap->pixels = (u_int32_t *)(dc->dc_vaddr + dc->dc_offset); in macfb_init()
390 p = gallant19.chars[i].r->pixels; in init_itefont()
/netbsd/src/sys/arch/evbarm/rpi/
Dvcprop_subr.c351 rpi_fb_initcursor(bus_addr_t pixels, int hx, int hy) in rpi_fb_initcursor() argument
377 .pixels = htole32(pixels), in rpi_fb_initcursor()
Dvcprop.h460 uint32_t pixels; /* bus address in VC memory */ member
/netbsd/src/sys/dev/wscons/
Dwscons_rinit.c81 pix = rc->rc_font->chars[ch].r->pixels; in rcons_initfont()
/netbsd/src/sys/dev/pci/
Dtga.c1280 int32_t color, lines, pixels; in tga_eraserows() local
1286 pixels = ri->ri_emuwidth - 1; in tga_eraserows()
1317 *rp = pixels; in tga_eraserows()
1330 int32_t color, lines, pixels; in tga_erasecols() local
1336 pixels = (num * ri->ri_font->fontwidth) - 1; in tga_erasecols()
1367 *rp = pixels; in tga_erasecols()
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dcups13 >380 lelong x \b%d pixels
Dfonts230 # lightening mask to eliminate pixels, usually 5555h
Dcad137 # PixelsPerLine is the number of pixels in a scan line of bitmapp
/netbsd/src/sys/arch/next68k/dev/
Dnextdisplay.c205 rap->pixels = (uint32_t *)dc->dc_videobase; in nextdisplay_init()
/netbsd/src/sys/arch/amiga/dev/
Dgrf_ultms.g105 font_area: .word 64 ; in pixels
355 jrgt t4bf ; wider than 8 pixels?
/netbsd/src/sys/dev/usb/
Dudl.c1166 uint16_t pixels[32]; in udl_draw_char() local
1193 pixels[i] = rgb16[(fontbits >> 31) & 1]; in udl_draw_char()
1197 udl_draw_line(sc, pixels, soff, font->fontwidth); in udl_draw_char()
/netbsd/src/external/mit/xorg/lib/libxcb/files/
Dxproto.h11071 const uint32_t *pixels);
11086 const uint32_t *pixels);
11250 const uint32_t *pixels);
11267 const uint32_t *pixels);
Dxproto.c11207 const uint32_t *pixels) in xcb_free_colors_checked() argument
11229 xcb_parts[4].iov_base = (char *) pixels; in xcb_free_colors_checked()
11243 const uint32_t *pixels) in xcb_free_colors() argument
11265 xcb_parts[4].iov_base = (char *) pixels; in xcb_free_colors()
11619 const uint32_t *pixels) in xcb_query_colors() argument
11640 xcb_parts[4].iov_base = (char *) pixels; in xcb_query_colors()
11653 const uint32_t *pixels) in xcb_query_colors_unchecked() argument
11674 xcb_parts[4].iov_base = (char *) pixels; in xcb_query_colors_unchecked()
/netbsd/src/doc/
DCHANGES366 hp300: Fix "garbage pixels" problems on scrolling ops etc. on
370 "pseudo doubled" 512x400 bitmap pixels as HP-UX did, because
/netbsd/src/crypto/external/bsd/netpgp/dist/doc/
Ddoxygen-user.cfg706 # used to set the initial width (in pixels) of the frame in which the tree
1154 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
1162 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Di915_reg.h11004 #define OVERLAP_PIXELS(pixels) ((pixels) << 16) argument
11006 #define LEFT_DL_BUF_TARGET_DEPTH(pixels) ((pixels) << 0) argument
11013 #define RIGHT_DL_BUF_TARGET_DEPTH(pixels) ((pixels) << 0) argument
/netbsd/src/external/lgpl3/mpfr/dist/doc/
Dfdl.texi86 pixels) generic paint programs or (for drawings) some widely available
/netbsd/src/external/gpl3/binutils/dist/bfd/doc/
Dfdl.texi85 pixels) generic paint programs or (for drawings) some widely available
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Dfdl.texi85 pixels) generic paint programs or (for drawings) some widely available

123