Home
last modified time | relevance | path

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

12345

/netbsd-src/sys/arch/powerpc/tools/chrpicon/ppmtochrpicon/
H A 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/
H A 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/
H A 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/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
H A Dr8a774c0-ek874-idk-2121wr.dts49 dual-lvds-odd-pixels;
57 dual-lvds-even-pixels;
/netbsd-src/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dhgsmi_base.c120 u8 *pixels, u32 len) in hgsmi_update_pointer_shape() argument
155 memcpy(p->data, pixels, pixel_len); in hgsmi_update_pointer_shape()
H A Dvboxvideo_guest.h38 u8 *pixels, u32 len);
/netbsd-src/sys/dev/rcons/
H A Draster.h86 u_int32_t *pixels; /* pointer to the actual bits */ member
174 ( (r)->pixels + (y) * (r)->linelongs + (x) * (r)->depth / 32 )
H A Draster_text.c248 r->pixels = (u_int32_t*) (r + 1); in raster_alloc()
/netbsd-src/sys/arch/mac68k/dev/
H A 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/
H A 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()
H A Dvcprop.h460 uint32_t pixels; /* bus address in VC memory */ member
/netbsd-src/sys/dev/wscons/
H A Dwscons_rinit.c81 pix = rc->rc_font->chars[ch].r->pixels; in rcons_initfont()
/netbsd-src/sys/dev/pci/
H A 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/
H A Dcups13 >380 lelong x \b%d pixels
H A Dcad137 # PixelsPerLine is the number of pixels in a scan line of bitmapp
H A Dfonts230 # lightening mask to eliminate pixels, usually 5555h
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_compressor.c73 static uint32_t align_to_chunks_number_per_line(uint32_t pixels) in align_to_chunks_number_per_line() argument
75 return 256 * ((pixels + 255) / 256); in align_to_chunks_number_per_line()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce112/
H A Damdgpu_dce112_compressor.c293 uint32_t pixels) in align_to_chunks_number_per_line() argument
295 return 256 * ((pixels + 255) / 256); in align_to_chunks_number_per_line()
/netbsd-src/sys/arch/next68k/dev/
H A Dnextdisplay.c205 rap->pixels = (uint32_t *)dc->dc_videobase; in nextdisplay_init()
/netbsd-src/sys/arch/amiga/dev/
H A Dgrf_ultms.g105 font_area: .word 64 ; in pixels
355 jrgt t4bf ; wider than 8 pixels?
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/
H A DREADME11 measured in pixels.
/netbsd-src/sys/dev/usb/
H A Dudl.c1166 uint16_t pixels[32]; in udl_draw_char()
1193 pixels[i] = rgb16[(fontbits >> 31) & 1]; in udl_draw_char()
1197 udl_draw_line(sc, pixels, soff, font->fontwidth); in udl_draw_char()
1387 * Generate a sub-block with maximal 256 pixels compressed data. in udl_cmd_add_buf_comp()
1434 /* return how many pixels we have compressed */ in udl_cmd_add_buf_comp()
1165 uint16_t pixels[32]; udl_draw_char() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dvlv_dsi.c48 static u16 txbyteclkhs(u16 pixels, int bpp, int lane_count, in txbyteclkhs() argument
51 return DIV_ROUND_UP(DIV_ROUND_UP(pixels * bpp * burst_mode_ratio, in txbyteclkhs()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A DDoxyfile.global539 # used to set the initial width (in pixels) of the frame in which the tree
881 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
889 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dxproto.h11071 const uint32_t *pixels);
11086 const uint32_t *pixels);
11250 const uint32_t *pixels);
11267 const uint32_t *pixels);

12345