Searched refs:pixel (Results 76 - 100 of 108) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/tools/chrpicon/chrpicontoppm/
H A Dchrpicontoppm.c67 pixel *pixelrow;
68 pixel *pP;
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libGL/
H A DMakefile15 indirect_vertex_program.c pixel.c pixelstore.c render2.c \
H A DMakefile.mesa50 pixel.c \
88 BUILDSYMLINKS= ${X11SRCDIR.MesaLib}/src/mesa/main/pixel.c MESApixel.c \
/netbsd-6-1-5-RELEASE/x11/lib/GL/
H A DMakefile14 pixel.c pixelstore.c render2.c renderpix.c single2.c \
61 BUILDSYMLINKS= ${X11SRCDIR.xc}/extras/Mesa/src/pixel.c MESApixel.c \
/netbsd-6-1-5-RELEASE/sys/arch/vax/vsa/
H A Dspx.c316 /* Linear pixel address */
324 /* Recalculate absolute pixel address from linear address */
1374 int i, j, k, ch, pixel; local
1380 pixel = ((i * spx_font.fontheight)+ j) * spx_font.fontwidth;
1383 fontaddr[pixel++] = 0xff;
1385 fontaddr[pixel++] = 0x00;
1388 pixel = (((i + 256) * spx_font.fontheight) + j)
1392 fontaddr[pixel++] = 0xff;
1394 fontaddr[pixel++] = 0x00;
1401 int i, j, k, ch, pixel; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vmx/
H A Dzero.c39 vector pixel zp16() { return ((vector pixel){0,0,0,0,0,0,0,0}); }
H A D3c-01a.c27 typedef const volatile vector pixel _25;
28 typedef const vector pixel _26;
29 typedef volatile vector pixel _27;
30 typedef vector pixel _28;
138 vector pixel p16;
420 p16 = vec_ld(1,(const vector pixel *)p);
422 p16 = vec_ldl(1,(const vector pixel *)p);
424 vec_dst((const vector pixel *)p,1,1);
425 vec_dstst((const vector pixel *)p,1,1);
426 vec_dststt((const vector pixel *)
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vmx/
H A Dzero.c39 vector pixel zp16() { return ((vector pixel){0,0,0,0,0,0,0,0}); }
H A D3c-01a.c27 typedef const volatile vector pixel _25;
28 typedef const vector pixel _26;
29 typedef volatile vector pixel _27;
30 typedef vector pixel _28;
138 vector pixel p16;
420 p16 = vec_ld(1,(const vector pixel *)p);
422 p16 = vec_ldl(1,(const vector pixel *)p);
424 vec_dst((const vector pixel *)p,1,1);
425 vec_dstst((const vector pixel *)p,1,1);
426 vec_dststt((const vector pixel *)
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/rasops/
H A Drasops8.c197 u_char *dp, *rp, *hp, *hrp, *fr, bg, fg, pixel; local
259 pixel = bg;
261 pixel = fg;
266 pixel = ((r & 0xe000) >> 8) |
270 scanline[x] = pixel;
334 * Put a single character. This is for 8-pixel wide fonts.
425 * Put a single character. This is for 12-pixel wide fonts.
520 * Put a single character. This is for 16-pixel wide fonts.
/netbsd-6-1-5-RELEASE/sys/arch/usermode/usermode/
H A Dthunk.c1139 fprintf(stdout, " pixel [%02x %02x %02x %02x]",
1140 update->pixel[0], update->pixel[1],
1141 update->pixel[2], update->pixel[3]);
1163 memcpy(p, update->pixel, 4); p += 4;
1165 memcpy(p, update->pixel, 4); p += 4;
1467 thunk_rfb_fillrect(thunk_rfb_t *rfb, int x, int y, int w, int h, uint8_t *pixel) argument
1487 memcpy(update->pixel, pixel,
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sun3/include/
H A Dcg2reg.h34 * 0x100000 pixel map - used by the X server in color mode
54 /* arrangement of pixel mode memory */
56 u_char pixel[CG2_HEIGHT][CG2_WIDTH]; member in union:byteplane
63 * Normal memory maps in bit plane and pixel modes
67 union byteplane pixplane; /* pixel map */
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dcgtworeg.h34 * 0x100000 pixel map - used by the X server in color mode
68 /* arrangement of pixel mode memory */
70 u_char pixel[CG2_HEIGHT][CG2_WIDTH]; member in union:byteplane
77 * Normal memory maps in bit plane and pixel modes
81 union byteplane pixplane; /* pixel map */
/netbsd-6-1-5-RELEASE/usr.sbin/postinstall/
H A Dpostinstall832 " 10-autohint.conf 10-no-sub-pixel.conf 10-sub-pixel-bgr.conf"
834 " 10-sub-pixel-rgb.conf 10-sub-pixel-vbgr.conf"
836 " 10-sub-pixel-vrgb.conf 10-unhinted.conf 25-unhint-nonlatin.conf"
/netbsd-6-1-5-RELEASE/x11/lib/fontconfig/etc/
H A Dfonts.conf29 Enable sub-pixel rendering
/netbsd-6-1-5-RELEASE/sys/arch/usermode/include/
H A Dthunk.h216 uint8_t pixel[4]; member in struct:__anon6673
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Dgui.c44 void (*GetRGB) (Uint32 pixel, const SDL_PixelFormat * const fmt, Uint8 *r, Uint8 *g, Uint8 *b);
170 /* Exract the packed source pixel; RGB or BGR. */
178 /* Unpack the source pixel into its components. */
180 /* Translate into the screen pixel format. */
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xfree68/FBDev/
H A Dfbdev_netbsd.c308 i = pdefs->pixel;
348 defs[i].pixel = ppix[i];
507 defs[i].pixel = ppix[i];
795 defs[i].pixel = ppix[i];
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dr128fb.c924 uint32_t bg, latch = 0, bg8, fg8, pixel; local
987 pixel = bg8;
989 pixel = fg8;
994 pixel = ((r & 0xe000) >> 8) |
998 latch = (latch << 8) | pixel;
H A Dvoodoofb.c772 uint32_t bg, latch = 0, bg8, fg8, pixel, save_offset = 0; local
847 pixel = bg8;
849 pixel = fg8;
854 pixel = ((r & 0xe000) >> 8) |
858 latch = (latch << 8) | pixel;
870 * can process simple pixel data but I have been wrong
1701 * How do we know our max. pixel clock?
/netbsd-6-1-5-RELEASE/sys/dev/pci/voyager/
H A Dvoyagerfb.c903 uint32_t pixel; local
930 pixel = bg;
932 pixel = fg;
937 pixel = (r & 0xff00) << 8 |
942 SM502_DATAPORT, pixel);
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libOSMesa/
H A Dlibmesa.mk97 BUILDSYMLINKS= ${X11SRCDIR.MesaLib}/src/mesa/main/pixel.c MESApixel.c \
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/GL/GLcore/
H A DMakefile.GLcore57 pixel.c \
/netbsd-6-1-5-RELEASE/x11/Xserver/GL/GLcore/
H A DMakefile.GLcore13 image.c imports.c light.c lines.c matrix.c occlude.c pixel.c \
/netbsd-6-1-5-RELEASE/x11/lib/OSmesa/
H A DMakefile21 matrix.c occlude.c pixel.c points.c polygon.c rastpos.c \

Completed in 354 milliseconds

12345