| /netbsd/src/sys/arch/powerpc/tools/chrpicon/ppmtochrpicon/ |
| D | ppmtochrpicon.c | 66 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/ |
| D | chrpicon.h | 52 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/ |
| D | chrpicontoppm.c | 106 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/ |
| D | gui.c | 204 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/ |
| D | raster.h | 86 u_int32_t *pixels; /* pointer to the actual bits */ member 174 ( (r)->pixels + (y) * (r)->linelongs + (x) * (r)->depth / 32 )
|
| D | raster_text.c | 248 r->pixels = (u_int32_t*) (r + 1); in raster_alloc()
|
| /netbsd/src/sys/arch/mac68k/dev/ |
| D | macfb.c | 170 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/ |
| D | vcprop_subr.c | 351 rpi_fb_initcursor(bus_addr_t pixels, int hx, int hy) in rpi_fb_initcursor() argument 377 .pixels = htole32(pixels), in rpi_fb_initcursor()
|
| D | vcprop.h | 460 uint32_t pixels; /* bus address in VC memory */ member
|
| /netbsd/src/sys/dev/wscons/ |
| D | wscons_rinit.c | 81 pix = rc->rc_font->chars[ch].r->pixels; in rcons_initfont()
|
| /netbsd/src/sys/dev/pci/ |
| D | tga.c | 1280 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/ |
| D | cups | 13 >380 lelong x \b%d pixels
|
| D | fonts | 230 # lightening mask to eliminate pixels, usually 5555h
|
| D | cad | 137 # PixelsPerLine is the number of pixels in a scan line of bitmapp
|
| /netbsd/src/sys/arch/next68k/dev/ |
| D | nextdisplay.c | 205 rap->pixels = (uint32_t *)dc->dc_videobase; in nextdisplay_init()
|
| /netbsd/src/sys/arch/amiga/dev/ |
| D | grf_ultms.g | 105 font_area: .word 64 ; in pixels 355 jrgt t4bf ; wider than 8 pixels?
|
| /netbsd/src/sys/dev/usb/ |
| D | udl.c | 1166 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/ |
| D | xproto.h | 11071 const uint32_t *pixels); 11086 const uint32_t *pixels); 11250 const uint32_t *pixels); 11267 const uint32_t *pixels);
|
| D | xproto.c | 11207 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/ |
| D | CHANGES | 366 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/ |
| D | doxygen-user.cfg | 706 # 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/ |
| D | i915_reg.h | 11004 #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/ |
| D | fdl.texi | 86 pixels) generic paint programs or (for drawings) some widely available
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/doc/ |
| D | fdl.texi | 85 pixels) generic paint programs or (for drawings) some widely available
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | fdl.texi | 85 pixels) generic paint programs or (for drawings) some widely available
|