HomeSort by: relevance | last modified time | path
    Searched defs:Pixel (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/libXmu/dist/include/X11/Xmu/
Drawing.h 40 typedef unsigned long Pixel;
98 Pixel fore,
99 Pixel back,
  /xsrc/external/mit/xorg-server/dist/include/
colormap.h 72 typedef CARD32 Pixel;
102 Pixel * /*pPix */ ,
109 Pixel /*pixel */ );
113 Pixel * /*ppixIn */ ,
125 Pixel * /*ppix */ ,
126 Pixel * /*masks */ );
135 Pixel * /*pixels */ ,
136 Pixel * /*prmask */ ,
137 Pixel * /*pgmask */
    [all...]
  /xsrc/external/mit/xwd/dist/
wsutils.h 44 typedef unsigned long Pixel;
54 Pixel value; /* Pixel value */
70 Pixel value; /* Pixel value */
139 * pixel. */
  /xsrc/external/mit/xorg-server.old/dist/include/
colormap.h 74 typedef CARD32 Pixel;
109 Pixel* /*pPix*/,
118 Pixel /*pixel*/);
129 Pixel* /*pPixel*/,
137 Pixel* /*ppixIn*/,
151 Pixel* /*ppix*/,
152 Pixel* /*masks*/);
162 Pixel* /*pixels*/,
163 Pixel* /*prmask*/
    [all...]
  /xsrc/external/mit/libXpm/dist/src/
simx.h 78 typedef COLORREF Pixel;
83 Pixel pixel; member in struct:__anon5950
  /xsrc/external/mit/xf86-video-tseng/dist/src/
tseng_mode.c 246 CARD8 Pixel;
260 xf86DrvMsgVerb(pScrn->scrnIndex, X_INFO, 7, "Pixel mode: 0x%02X\n",
261 Regs->Pixel);
293 /* set the index for the pixel mode */
303 Regs->Pixel = hwp->readDacMask(hwp); /* pixel mode */
305 hwp->readDacMask(hwp); /* skip secondary pixel mode */
367 /* set the index for the pixel mode */
377 hwp->writeDacMask(hwp, Regs->Pixel); /* pixel mode *
    [all...]
  /xsrc/external/mit/libXpm/dist/include/X11/
xpm.h 82 /* let's define Pixel if it is not done yet */
84 typedef unsigned long Pixel; /* Index into colormap */
104 Pixel pixel; /* Color pixel */ member in struct:__anon5934
125 unsigned int cpp; /* number of characters per pixel */
153 Pixel* /* pixels */,
174 pixel */
175 Pixel *pixels; /* List of used color pixels */
201 Pixel *alloc_pixels; /* Returns the list of alloc'ed colo
    [all...]
  /xsrc/external/mit/xev/dist/
xev.c 64 typedef unsigned long Pixel;
  /xsrc/external/mit/xwud/dist/
xwud.c 337 colors[i].pixel = xwdcolor.pixel;
345 _swaplong((char *) &colors[i].pixel, sizeof(long));
354 /* alloc the pixel buffer */
574 gc_val.foreground = color.pixel;
576 gc_val.foreground = colors[1].pixel;
581 gc_val.background = color.pixel;
583 gc_val.background = colors[0].pixel;
738 typedef unsigned long Pixel;
757 Pixel pixel local
    [all...]
  /xsrc/external/mit/libXt/dist/include/X11/
Intrinsic.h 135 typedef unsigned long Pixel; /* Index into colormap */
2621 /* Pixel converter */
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h 703 * Pixel attribute group (GL_PIXEL_MODE_BIT).
709 /*--- Begin Pixel Transfer State ---*/
722 /* Pixel Maps */
723 /* Note: actual pixel maps are not part of this attrib group */
727 /*--- End Pixel Transfer State ---*/
1427 * Client pixel packing/unpacking attributes
3581 * a natural pixel coordinate system for FBOs that differs from the
4057 * old 1-pixel border around each edge). Implementations then have to do
4609 /** Pixel Transfer ops */
4629 #define _NEW_PIXEL (1u << 10) /**< gl_context::Pixel */
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h 725 * Pixel attribute group (GL_PIXEL_MODE_BIT).
731 /*--- Begin Pixel Transfer State ---*/
744 /* Pixel Maps */
745 /* Note: actual pixel maps are not part of this attrib group */
749 /*--- End Pixel Transfer State ---*/
1385 * Client pixel packing/unpacking attributes
3445 * a natural pixel coordinate system for FBOs that differs from the
3893 * old 1-pixel border around each edge). Implementations then have to do
4009 * sample locations within a pixel. Below SampleMap{2,4,8}x variables
4011 * a pixel. This mapping of indices to sample numbers must be initialize
    [all...]

Completed in 23 milliseconds