Home
last modified time | relevance | path

Searched refs:colormap (Results 1 – 25 of 44) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.h24 Colormap colormap; member
40 #define xnestColormap(pCmap) (xnestColormapPriv(pCmap)->colormap)
H A DWindow.c98 if (pWin->optional->colormap) { in xnestCreateWindow()
102 attributes.colormap = xnestColormap(pCmap); in xnestCreateWindow()
105 attributes.colormap = xnestDefaultVisualColormap(visual); in xnestCreateWindow()
115 attributes.colormap = xnestColormap(pCmap); in xnestCreateWindow()
160 if (pWin->optional && pWin->optional->colormap && pWin->parent) in xnestDestroyWindow()
337 attributes.colormap = xnestColormap(pCmap); in xnestChangeWindowAttributes()
H A DScreen.c345 attributes.colormap = in xnestOpenScreen()
388 attributes.colormap = in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c500 return s->colormap; in RootlessGetColormap()
511 if (s->colormap != pMap) { in RootlessInstallColormap()
512 s->colormap = pMap; in RootlessInstallColormap()
530 if (s->colormap == pMap) in RootlessUninstallColormap()
531 s->colormap = NULL; in RootlessUninstallColormap()
546 if (s->colormap == pMap && ndef > 0) { in RootlessStoreColors()
725 s->colormap = NULL; in RootlessInit()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxconsole.c803 attribs.colormap = DefaultColormap(dpy, screen); in dmxConsoleInit()
804 if (XParseColor(dpy, attribs.colormap, CONSOLE_BG_COLOR, &color) in dmxConsoleInit()
805 && XAllocColor(dpy, attribs.colormap, &color)) { in dmxConsoleInit()
848 if (XParseColor(dpy, attribs.colormap, CONSOLE_SCREEN_FG_COLOR, &color) in dmxConsoleInit()
849 && XAllocColor(dpy, attribs.colormap, &color)) { in dmxConsoleInit()
854 if (XParseColor(dpy, attribs.colormap, CONSOLE_SCREEN_BG_COLOR, &color) in dmxConsoleInit()
855 && XAllocColor(dpy, attribs.colormap, &color)) { in dmxConsoleInit()
869 if (XParseColor(dpy, attribs.colormap, CONSOLE_SCREEN_DET_COLOR, &color) in dmxConsoleInit()
870 && XAllocColor(dpy, attribs.colormap, &color)) { in dmxConsoleInit()
884 if (XParseColor(dpy, attribs.colormap, CONSOLE_SCREEN_CUR_COLOR, &color) in dmxConsoleInit()
[all …]
/OK3568_Linux_fs/external/xserver/dix/
H A DBuiltInAtoms60 colormap: COLORMAP
104 colormap: COLORMAP
116 a common colormap allocation is 3/3/2: 3 planes for red, 3
117 planes for green, and 2 planes for blue. Such a colormap would
137 For gray-scale colormaps, only the colormap, red_max, red_mult,
155 high-quality RGB rendering will need an entire colormap,
H A Dswaprep.c199 swapl(&pRep->colormap); in SGetWindowAttributesReply()
961 cpswapl(from->u.colormap.window, to->u.colormap.window); in SColormapEvent()
962 cpswapl(from->u.colormap.colormap, to->u.colormap.colormap); in SColormapEvent()
963 to->u.colormap.new = from->u.colormap.new; in SColormapEvent()
964 to->u.colormap.state = from->u.colormap.state; in SColormapEvent()
H A Dcolormap.c459 .u.colormap.window = pwin->drawable.id, in TellNoMap()
460 .u.colormap.colormap = None, in TellNoMap()
461 .u.colormap.new = TRUE, in TellNoMap()
462 .u.colormap.state = ColormapUninstalled in TellNoMap()
470 pwin->optional->colormap = None; in TellNoMap()
491 .u.colormap.window = pwin->drawable.id, in TellLostMap()
492 .u.colormap.colormap = *pmid, in TellLostMap()
493 .u.colormap.new = FALSE, in TellLostMap()
494 .u.colormap.state = ColormapUninstalled in TellLostMap()
516 .u.colormap.window = pwin->drawable.id, in TellGainedMap()
[all …]
H A Dmeson.build3 'colormap.c',
H A Dwindow.c611 pWin->optional->colormap = pScreen->defColormap; in CreateRootWindow()
832 ((visual != ancwopt->visual) || (ancwopt->colormap == None))) { in CreateWindow()
867 pWin->optional->colormap = None; in CreateWindow()
1467 pWin->optional->colormap = cmap; in ChangeWindowAttributes()
1475 if (pChild->optional->colormap == cmap) in ChangeWindowAttributes()
1480 .u.colormap.window = pWin->drawable.id, in ChangeWindowAttributes()
1481 .u.colormap.colormap = cmap, in ChangeWindowAttributes()
1482 .u.colormap.new = xTrue, in ChangeWindowAttributes()
1483 .u.colormap.state = IsMapInstalled(cmap, pWin) in ChangeWindowAttributes()
1631 wa->colormap = wColormap(pWin); in GetWindowAttributes()
[all …]
H A DMakefile.am11 colormap.c \
H A DMakefile.in119 am_libdix_la_OBJECTS = atom.lo colormap.lo cursor.lo devices.lo \
152 am__depfiles_remade = ./$(DEPDIR)/atom.Plo ./$(DEPDIR)/colormap.Plo \
613 colormap.c \
729 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colormap.Plo@am__quote@ # am--include-marker
949 -rm -f ./$(DEPDIR)/colormap.Plo
1027 -rm -f ./$(DEPDIR)/colormap.Plo
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dcmap_xfbdev.rst39 colormap. For example, Xfbdev hits the following:
41 xc-011010/programs/Xserver/dix/colormap.c::
H A Dinternals.rst38 Device independent colormap information. You can get and set the colormap
/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h83 Colormap colormap; /* default: same as parent */ member
188 #define wColormap(w) ((w)->drawable.class == InputOnly ? None : wTrackParent(w, colormap))
H A DMakefile.am9 colormap.h \
/OK3568_Linux_fs/buildroot/package/x11r7/xapp_xstdcmap/
H A DConfig.in6 X standard colormap utility
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Dxstdcmap_1.0.4.bb6 standard colormap properties."
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsaver.c161 Colormap colormap; member
535 if (pAttr->colormap != None) in CreateSaverWindow()
536 (void) ChangeWindowAttributes(pWin, CWColormap, &pAttr->colormap, in CreateSaverWindow()
835 ((visual != ancwopt->visual) || (ancwopt->colormap == None))) { in ScreenSaverSetAttributes()
872 pAttr->colormap = None; in ScreenSaverSetAttributes()
1027 pAttr->colormap = cmap; in ScreenSaverSetAttributes()
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-tga/
H A D0001-mibstore.patch37 /* colormap manipulation */
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Ddmxwininfo.c145 attr.colormap = XCreateColormap(dpy, root, visInfo->visual, AllocNone); in main()
288 attr.colormap = cmap;
/OK3568_Linux_fs/yocto/poky/scripts/contrib/bb-perf/
H A Dbb-matrix-plot.sh37 -w Render the plot as wireframe with a 2D colormap projected on the
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dxdmxconfig.c104 Colormap colormap; in dmxConfigCanvasGCs() local
110 XtVaGetValues(canvas, XtNcolormap, &colormap, NULL); in dmxConfigCanvasGCs()
111 XAllocNamedColor(XtDisplay(canvas), colormap, "black", &bg, &tmp); in dmxConfigCanvasGCs()
112 XAllocNamedColor(XtDisplay(canvas), colormap, "white", &fg, &tmp); in dmxConfigCanvasGCs()
113 XAllocNamedColor(XtDisplay(canvas), colormap, "red", &hl, &tmp); in dmxConfigCanvasGCs()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxwindow.c96 attribs.colormap = pCmapPriv->cmap; in dmxCreateRootWindow()
191 if (pWindow->optional->colormap) { in dmxGetDefaultWindowAttributes()
246 attribs.colormap = pWinPriv->cmap; in dmxCreateNonRootWindow()
567 attribs->colormap = pCmapPriv->cmap; in dmxDoChangeWindowAttributes()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprFrame.c168 wc.colormap = xprColormapCallback; in xprCreateFrame()
599 wc.colormap = xprColormapCallback; in xprUpdateColormap()

12