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

1 2

  /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
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/external/gpl3/gdb/dist/sim/bfin/
gui.c 204 Uint32 *pixels; local
211 pixels = dst->pixels;
212 pixels += (dsty * dst->pitch / 4);
227 *pixels++ = sdl.MapRGB (dst->format, r, g, b);
  /src/external/gpl3/gdb.old/dist/sim/bfin/
gui.c 204 Uint32 *pixels; local
211 pixels = dst->pixels;
212 pixels += (dsty * dst->pitch / 4);
227 *pixels++ = sdl.MapRGB (dst->format, r, g, b);
  /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/include/
vis_proto.h 540 vis_fmul8x16(vis_f32 pixels, vis_d64 scale)
546 : "f"(pixels), "f"(scale));
552 vis_fmul8x16au(vis_f32 pixels, vis_f32 scale)
558 : "f"(pixels), "f"(scale));
564 vis_fmul8x16al(vis_f32 pixels, vis_f32 scale)
570 : "f"(pixels), "f"(scale));
  /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
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
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 204 rap->pixels = (uint32_t *)dc->dc_videobase;
  /src/sys/dev/usb/
udl.c 1166 uint16_t pixels[32]; local
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/external/mit/xorg/lib/libxcb/files/
xproto.h 3028 computed bitwise on corresponding bits of the pixels; that is, a Boolean
3041 /**< The line-width is measured in pixels and can be greater than or equal to one, a wide line, or the
3152 /**< The clip-mask restricts writes to the destination drawable. Only pixels where the clip-mask has
3153 bits set to 1 are drawn. Pixels are not drawn outside the area covered by the clip-mask or where
3157 then pixels are always drawn, regardless of the clip origin. The clip-mask can also be set with the
5702 * of pixels, and coincide with pixel centers. Each window and pixmap has its own
5763 * of pixels, and coincide with pixel centers. Each window and pixmap has its own
5821 * of pixels, and coincide with pixel centers. Each window and pixmap has its own
5882 * of pixels, and coincide with pixel centers. Each window and pixmap has its own
9598 * @param width The width of the area to copy (in pixels)
    [all...]
xproto.c 10892 /* pixels */
11053 /* pixels */
11186 /* pixels */
11207 const uint32_t *pixels)
11228 /* uint32_t pixels */
11229 xcb_parts[4].iov_base = (char *) pixels;
11243 const uint32_t *pixels)
11264 /* uint32_t pixels */
11265 xcb_parts[4].iov_base = (char *) pixels;
11599 /* pixels */
    [all...]
  /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
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
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

Completed in 92 milliseconds

1 2