Home
last modified time | relevance | path

Searched refs:ndef (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcmap.c173 dmxStoreColors(ColormapPtr pColormap, int ndef, xColorItem * pdef) in dmxStoreColors() argument
180 XColor *color = xallocarray(ndef, sizeof(*color)); in dmxStoreColors()
184 for (i = 0; i < ndef; i++) { in dmxStoreColors()
192 XStoreColors(dmxScreen->beDisplay, pCmapPriv->cmap, color, ndef); in dmxStoreColors()
198 for (i = 0; i < ndef; i++) { in dmxStoreColors()
213 pScreen->StoreColors(pColormap, ndef, pdef); in dmxStoreColors()
H A Ddmxcmap.h50 extern void dmxStoreColors(ColormapPtr pColormap, int ndef, xColorItem * pdef);
H A Ddmxpict.h89 int ndef, xColorItem * pdef);
H A Ddmxpict.c1193 int ndef, xColorItem * pdef) in dmxUpdateIndexed() argument
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkcmap.c204 KdStoreColors(ColormapPtr pCmap, int ndef, xColorItem * pdefs) in KdStoreColors() argument
229 ndef = fbExpandDirectColors(pCmap, ndef, pdefs, expanddefs); in KdStoreColors()
233 (*pScreenPriv->card->cfuncs->putColors) (pCmap->pScreen, ndef, pdefs); in KdStoreColors()
H A Dkdrive.h316 KdStoreColors(ColormapPtr pCmap, int ndef, xColorItem * pdefs);
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c47 winStoreColors(ColormapPtr pmap, int ndef, xColorItem * pdefs);
188 winStoreColors(ColormapPtr pmap, int ndef, xColorItem * pdefs) in winStoreColors() argument
198 if (ndef != 1) in winStoreColors()
199 winDebug("winStoreColors - ndef: %d\n", ndef); in winStoreColors()
203 for (i = 0; i < ndef; ++i) { in winStoreColors()
226 if (!((pScreenPriv->pwinStoreColors) (pmap, ndef, pdefs))) { in winStoreColors()
H A Dwinshadgdi.c75 winStoreColorsShadowGDI(ColormapPtr pmap, int ndef, xColorItem * pdefs);
947 winStoreColorsShadowGDI(ColormapPtr pColormap, int ndef, xColorItem * pdefs) in winStoreColorsShadowGDI() argument
958 ndef, pCmapPriv->peColors + pdefs[0].pixel) == 0) { in winStoreColorsShadowGDI()
982 ndef, pCmapPriv->rgbColors + pdefs[0].pixel) == 0) { in winStoreColorsShadowGDI()
H A Dwinshadddnl.c76 winStoreColorsShadowDDNL(ColormapPtr pmap, int ndef, xColorItem * pdefs);
1066 winStoreColorsShadowDDNL(ColormapPtr pColormap, int ndef, xColorItem * pdefs) in winStoreColorsShadowDDNL() argument
1079 ndef, in winStoreColorsShadowDDNL()
H A Dwin.h283 int ndef, xColorItem * pdefs);
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86cmap.c358 CMapStoreColors(ColormapPtr pmap, int ndef, xColorItem * pdefs) in CMapStoreColors() argument
365 int num = ndef; in CMapStoreColors()
369 (*pScreen->StoreColors) (pmap, ndef, pdefs); in CMapStoreColors()
387 while (ndef--) { in CMapStoreColors()
388 if (pdefs[ndef].flags & DoRed) { in CMapStoreColors()
389 index = (pdefs[ndef].pixel & pVisual->redMask) >> in CMapStoreColors()
398 if (pdefs[ndef].flags & DoGreen) { in CMapStoreColors()
399 index = (pdefs[ndef].pixel & pVisual->greenMask) >> in CMapStoreColors()
408 if (pdefs[ndef].flags & DoBlue) { in CMapStoreColors()
409 index = (pdefs[ndef].pixel & pVisual->blueMask) >> in CMapStoreColors()
[all …]
H A Dxf86VGAarbiterPriv.h174 static void VGAarbiterStoreColors(ColormapPtr pmap, int ndef, xColorItem
H A Dxf86VGAarbiter.c386 VGAarbiterStoreColors(ColormapPtr pmap, int ndef, xColorItem * pdefs) in VGAarbiterStoreColors() argument
392 (*pScreen->StoreColors) (pmap, ndef, pdefs); in VGAarbiterStoreColors()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbcmap_mi.c71 int ndef, xColorItem * indefs, xColorItem * outdefs) in fbExpandDirectColors() argument
73 return miExpandDirectColors(pmap, ndef, indefs, outdefs); in fbExpandDirectColors()
H A Dfb.h740 int ndef, xColorItem * indefs, xColorItem * outdefs);
/OK3568_Linux_fs/external/xserver/mi/
H A Dmisprite.c206 static void miSpriteStoreColors(ColormapPtr pMap, int ndef, xColorItem * pdef);
588 miSpriteStoreColors(ColormapPtr pMap, int ndef, xColorItem * pdef) in miSpriteStoreColors() argument
600 (*pScreen->StoreColors) (pMap, ndef, pdef); in miSpriteStoreColors()
624 for (i = 0; i < ndef; i++) { in miSpriteStoreColors()
631 for (i = 0; i < ndef; i++) { in miSpriteStoreColors()
H A Dmicmap.c186 miExpandDirectColors(ColormapPtr pmap, int ndef, xColorItem * indefs, in miExpandDirectColors() argument
206 for (; ndef--; indefs++) { in miExpandDirectColors()
/OK3568_Linux_fs/external/xserver/render/
H A Dmiindex.c317 PictFormatPtr pFormat, int ndef, xColorItem * pdef) in miUpdateIndexed() argument
322 while (ndef--) { in miUpdateIndexed()
H A Dmipict.h122 PictFormatPtr pFormat, int ndef, xColorItem * pdef);
H A Dpicture.c106 PictureStoreColors(ColormapPtr pColormap, int ndef, xColorItem * pdef) in PictureStoreColors() argument
112 (*pScreen->StoreColors) (pColormap, ndef, pdef); in PictureStoreColors()
123 (*ps->UpdateIndexed) (pScreen, format, ndef, pdef); in PictureStoreColors()
H A Dpicturestr.h269 int ndef, xColorItem * pdef);
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c539 RootlessStoreColors(ColormapPtr pMap, int ndef, xColorItem * pdef) in RootlessStoreColors() argument
546 if (s->colormap == pMap && ndef > 0) { in RootlessStoreColors()
551 pScreen->StoreColors(pMap, ndef, pdef); in RootlessStoreColors()
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c445 vfbStoreColors(ColormapPtr pmap, int ndef, xColorItem * pdefs) in vfbStoreColors() argument
460 for (i = 0; i < ndef; i++) { in vfbStoreColors()
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst9885 0.14-r0/neard-0.14/include/ndef.h include/near/ndef.h