| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxcmap.c | 173 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 D | dmxcmap.h | 50 extern void dmxStoreColors(ColormapPtr pColormap, int ndef, xColorItem * pdef);
|
| H A D | dmxpict.h | 89 int ndef, xColorItem * pdef);
|
| H A D | dmxpict.c | 1193 int ndef, xColorItem * pdef) in dmxUpdateIndexed() argument
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kcmap.c | 204 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 D | kdrive.h | 316 KdStoreColors(ColormapPtr pCmap, int ndef, xColorItem * pdefs);
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | wincmap.c | 47 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 D | winshadgdi.c | 75 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 D | winshadddnl.c | 76 winStoreColorsShadowDDNL(ColormapPtr pmap, int ndef, xColorItem * pdefs); 1066 winStoreColorsShadowDDNL(ColormapPtr pColormap, int ndef, xColorItem * pdefs) in winStoreColorsShadowDDNL() argument 1079 ndef, in winStoreColorsShadowDDNL()
|
| H A D | win.h | 283 int ndef, xColorItem * pdefs);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86cmap.c | 358 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 D | xf86VGAarbiterPriv.h | 174 static void VGAarbiterStoreColors(ColormapPtr pmap, int ndef, xColorItem
|
| H A D | xf86VGAarbiter.c | 386 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 D | fbcmap_mi.c | 71 int ndef, xColorItem * indefs, xColorItem * outdefs) in fbExpandDirectColors() argument 73 return miExpandDirectColors(pmap, ndef, indefs, outdefs); in fbExpandDirectColors()
|
| H A D | fb.h | 740 int ndef, xColorItem * indefs, xColorItem * outdefs);
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | misprite.c | 206 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 D | micmap.c | 186 miExpandDirectColors(ColormapPtr pmap, int ndef, xColorItem * indefs, in miExpandDirectColors() argument 206 for (; ndef--; indefs++) { in miExpandDirectColors()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | miindex.c | 317 PictFormatPtr pFormat, int ndef, xColorItem * pdef) in miUpdateIndexed() argument 322 while (ndef--) { in miUpdateIndexed()
|
| H A D | mipict.h | 122 PictFormatPtr pFormat, int ndef, xColorItem * pdef);
|
| H A D | picture.c | 106 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 D | picturestr.h | 269 int ndef, xColorItem * pdef);
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessScreen.c | 539 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 D | InitOutput.c | 445 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 D | common-tasks.rst | 9885 0.14-r0/neard-0.14/include/ndef.h include/near/ndef.h
|