Home
last modified time | relevance | path

Searched refs:whitecolor (Results 1 – 25 of 52) sorted by relevance

123

/dports/games/sdl_scavenger/sdlscav-145/
H A Dgfx.c21 unsigned char blackcolor,whitecolor; variable
396 whitecolor=bestmatch(map,255,255,255); in loadmap()
588 color=whitecolor; in drawbox()
609 color=whitecolor; in drawbox2()
646 if (*p == whitecolor) in invert()
649 *p=whitecolor; /* or white to black */ in invert()
H A Dedit.c394 writestring(einfo(),TEXTX,TOPTEXTY,whitecolor); in puteinfo()
395 writestring("F1 - F12 ->",30,457,whitecolor); in puteinfo()
409 writestring(ewant,TEXTX,TOPTEXTY,whitecolor); in editprocess()
H A Dgfx.h34 extern unsigned char blackcolor,whitecolor;
H A Danim.c68 writechar(ptx,pty,ch ,whitecolor); in farlefttext()
634 writechar(BLOWUPX+80,BLOWUPY-16,x<99 ? x/10+'0' : ' ',whitecolor); in coords()
635 writechar(BLOWUPX+88,BLOWUPY-16,x<99 ? x%10+'0' : ' ',whitecolor); in coords()
636 writechar(BLOWUPX+104,BLOWUPY-16,y<99 ? y/10+'0' : ' ',whitecolor); in coords()
637 writechar(BLOWUPX+112,BLOWUPY-16,y<99 ? y%10+'0' : ' ',whitecolor); in coords()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DColor.c73 XColor whitecolor) ;
454 XColor whitecolor ) in GetWhitePixel() argument
462 whitecolor.red = XmMAX_SHORT; in GetWhitePixel()
463 whitecolor.green = XmMAX_SHORT; in GetWhitePixel()
464 whitecolor.blue = XmMAX_SHORT; in GetWhitePixel()
467 p = whitecolor.pixel = WhitePixelOfScreen(screen); in GetWhitePixel()
468 else if ((*aproc)(screen->display, colormap, &whitecolor)) in GetWhitePixel()
469 p = whitecolor.pixel; in GetWhitePixel()
471 p = whitecolor.pixel = WhitePixelOfScreen(screen); /* fallback pixel */ in GetWhitePixel()
H A DObso2_0.c394 XColor whitecolor ) in _XmWhitePixel() argument
398 whitecolor.red = XmMAX_SHORT; in _XmWhitePixel()
399 whitecolor.green = XmMAX_SHORT; in _XmWhitePixel()
400 whitecolor.blue = XmMAX_SHORT; in _XmWhitePixel()
403 p = whitecolor.pixel = WhitePixelOfScreen(screen); in _XmWhitePixel()
404 else if (XAllocColor(screen->display, colormap, &whitecolor)) in _XmWhitePixel()
405 p = whitecolor.pixel; in _XmWhitePixel()
407 p = whitecolor.pixel = WhitePixelOfScreen(screen); /* fallback pixel */ in _XmWhitePixel()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkimf.c553 XColor *whitecolor, *blackcolor; in tk_make_mono_pixmap() local
563 whitecolor = Tk_GetColorByValue(rootwin, &col); in tk_make_mono_pixmap()
609 pix = (rc ? blackcolor : whitecolor)->pixel; in tk_make_mono_pixmap()
647 XColor *whitecolor, *blackcolor; in tk_make_mask_pixmap() local
655 whitecolor = Tk_GetColorByValue(rootwin, &col); in tk_make_mask_pixmap()
700 pix = (rc ? blackcolor : whitecolor)->pixel; in tk_make_mask_pixmap()
H A Dtkinit.c302 dside->ui->whitecolor = request_color("white"); in set_colors()
305 dside->ui->graycolor = dside->ui->whitecolor; in set_colors()
306 dside->ui->badcolor = dside->ui->whitecolor; in set_colors()
307 dside->ui->warncolor = dside->ui->whitecolor; in set_colors()
308 dside->ui->goodcolor = dside->ui->whitecolor; in set_colors()
309 dside->ui->unit_name_color = dside->ui->whitecolor; in set_colors()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxdraw.c329 XSetForeground(dpy, gc, side->ui->whitecolor); in draw_area_background()
355 XSetForeground(dpy, gc, side->ui->whitecolor); in draw_area_background()
655 *colorp = side->ui->whitecolor; in cell_drawing_info()
1018 XSetForeground(dpy, gc, side->ui->whitecolor); in draw_units()
1034 XSetForeground(dpy, gc, side->ui->whitecolor); in draw_units()
1097 XSetForeground(dpy, gc, side->ui->whitecolor); in draw_units()
1151 XSetForeground(dpy, gc, side->ui->whitecolor); in draw_unit_and_occs()
1198 XSetForeground(dpy, gc, side->ui->whitecolor); in draw_unit_view_and_occs()
1747 side->ui->whitecolor; in draw_unit_image()
1808 XSetForeground(dpy, gc, side->ui->whitecolor); in draw_unit_image()
[all …]
/dports/games/spacejunk/spacejunk-1.0.5/test/
H A Dtestoutline.cpp247 Uint32 whitecolor=SDL_MapRGB(Graphic::getScreen()->format,255,255,255); in test2() local
256 drawPolygons(m*Matrix2x3(Vector2d(1,0),Vector2d(0,1),pos0),*lp0,whitecolor); in test2()
257 …awPolygons(m*Matrix2x3(1,1,angle,-g1->w/2,-g1->h/2,pos1.x+g1->w/2,pos1.y+g1->h/2),*lp1,whitecolor); in test2()
H A Dtestmask.cpp260 Uint32 whitecolor=SDL_MapRGB(Graphic::getScreen()->format,255,255,255); in test2() local
269 drawPolygons(m*Matrix2x3(Vector2d(1,0),Vector2d(0,1),pos0),*m0,whitecolor); in test2()
270 drawPolygons(m*Matrix2x3(1,1,angle,-r1.w/2,-r1.h/2,pos1.x+r1.w/2,pos1.y+r1.h/2),*m1,whitecolor); in test2()
H A Doutlinebuilder.cpp174 Uint32 whitecolor=SDL_MapRGB(Graphic::getScreen()->format,255,255,255); in test2() local
186 drawPolygons(m,*lp,whitecolor); in test2()
/dports/x11/xlockmore/xlockmore-5.67/xlock/
H A Dcolor.c366 XColor blackcolor, whitecolor; in reserveColors() local
373 whitecolor.flags = DoRed | DoGreen | DoBlue; in reserveColors()
374 whitecolor.pixel = MI_WHITE_PIXEL(mi); in reserveColors()
375 whitecolor.red = 0xFFFF; in reserveColors()
376 whitecolor.green = 0xFFFF; in reserveColors()
377 whitecolor.blue = 0xFFFF; in reserveColors()
381 (void) XAllocColor(display, cmap, &whitecolor); in reserveColors()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DVisual.c1511 _XmWhitePixel(Screen *screen, Colormap colormap, XColor whitecolor) in _XmWhitePixel() argument
1524 whitecolor.red = in _XmWhitePixel()
1525 whitecolor.green = in _XmWhitePixel()
1526 whitecolor.blue = USHRT_MAX; in _XmWhitePixel()
1527 if (XAllocColor(DisplayOfScreen(screen), colormap, &whitecolor)) in _XmWhitePixel()
1529 last_pixel = whitecolor.pixel; in _XmWhitePixel()
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/efl/
H A Dnavigation_bar.edc9 tag: "whitecolor" "+ color=#fff";
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/elm/
H A Dpopup.edc141 tag: "whitecolor" "+ color=#fff";
149 tag: "whitecolor" "+ color=#fff";
185 tag: "whitecolor" "+ color=#fff";
/dports/games/xnethack/xNetHack-xnh6.1/outdated/sys/mac/
H A Dmacmenu.c255 whitecolor = { 0xffff, 0xffff, 0xffff }; variable
386 RGBForeColor(&whitecolor); in ask_redraw()
387 RGBBackColor(&whitecolor); in ask_redraw()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/mac/
H A Dmacmenu.c255 whitecolor = { 0xffff, 0xffff, 0xffff }; variable
386 RGBForeColor(&whitecolor); in ask_redraw()
387 RGBBackColor(&whitecolor); in ask_redraw()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/mac/
H A Dmacmenu.c255 whitecolor = { 0xffff, 0xffff, 0xffff }; variable
386 RGBForeColor(&whitecolor); in ask_redraw()
387 RGBBackColor(&whitecolor); in ask_redraw()
/dports/games/nethack33/nethack-3.3.1/sys/mac/
H A Dmacmenu.c262 whitecolor = {0xffff, 0xffff, 0xffff}; variable
398 RGBForeColor(&whitecolor); in ask_redraw()
399 RGBBackColor(&whitecolor); in ask_redraw()
/dports/games/nethack33-nox11/nethack-3.3.1/sys/mac/
H A Dmacmenu.c262 whitecolor = {0xffff, 0xffff, 0xffff}; variable
398 RGBForeColor(&whitecolor); in ask_redraw()
399 RGBBackColor(&whitecolor); in ask_redraw()
/dports/games/nethack34-nox11/nethack-3.4.3/sys/mac/
H A Dmacmenu.c267 whitecolor = {0xffff, 0xffff, 0xffff}; variable
403 RGBForeColor(&whitecolor); in ask_redraw()
404 RGBBackColor(&whitecolor); in ask_redraw()
/dports/games/nethack34/nethack-3.4.3/sys/mac/
H A Dmacmenu.c267 whitecolor = {0xffff, 0xffff, 0xffff}; variable
403 RGBForeColor(&whitecolor); in ask_redraw()
404 RGBBackColor(&whitecolor); in ask_redraw()
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/unsupported/mac/
H A Dmacmenu.c267 whitecolor = {0xffff, 0xffff, 0xffff}; variable
403 RGBForeColor(&whitecolor); in ask_redraw()
404 RGBBackColor(&whitecolor); in ask_redraw()
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/mac/
H A Dmacmenu.c267 whitecolor = {0xffff, 0xffff, 0xffff}; variable
403 RGBForeColor(&whitecolor); in ask_redraw()
404 RGBBackColor(&whitecolor); in ask_redraw()

123