Home
last modified time | relevance | path

Searched refs:transparentcolor (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dpalette.c91 int transparentcolor; in Palette_SetupSpecialPalettes() local
115 transparentcolor = 255; in Palette_SetupSpecialPalettes()
128 palette_featureflags[transparentcolor] = PALETTEFEATURE_TRANSPARENT; in Palette_SetupSpecialPalettes()
132 palette_bgra_transparent[transparentcolor] = 0; in Palette_SetupSpecialPalettes()
140 palette_bgra_nofullbrights_transparent[transparentcolor] = 0; in Palette_SetupSpecialPalettes()
148 palette_bgra_onlyfullbrights_transparent[transparentcolor] = 0; in Palette_SetupSpecialPalettes()
190 palette_bgra_alpha[transparentcolor] = u.i; in Palette_SetupSpecialPalettes()
/dports/games/darkplaces/darkplaces/
H A Dpalette.c91 int transparentcolor; in Palette_SetupSpecialPalettes() local
115 transparentcolor = 255; in Palette_SetupSpecialPalettes()
128 palette_featureflags[transparentcolor] = PALETTEFEATURE_TRANSPARENT; in Palette_SetupSpecialPalettes()
132 palette_bgra_transparent[transparentcolor] = 0; in Palette_SetupSpecialPalettes()
140 palette_bgra_nofullbrights_transparent[transparentcolor] = 0; in Palette_SetupSpecialPalettes()
148 palette_bgra_onlyfullbrights_transparent[transparentcolor] = 0; in Palette_SetupSpecialPalettes()
190 palette_bgra_alpha[transparentcolor] = u.i; in Palette_SetupSpecialPalettes()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dpalette.c85 int transparentcolor; in Palette_SetupSpecialPalettes() local
109 transparentcolor = 255; in Palette_SetupSpecialPalettes()
113 palette_bgra_transparent[transparentcolor] = 0; in Palette_SetupSpecialPalettes()
165 palette_bgra_alpha[transparentcolor] = u.i; in Palette_SetupSpecialPalettes()
/dports/graphics/fig2sxd/fig2sxd-edae2efd428623ac22aec06bdec572fc45c368f3/
H A Dfig2sxd.cpp342 int transparentcolor = -5; in read_file() local
343 figfile >> transparentcolor; in read_file()
344 if( transparentcolor < -3 || transparentcolor > 543 ) in read_file()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Diff.cpp67 short transparentcolor; //which color is transparent (if any) member
118 PHYSFS_readSBE16(ifile, &bmheader->transparentcolor); in parse_bmhd()
125 iff_transparent_color = bmheader->transparentcolor; in parse_bmhd()
630 PHYSFS_writeSBE16(ofile, bitmap_header->transparentcolor);
880 bmheader.transparentcolor = iff_transparent_color;
/dports/x11-toolkits/tk85/tk8.5.19/tests/
H A DwinWm.test236 } {-alpha 1.0 -transparentcolor {} -disabled 0 -fullscreen 0 -toolwindow 0 -topmost 0}
247 } {1 {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-transparentcolor ?color?? ?…
292 test winWm-6.7 {wm attributes -transparentcolor} win {
297 lappend res [wm attributes .t -transparentcolor]
307 test winWm-6.8 {wm attributes -transparentcolor} win {
H A Dwm.test129 } -result {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-transparentcolor ?colo…
132 } -result {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-transparentcolor ?colo…
137 } -result {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-transparentcolor ?colo…
/dports/x11-toolkits/tk86/tk8.6.12/tests/
H A DwinWm.test270 } -result {-alpha 1.0 -transparentcolor {} -disabled 0 -fullscreen 0 -toolwindow 0 -topmost 0}
286 } -returnCodes error -result {bad attribute "-foo": must be -alpha, -transparentcolor, -disabled, -…
340 test winWm-6.7 {wm attributes -transparentcolor} -constraints win -setup {
346 lappend res [wm attributes .t -transparentcolor]
356 test winWm-6.8 {wm attributes -transparentcolor} -constraints win -setup {
H A Dwm.test132 } -result {bad attribute "_": must be -alpha, -transparentcolor, -disabled, -fullscreen, -toolwindo…
135 } -result {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-transparentcolor ?colo…
138 } -result {bad attribute "-to": must be -alpha, -transparentcolor, -disabled, -fullscreen, -toolwin…
/dports/x11-toolkits/tk87/tk8.7a5/tests/
H A DwinWm.test271 } -result {-alpha 1.0 -transparentcolor {} -disabled 0 -fullscreen 0 -toolwindow 0 -topmost 0}
288 … {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-transparentcolor ?color?? ?-di…
342 test winWm-6.7 {wm attributes -transparentcolor} -constraints win -setup {
348 lappend res [wm attributes .t -transparentcolor]
358 test winWm-6.8 {wm attributes -transparentcolor} -constraints win -setup {
H A Dwm.test134 } -result {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-transparentcolor ?colo…
137 } -result {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-transparentcolor ?colo…
142 } -result {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-transparentcolor ?colo…
/dports/games/d2x/d2x-0.2.5/iff/
H A Diff.c61 short transparentcolor; //which color is transparent (if any) member
242 bmheader->transparentcolor = get_word(ifile); in parse_bmhd()
249 iff_transparent_color = bmheader->transparentcolor; in parse_bmhd()
870 put_word(bitmap_header->transparentcolor,ofile); in write_bmhd()
1132 bmheader.transparentcolor = iff_transparent_color; in iff_write_bitmap()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/d2x-rebirth/iff/archive/
H A Diffmike.c147 bitmap_header->transparentcolor = get_word(ifile); in parse_bmhd()
391 put_word(bitmap_header->transparentcolor,ofile); in write_bmhd()
/dports/games/d2x/d2x-0.2.5/iff/archive/
H A Diffmike.c141 bitmap_header->transparentcolor = get_word(ifile); in parse_bmhd()
385 put_word(bitmap_header->transparentcolor,ofile); in write_bmhd()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapsymbol.c107 s->transparentcolor = 0; in initSymbol()
269 if(getInteger(&(s->transparentcolor)) == -1) return(-1); in loadSymbol()
302 msIO_fprintf(stream, " TRANSPARENT %d\n", s->transparentcolor); in writeSymbol()
946 MS_COPYSTELEM(transparentcolor); in msCopySymbol()
H A Dmapsymbol.h201 int transparentcolor; member
H A Dmapscale.c426 embededSymbol->transparentcolor = 0; in msEmbedScalebar()
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/php/
H A Dsymbol.c134 else IF_GET_LONG("transparentcolor", php_symbol->symbol->transparentcolor) in PHP_METHOD()
173 else IF_SET_LONG("transparentcolor", php_symbol->symbol->transparentcolor, value) in PHP_METHOD()
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/ui/
H A Dnotify.tcl112 lappend opts -alpha 0.8 -transparentcolor purple -topmost 1
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/sdl/
H A Dsf_frotz.h117 int transparentcolor; member
H A Dsf_images.c169 graphic->transparentcolor = trans[0]; in loadpng()
H A Dsf_video.c632 if (index != pic->transparentcolor) in os_draw_picture()
/dports/graphics/tiled/tiled-1.7.2/docs/reference/
H A Djson-map-format.rst103transparentcolor, string, "Hex-formatted color (#RRGGBB) (optional). ``imagelayer`` only…
447 transparentcolor, string, "Hex-formatted color (#RRGGBB) (optional)"
/dports/x11-toolkits/tk87/tk8.7a5/
H A DChangeLog.20072359 addition of -transparentcolor for Win32.
2541 * win/tkWinWm.c: add -transparentcolor attribute for Windows.
/dports/x11-toolkits/tk86/tk8.6.12/
H A DChangeLog.20072359 addition of -transparentcolor for Win32.
2541 * win/tkWinWm.c: add -transparentcolor attribute for Windows.

12