Home
last modified time | relevance | path

Searched refs:xcmap (Results 1 – 25 of 124) sorted by relevance

12345

/dports/devel/sdl12/SDL-1.2.15/src/video/dga/
H A DSDL_dgavideo.c997 XColor *xcmap; in DGA_SetColors() local
1003 xcmap = SDL_stack_alloc(XColor, ncolors); in DGA_SetColors()
1005 xcmap[i].pixel = firstcolor + i; in DGA_SetColors()
1006 xcmap[i].red = (colors[i].r<<8)|colors[i].r; in DGA_SetColors()
1009 xcmap[i].flags = (DoRed|DoGreen|DoBlue); in DGA_SetColors()
1015 SDL_stack_free(xcmap); in DGA_SetColors()
1024 XColor xcmap[256]; in DGA_SetGammaRamp() local
1041 xcmap[i].red = ramp[0*256+c]; in DGA_SetGammaRamp()
1042 xcmap[i].green = ramp[1*256+c]; in DGA_SetGammaRamp()
1043 xcmap[i].blue = ramp[2*256+c]; in DGA_SetGammaRamp()
[all …]
/dports/japanese/xv/xv-3.10a/vms/
H A DMakefile.mms136 all : $(BITS) $(OPTS) lib xv bggen decompress xcmap xvpictoppm help
148 xcmap : xcmap.exe
163 xcmap.exe : xcmap.obj
164 $(LINK) $(LINKFLAGS) xcmap.obj,$(XVLIB)/Library,$(OPTS)/Option
H A DMake_xv.com126 $ CC xcmap.c
128 $ Link /NoMap /Executable = xcmap.exe xcmap,'OPTIONS'Options/Option 'p1'
/dports/graphics/xv-m17n/xv-3.10a/vms/
H A DMakefile.mms136 all : $(BITS) $(OPTS) lib xv bggen decompress xcmap xvpictoppm help
148 xcmap : xcmap.exe
163 xcmap.exe : xcmap.obj
164 $(LINK) $(LINKFLAGS) xcmap.obj,$(XVLIB)/Library,$(OPTS)/Option
H A DMake_xv.com126 $ CC xcmap.c
128 $ Link /NoMap /Executable = xcmap.exe xcmap,'OPTIONS'Options/Option 'p1'
/dports/graphics/xv/xv-3.10a/vms/
H A DMakefile.mms136 all : $(BITS) $(OPTS) lib xv bggen decompress xcmap xvpictoppm help
148 xcmap : xcmap.exe
163 xcmap.exe : xcmap.obj
164 $(LINK) $(LINKFLAGS) xcmap.obj,$(XVLIB)/Library,$(OPTS)/Option
H A DMake_xv.com126 $ CC xcmap.c
128 $ Link /NoMap /Executable = xcmap.exe xcmap,'OPTIONS'Options/Option 'p1'
/dports/devel/sdl12/SDL-1.2.15/src/video/x11/
H A DSDL_x11video.c1382 XColor *xcmap; in X11_SetColors() local
1385 if(xcmap == NULL) in X11_SetColors()
1388 xcmap[i].pixel = i + firstcolor; in X11_SetColors()
1389 xcmap[i].red = (colors[i].r<<8)|colors[i].r; in X11_SetColors()
1392 xcmap[i].flags = (DoRed|DoGreen|DoBlue); in X11_SetColors()
1396 SDL_stack_free(xcmap); in X11_SetColors()
1466 XColor xcmap[256]; in X11_SetGammaRamp() local
1479 xcmap[i].red = ramp[0*256+c]; in X11_SetGammaRamp()
1480 xcmap[i].green = ramp[1*256+c]; in X11_SetGammaRamp()
1481 xcmap[i].blue = ramp[2*256+c]; in X11_SetGammaRamp()
[all …]
/dports/graphics/xv-m17n/xv-3.10a/
H A DImakefile222 SRCS4= xcmap.c
223 OBJS4= xcmap.o
228 PROGRAMS= xv bggen vdcomp xcmap xvpictoppm
292 NormalProgramTarget(xcmap,$(OBJS4),$(DEPLIBS),$(LOCAL_LIBRARIES),)
298 InstallProgram(xcmap,$(BINDIR))
309 InstallManPage(xcmap,$(MANDIR))
/dports/graphics/xv/xv-3.10a/
H A DImakefile222 SRCS4= xcmap.c
223 OBJS4= xcmap.o
228 PROGRAMS= xv bggen vdcomp xcmap xvpictoppm
292 NormalProgramTarget(xcmap,$(OBJS4),$(DEPLIBS),$(LOCAL_LIBRARIES),)
298 InstallProgram(xcmap,$(BINDIR))
309 InstallManPage(xcmap,$(MANDIR))
/dports/japanese/xv/xv-3.10a/
H A DImakefile222 SRCS4= xcmap.c
223 OBJS4= xcmap.o
228 PROGRAMS= xv bggen vdcomp xcmap xvpictoppm
292 NormalProgramTarget(xcmap,$(OBJS4),$(DEPLIBS),$(LOCAL_LIBRARIES),)
298 InstallProgram(xcmap,$(BINDIR))
309 InstallManPage(xcmap,$(MANDIR))
/dports/net/drawterm/drawterm/gui-x11/
H A Dx11.c504 static Colormap xcmap; /* Default shared colormap */ variable
800 xcmap = DefaultColormapOfScreen(screen); in xinitscreen()
814 attrs.colormap = xcmap; in xinitscreen()
1004 xcmap = XCreateColormap(xdisplay, w, xvis, AllocNone); in initmap()
1008 if(!XAllocColor(xdisplay, xcmap, &c)) in initmap()
1034 xcmap = XCreateColormap(xdisplay, w, xvis, AllocAll); in initmap()
1035 XStoreColors(xdisplay, xcmap, map, 256); in initmap()
1044 if(!XAllocColor(xdisplay, xcmap, &c)) { in initmap()
/dports/japanese/xv/xv-3.10a/contrib/fedora/
H A DBuild-FC552 strip --strip-unneeded bggen vdcomp xcmap xv xvpictoppm || bail strip
/dports/graphics/xv/xv-3.10a/contrib/fedora/
H A DBuild-FC552 strip --strip-unneeded bggen vdcomp xcmap xv xvpictoppm || bail strip
/dports/graphics/xv-m17n/xv-3.10a/contrib/fedora/
H A DBuild-FC552 strip --strip-unneeded bggen vdcomp xcmap xv xvpictoppm || bail strip
/dports/games/maelstrom/Maelstrom-3.0.6/Docs/
H A DTechnical_Notes-v1.12 To get gamma correction, I just filled a 'xcmap' style XPM image
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WindowMaker/
H A Dplmenu.fy.in51 ("Kleurekaart", EXEC, "xcmap"),
H A Dplmenu.in51 ("Colormap", EXEC, "xcmap"),
H A Dplmenu.nl.in51 ("Kleurenkaart", EXEC, "xcmap"),
H A Dmenu.ru99 "Карта цветов" EXEC xcmap
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WindowMaker/
H A Dplmenu.in51 ("Colormap", EXEC, "xcmap"),
H A Dplmenu.fy.in51 ("Kleurekaart", EXEC, "xcmap"),
H A Dplmenu.nl.in51 ("Kleurenkaart", EXEC, "xcmap"),
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Ddisplayx.c1968 Colormap xcmap; in display_ui() local
1980 xcmap = trans->cmap; in display_ui()
1981 if (! xcmap) in display_ui()
2003 XSetWindowColormap(dpy, w->wid, xcmap); in display_ui()
3847 xcmap = xwa.colormap; in createTranslation()
3858 xcmap = XDefaultColormap(dpy, dscrn); in createTranslation()
3862 if (! xcmap) in createTranslation()
3865 trans->cmap = xcmap; in createTranslation()
3891 if (! xcmap) in createTranslation()
3909 trans->cmap = xcmap; in createTranslation()
[all …]
/dports/x11-wm/icewm/icewm-2.9.4/lib/
H A Dprograms.in52 # prog Colormap xcolormap xcmap

12345