| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | colormap.h | 74 typedef CARD32 Pixel; typedef in typeref:typename:CARD32 109 Pixel* /*pPix*/, 118 Pixel /*pixel*/); 129 Pixel* /*pPixel*/, 137 Pixel* /*ppixIn*/, 151 Pixel* /*ppix*/, 152 Pixel* /*masks*/); 162 Pixel* /*pixels*/, 163 Pixel* /*prmask*/, 164 Pixel* /*pgmas [all...] |
| H A D | colormapst.h | 123 Pixel **clientPixelsRed; 124 Pixel **clientPixelsGreen; 125 Pixel **clientPixelsBlue;
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | colormap.h | 72 typedef CARD32 Pixel; typedef in typeref:typename:CARD32 102 Pixel * /*pPix */ , 109 Pixel /*pixel */ ); 113 Pixel * /*ppixIn */ , 125 Pixel * /*ppix */ , 126 Pixel * /*masks */ ); 135 Pixel * /*pixels */ , 136 Pixel * /*prmask */ , 137 Pixel * /*pgmask */ , 138 Pixel * /*pbmas [all...] |
| H A D | colormapst.h | 102 Pixel **clientPixelsRed; 103 Pixel **clientPixelsGreen; 104 Pixel **clientPixelsBlue;
|
| /xsrc/external/mit/xkbutils/dist/ |
| H A D | LEDP.h | 50 Pixel foreground; 51 Pixel on_color; 52 Pixel off_color; 53 Pixel top_color; 54 Pixel bottom_color;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Display.h | 33 extern Pixel xnestBlackPixel; 34 extern Pixel xnestWhitePixel;
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Display.h | 33 extern Pixel xnestBlackPixel; 34 extern Pixel xnestWhitePixel;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | pixel.c | 28 * Pixel transfer functions (glPixelZoom, glPixelMap, glPixelTransfer) 49 if (ctx->Pixel.ZoomX == xfactor && 50 ctx->Pixel.ZoomY == yfactor) 54 ctx->Pixel.ZoomX = xfactor; 55 ctx->Pixel.ZoomY = yfactor; 498 if (ctx->Pixel.MapColorFlag == (param ? GL_TRUE : GL_FALSE)) 501 ctx->Pixel.MapColorFlag = param ? GL_TRUE : GL_FALSE; 504 if (ctx->Pixel.MapStencilFlag == (param ? GL_TRUE : GL_FALSE)) 507 ctx->Pixel.MapStencilFlag = param ? GL_TRUE : GL_FALSE; 510 if (ctx->Pixel [all...] |
| H A D | pixeltransfer.c | 29 * Pixel transfer operations (scale, bias, table lookups, etc) 134 const GLfloat scale = ctx->Pixel.DepthScale; 135 const GLfloat bias = ctx->Pixel.DepthBias; 149 const GLdouble scale = ctx->Pixel.DepthScale; 150 const GLdouble bias = ctx->Pixel.DepthBias * max; 170 ctx->Pixel.RedScale, ctx->Pixel.GreenScale, 171 ctx->Pixel.BlueScale, ctx->Pixel.AlphaScale, 172 ctx->Pixel [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | pixel.c | 28 * Pixel transfer functions (glPixelZoom, glPixelMap, glPixelTransfer) 50 if (ctx->Pixel.ZoomX == xfactor && 51 ctx->Pixel.ZoomY == yfactor) 55 ctx->Pixel.ZoomX = xfactor; 56 ctx->Pixel.ZoomY = yfactor; 498 if (ctx->Pixel.MapColorFlag == (param ? GL_TRUE : GL_FALSE)) 501 ctx->Pixel.MapColorFlag = param ? GL_TRUE : GL_FALSE; 504 if (ctx->Pixel.MapStencilFlag == (param ? GL_TRUE : GL_FALSE)) 507 ctx->Pixel.MapStencilFlag = param ? GL_TRUE : GL_FALSE; 510 if (ctx->Pixel [all...] |
| H A D | pixeltransfer.c | 29 * Pixel transfer operations (scale, bias, table lookups, etc) 134 const GLfloat scale = ctx->Pixel.DepthScale; 135 const GLfloat bias = ctx->Pixel.DepthBias; 149 const GLdouble scale = ctx->Pixel.DepthScale; 150 const GLdouble bias = ctx->Pixel.DepthBias * max; 170 ctx->Pixel.RedScale, ctx->Pixel.GreenScale, 171 ctx->Pixel.BlueScale, ctx->Pixel.AlphaScale, 172 ctx->Pixel [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | darwinfb.h | 45 Pixel redMask; 46 Pixel greenMask; 47 Pixel blueMask;
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | darwinfb.h | 45 Pixel redMask; 46 Pixel greenMask; 47 Pixel blueMask;
|
| /xsrc/external/mit/xdm/dist/greeter/ |
| H A D | LoginP.h | 91 Pixel textpixel; /* foreground pixel */ 92 Pixel promptpixel; /* prompt pixel */ 93 Pixel greetpixel; /* greeting pixel */ 94 Pixel failpixel; /* failure pixel */ 96 Pixel hipixel; /* frame hilite pixel */ 97 Pixel shdpixel; /* shadow frame pixel */ 98 Pixel inppixel; /* input field bg pixel */
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | menus.h | 77 Pixel fore; /* foreground color */ 78 Pixel back; /* background color */ 79 Pixel hi_fore; /* highlight foreground */ 80 Pixel hi_back; /* highlight background */ 97 Pixel hi_fore; /* highlight foreground */ 98 Pixel hi_back; /* highlight background */
|
| H A D | list.h | 73 XClassHint *xclass, Pixel *ptr);
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | StripCharP.h | 62 Pixel fgpixel; /* color index for graph */ 63 Pixel hipixel; /* color index for lines */
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbcmap_mi.c | 78 Pixel pix; 136 Pixel redMask, Pixel greenMask, Pixel blueMask)
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbcmap_mi.c | 75 Pixel pix; 131 Pixel redMask, Pixel greenMask, Pixel blueMask)
|
| /xsrc/external/mit/libXmu/dist/include/X11/Xmu/ |
| H A D | Drawing.h | 40 typedef unsigned long Pixel; typedef in typeref:typename:unsigned long 98 Pixel fore, 99 Pixel back,
|
| /xsrc/external/mit/oclock/dist/ |
| H A D | ClockP.h | 41 Pixel minute; 42 Pixel hour; 43 Pixel jewel;
|
| /xsrc/external/mit/xwd/dist/ |
| H A D | wsutils.h | 44 typedef unsigned long Pixel; typedef in typeref:typename:unsigned long 54 Pixel value; /* Pixel value */ 70 Pixel value; /* Pixel value */
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | micmap.h | 33 Pixel redMask, Pixel greenMask, Pixel blueMask);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | micmap.h | 36 Pixel redMask, Pixel greenMask, 37 Pixel blueMask);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa.h | 85 Bool(*check_solid) (DrawablePtr pDrawable, int alu, Pixel planemask); 110 int alu, Pixel planemask, Pixel fg); 154 Bool(*check_copy) (PixmapPtr pSrc, PixmapPtr pDst, int alu, Pixel planemask); 193 int dx, int dy, int alu, Pixel planemask);
|