HomeSort by: relevance | last modified time | path
    Searched defs:pixels (Results 1 - 9 of 9) 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/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 )
  /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/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/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/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/sys/arch/evbarm/rpi/
vcprop.h 460 uint32_t pixels; /* bus address in VC memory */ member in struct:vcprop_tag_cursorinfo

Completed in 34 milliseconds