Searched refs:ndef (Results 1 - 25 of 52) sorted by relevance

123

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxcmap.h51 extern void dmxStoreColors(ColormapPtr pColormap, int ndef, xColorItem *pdef);
H A Ddmxcmap.c166 void dmxStoreColors(ColormapPtr pColormap, int ndef, xColorItem *pdef) argument
173 XColor *color = malloc(sizeof(*color) * ndef);
177 for (i = 0; i < ndef; i++) {
185 XStoreColors(dmxScreen->beDisplay, pCmapPriv->cmap, color, ndef);
189 for (i = 0; i < ndef; i++) {
204 pScreen->StoreColors(pColormap, ndef, pdef);
H A Ddmxpict.h92 int ndef, xColorItem *pdef);
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkcmap.c204 KdStoreColors(ColormapPtr pCmap, int ndef, xColorItem * pdefs) argument
229 ndef = fbExpandDirectColors(pCmap, ndef, pdefs, expanddefs);
233 (*pScreenPriv->card->cfuncs->putColors) (pCmap->pScreen, ndef, pdefs);
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbcmap_mi.c109 int ndef,
113 return miExpandDirectColors(pmap, ndef, indefs, outdefs);
108 fbExpandDirectColors(ColormapPtr pmap,int ndef,xColorItem * indefs,xColorItem * outdefs) argument
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbcmap_mi.c106 int ndef, xColorItem * indefs, xColorItem * outdefs)
108 return miExpandDirectColors(pmap, ndef, indefs, outdefs);
105 fbExpandDirectColors(ColormapPtr pmap,int ndef,xColorItem * indefs,xColorItem * outdefs) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/
H A DvgaCmap.c76 vgaStoreColors(pmap, ndef, pdefs)
78 int ndef;
101 ndef = miExpandDirectColors (pmap, ndef, pdefs, directDefs);
117 for(i = 0; i < ndef; i++)
161 for(i = 0; i < ndef; i++)
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkcmap.c211 KdStoreColors (ColormapPtr pCmap, int ndef, xColorItem *pdefs) argument
237 ndef = fbExpandDirectColors(pCmap, ndef, pdefs, expanddefs);
241 (*pScreenPriv->card->cfuncs->putColors) (pCmap->pScreen, ndef, pdefs);
245 (*pScreenPriv->card->cfuncs->recolorCursor) (pCmap->pScreen, ndef, pdefs);
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunCfb24.c73 CG24StoreColors(ColormapPtr pmap, int ndef, xColorItem *pdefs) argument
87 while (ndef--) {
H A DsunCfb.c228 CGStoreColors(ColormapPtr pmap, int ndef, xColorItem *pdefs) argument
238 ndef = fbExpandDirectColors(pmap, ndef, pdefs, expanddefs);
241 while (ndef--) {
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunCfb24.c73 CG24StoreColors(ColormapPtr pmap, int ndef, xColorItem *pdefs) argument
87 while (ndef--) {
H A DsunCfb.c229 CGStoreColors(ColormapPtr pmap, int ndef, xColorItem *pdefs) argument
239 ndef = fbExpandDirectColors(pmap, ndef, pdefs, expanddefs);
242 while (ndef--) {
/xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/
H A Dx68kGraph.c125 static void x68kStoreColors(ColormapPtr pmap, int ndef, xColorItem *pdefs);
448 * (int)ndef : the number of items
453 x68kStoreColors(ColormapPtr pmap, int ndef, xColorItem *pdefs) argument
463 ndef = fbExpandDirectColors(pmap, ndef, pdefs, expanddefs);
466 while (ndef--) {
/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
H A Dx68kGraph.c125 static void x68kStoreColors(ColormapPtr pmap, int ndef, xColorItem *pdefs);
449 * (int)ndef : the number of items
454 x68kStoreColors(ColormapPtr pmap, int ndef, xColorItem *pdefs) argument
464 ndef = fbExpandDirectColors(pmap, ndef, pdefs, expanddefs);
467 while (ndef--) {
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincmap.c47 winStoreColors(ColormapPtr pmap, int ndef, xColorItem * pdefs);
188 winStoreColors(ColormapPtr pmap, int ndef, xColorItem * pdefs) argument
198 if (ndef != 1)
199 winDebug("winStoreColors - ndef: %d\n", ndef);
203 for (i = 0; i < ndef; ++i) {
226 if (!((pScreenPriv->pwinStoreColors) (pmap, ndef, pdefs))) {
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincmap.c48 winStoreColors (ColormapPtr pmap, int ndef, xColorItem *pdefs);
198 int ndef,
208 if (ndef != 1)
209 winDebug ("winStoreColors - ndef: %d\n",
210 ndef);
214 for (i = 0; i < ndef; ++i)
238 if (!((pScreenPriv->pwinStoreColors) (pmap, ndef, pdefs)))
197 winStoreColors(ColormapPtr pmap,int ndef,xColorItem * pdefs) argument
H A Dwinnativegdi.c76 int ndef,
469 int ndef,
468 winStoreColorsNativeGDI(ColormapPtr pmap,int ndef,xColorItem * pdefs) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86cmap.c360 int ndef,
368 int num = ndef;
372 (*pScreen->StoreColors)(pmap, ndef, pdefs);
390 while(ndef--) {
391 if(pdefs[ndef].flags & DoRed) {
392 index = (pdefs[ndef].pixel & pVisual->redMask) >>
400 if(pdefs[ndef].flags & DoGreen) {
401 index = (pdefs[ndef].pixel & pVisual->greenMask) >>
409 if(pdefs[ndef].flags & DoBlue) {
410 index = (pdefs[ndef]
358 CMapStoreColors(ColormapPtr pmap,int ndef,xColorItem * pdefs) argument
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86cmap.c358 CMapStoreColors(ColormapPtr pmap, int ndef, xColorItem * pdefs) argument
365 int num = ndef;
369 (*pScreen->StoreColors) (pmap, ndef, pdefs);
387 while (ndef--) {
388 if (pdefs[ndef].flags & DoRed) {
389 index = (pdefs[ndef].pixel & pVisual->redMask) >>
398 if (pdefs[ndef].flags & DoGreen) {
399 index = (pdefs[ndef].pixel & pVisual->greenMask) >>
408 if (pdefs[ndef].flags & DoBlue) {
409 index = (pdefs[ndef]
[all...]
/xsrc/external/mit/xorg-server/dist/render/
H A Dmipict.h122 PictFormatPtr pFormat, int ndef, xColorItem * pdef);
H A Dmiindex.c317 PictFormatPtr pFormat, int ndef, xColorItem * pdef)
322 while (ndef--) {
316 miUpdateIndexed(ScreenPtr pScreen,PictFormatPtr pFormat,int ndef,xColorItem * pdef) argument
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dmipict.h212 int ndef,
H A Dmiindex.c334 int ndef,
341 while (ndef--)
332 miUpdateIndexed(ScreenPtr pScreen,PictFormatPtr pFormat,int ndef,xColorItem * pdef) argument
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmisprite.c210 static void miSpriteStoreColors(ColormapPtr pMap, int ndef,
641 miSpriteStoreColors (ColormapPtr pMap, int ndef, xColorItem *pdef) argument
653 (*pScreen->StoreColors) (pMap, ndef, pdef);
679 for (i = 0; i < ndef; i++)
688 for (i = 0; i < ndef; i++)
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmisprite.c198 static void miSpriteStoreColors(ColormapPtr pMap, int ndef, xColorItem * pdef);
499 miSpriteStoreColors(ColormapPtr pMap, int ndef, xColorItem * pdef) argument
511 (*pScreen->StoreColors) (pMap, ndef, pdef);
535 for (i = 0; i < ndef; i++) {
542 for (i = 0; i < ndef; i++) {

Completed in 18 milliseconds

123