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

1 2 3 4 5 6 7 8 91011>>

  /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...]
colormapst.h 123 Pixel **clientPixelsRed;
124 Pixel **clientPixelsGreen;
125 Pixel **clientPixelsBlue;
  /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...]
colormapst.h 102 Pixel **clientPixelsRed;
103 Pixel **clientPixelsGreen;
104 Pixel **clientPixelsBlue;
  /xsrc/external/mit/xkbutils/dist/
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/dist/hw/xnest/
Display.h 33 extern Pixel xnestBlackPixel;
34 extern Pixel xnestWhitePixel;
  /xsrc/external/mit/xorg-server.old/dist/hw/xnest/
Display.h 33 extern Pixel xnestBlackPixel;
34 extern Pixel xnestWhitePixel;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
pixel.c 27 * \file pixel.c
28 * Pixel transfer functions (glPixelZoom, glPixelMap, glPixelTransfer)
36 #include "pixel.h"
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)
    [all...]
pixeltransfer.c 29 * Pixel transfer operations (scale, bias, table lookups, etc)
79 * Apply pixel mapping to an array of floating point RGBA pixels.
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;
160 * Apply various pixel transfer operations to an array of RGBA pixels
170 ctx->Pixel.RedScale, ctx->Pixel.GreenScale,
171 ctx->Pixel.BlueScale, ctx->Pixel.AlphaScale
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
pixel.c 27 * \file pixel.c
28 * Pixel transfer functions (glPixelZoom, glPixelMap, glPixelTransfer)
35 #include "pixel.h"
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)
    [all...]
pixeltransfer.c 29 * Pixel transfer operations (scale, bias, table lookups, etc)
79 * Apply pixel mapping to an array of floating point RGBA pixels.
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;
160 * Apply various pixel transfer operations to an array of RGBA pixels
170 ctx->Pixel.RedScale, ctx->Pixel.GreenScale,
171 ctx->Pixel.BlueScale, ctx->Pixel.AlphaScale
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/
darwinfb.h 45 Pixel redMask;
46 Pixel greenMask;
47 Pixel blueMask;
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
darwinfb.h 45 Pixel redMask;
46 Pixel greenMask;
47 Pixel blueMask;
  /xsrc/external/mit/xdm/dist/greeter/
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 */
    [all...]
  /xsrc/external/mit/twm/dist/src/
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 */
list.h 73 XClassHint *xclass, Pixel *ptr);
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
StripCharP.h 62 Pixel fgpixel; /* color index for graph */
63 Pixel hipixel; /* color index for lines */
  /xsrc/external/mit/xorg-server/dist/fb/
fbcmap_mi.c 75 Pixel pix;
93 /* this will be pixel 0 */
98 /* this will be pixel 1 */
131 Pixel redMask, Pixel greenMask, Pixel blueMask)
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbcmap_mi.c 78 Pixel pix;
96 /* this will be pixel 0 */
101 /* this will be pixel 1 */
136 Pixel redMask, Pixel greenMask, Pixel blueMask)
  /xsrc/external/mit/libXmu/dist/include/X11/Xmu/
Drawing.h 40 typedef unsigned long Pixel;
98 Pixel fore,
99 Pixel back,
  /xsrc/external/mit/oclock/dist/
ClockP.h 41 Pixel minute;
42 Pixel hour;
43 Pixel jewel;
  /xsrc/external/mit/xorg-server/dist/mi/
micmap.h 36 Pixel redMask, Pixel greenMask,
37 Pixel blueMask);
  /xsrc/external/mit/xorg-server.old/dist/mi/
micmap.h 33 Pixel redMask, Pixel greenMask, Pixel blueMask);
  /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/xf86-video-intel/dist/src/uxa/
uxa.h 85 Bool(*check_solid) (DrawablePtr pDrawable, int alu, Pixel planemask);
99 * represent the bits up to the depth of pPixmap. The fg is the pixel
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);
311 * pDst are the pixmaps containing the pixel data, and should be used
570 CARD32 *pixel);
577 * pixel values for pDrawable.

Completed in 17 milliseconds

1 2 3 4 5 6 7 8 91011>>