HomeSort by: relevance | last modified time | path
    Searched refs:pixels (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/arch/powerpc/tools/chrpicon/
chrpicon.h 52 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);
  /src/sys/arch/powerpc/tools/chrpicon/ppmtochrpicon/
ppmtochrpicon.c 66 pixel **pixels; local in function:main
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)
107 CHRPI_putbitmap(stdout, pixels, img);
127 CHRPI_putbitmap(FILE *fp, pixel** pixels, CHRPI_spec img)
137 pP = pixels[row];
  /src/sys/arch/powerpc/tools/chrpicon/chrpicontoppm/
chrpicontoppm.c 106 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));
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
r8a774c0-ek874-idk-2121wr.dts 49 dual-lvds-odd-pixels;
57 dual-lvds-even-pixels;
  /src/sys/dev/rcons/
raster.h 83 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 )
raster_text.c 248 r->pixels = (u_int32_t*) (r + 1);
  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
hgsmi_base.c 113 * @width: Width in pixels of the cursor.
114 * @height: Height in pixels of the cursor.
115 * @pixels: Pixel data, @see VMMDevReqMousePointer for the format.
120 u8 *pixels, u32 len)
155 memcpy(p->data, pixels, pixel_len);
vboxvideo_guest.h 38 u8 *pixels, u32 len);
  /src/sys/dev/wscons/
wscons_rinit.c 81 pix = rc->rc_font->chars[ch].r->pixels;
  /src/sys/arch/mac68k/dev/
macfb.c 170 rap->pixels = (u_int32_t *)(dc->dc_vaddr + dc->dc_offset);
390 p = gallant19.chars[i].r->pixels;
  /src/sys/arch/evbarm/rpi/
vcprop_subr.c 351 rpi_fb_initcursor(bus_addr_t pixels, int hx, int hy)
377 .pixels = htole32(pixels),
vcprop.h 460 uint32_t pixels; /* bus address in VC memory */ member in struct:vcprop_tag_cursorinfo
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_compressor.c 73 static uint32_t align_to_chunks_number_per_line(uint32_t pixels)
75 return 256 * ((pixels + 255) / 256);
  /src/sys/dev/pci/
tga.c 316 * 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:
1246 /* Set which pixels we're drawing (of a possible 32). */
1280 int32_t color, lines, pixels; local in function:tga_eraserows
1286 pixels = ri->ri_emuwidth - 1;
1306 /* Set which pixels we're drawing (of a possible 32). */
1317 *rp = pixels;
1330 int32_t color, lines, pixels; local in function:tga_erasecols
1336 pixels = (num * ri->ri_font->fontwidth) - 1;
1356 /* Set which pixels we're drawing (of a possible 32). *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce112/
amdgpu_dce112_compressor.c 293 uint32_t pixels)
295 return 256 * ((pixels + 255) / 256);
  /src/sys/arch/next68k/dev/
nextdisplay.c 205 rap->pixels = (uint32_t *)dc->dc_videobase;
  /src/sys/dev/usb/
udl.c 1166 uint16_t pixels[32]; local in function:udl_draw_char
1193 pixels[i] = rgb16[(fontbits >> 31) & 1];
1197 udl_draw_line(sc, pixels, soff, font->fontwidth);
1387 * Generate a sub-block with maximal 256 pixels compressed data.
1434 /* return how many pixels we have compressed */
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
vlv_dsi.c 47 /* return pixels in terms of txbyteclkhs */
48 static u16 txbyteclkhs(u16 pixels, int bpp, int lane_count,
51 return DIV_ROUND_UP(DIV_ROUND_UP(pixels * bpp * burst_mode_ratio,
55 /* return pixels equvalent to txbyteclkhs */
1073 /* In terms of pixels */
1123 * in Pixels but txbyteclkhs.. So retrieval process adds some
1124 * ROUND_UP ERRORS in the process of PIXELS<==>txbyteclkhs.
1127 * param in pixels. This is the expected value, including roundup errors
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h 3465 * UDI pixel divider, controlling how many pixels are stuffed into a packet.
3467 * Value is pixels minus 1. Must be set to 1 pixel for SDVO.
5269 /* Number of pixels in the hsync. */
5272 /* Total number of pixels minus one in the line (display and blanking). */
5279 /* Offset of the colorburst from the start of hsync, in pixels minus one. */
5287 /* End of hblank, measured in pixels minus one from start of hsync */
5290 /* Start of hblank, measured in pixels minus one from start of hsync */
5442 /* Horizontal size of the display window, measured in pixels*/
5446 * Vertical size of the display window, measured in pixels.
5464 * This is required on modes more than 1024 pixels wide *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 316 //valid sliceWidth = number of pixels per slice line, must be less than or equal to 5184/numSlices (or 4096/numSlices in 420 mode)
323 // N422/N420 operate at 2 pixels per clock
325 Delay, pixels; local in function:dscceComputeDelay
367 //dsc processes 3 pixel containers per cycle and a container can contain 1 or 2 pixels
368 pixels = Delay * 3 * pixelsPerClock;
369 return pixels;
383 // dscc gets pixels every other cycle
387 // dscc gets pixels every other cycle
393 // dscc gets pixels every other cycle
amdgpu_display_mode_vba_20v2.c 340 //valid sliceWidth = number of pixels per slice line, must be less than or equal to 5184/numSlices (or 4096/numSlices in 420 mode)
347 // N422/N420 operate at 2 pixels per clock
349 Delay, pixels; local in function:dscceComputeDelay
391 //dsc processes 3 pixel containers per cycle and a container can contain 1 or 2 pixels
392 pixels = Delay * 3 * pixelsPerClock;
393 return pixels;
407 // dscc gets pixels every other cycle
411 // dscc gets pixels every other cycle
417 // dscc gets pixels every other cycle
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c 511 //valid sliceWidth = number of pixels per slice line, must be less than or equal to 5184/numSlices (or 4096/numSlices in 420 mode)
518 // N422/N420 operate at 2 pixels per clock
520 Delay, pixels; local in function:dscceComputeDelay
562 //dsc processes 3 pixel containers per cycle and a container can contain 1 or 2 pixels
563 pixels = Delay * 3 * pixelsPerClock;
564 return pixels;
578 // dscc gets pixels every other cycle
582 // dscc gets pixels every other cycle
588 // dscc gets pixels every other cycle
  /src/share/terminfo/
terminfo 3662 # + dtterm window-report gives size of window in characters/pixels as
3897 # Pixels Characters Entry Name (append -m for monochrome)
3957 xnuppc+80x25|Darwin PowerPC console 80x25 support (640x400 pixels),
3960 xnuppc+80x30|Darwin PowerPC console 80x30 support (640x480 pixels),
3963 xnuppc+90x30|Darwin PowerPC console 90x30 support (720x480 pixels),
3966 xnuppc+100x37|Darwin PowerPC console 100x37 support (800x600 pixels),
3969 xnuppc+112x37|Darwin PowerPC console 112x37 support (896x600 pixels),
3972 xnuppc+128x40|Darwin PowerPC console 128x40 support (1024x640 pixels),
3975 xnuppc+128x48|Darwin PowerPC console 128x48 support (1024x768 pixels),
3978 xnuppc+144x48|Darwin PowerPC console 144x48 support (1152x768 pixels),
    [all...]

Completed in 57 milliseconds