Home
last modified time | relevance | path

Searched refs:BLACK_COLOUR (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Ddefs.h150 const Glib::ustring BLACK_COLOUR = "#000000000000"; variable
161 const Gdk::RGBA GRID_BOX_COLOUR(BLACK_COLOUR);
162 const Gdk::RGBA FOG_COLOUR(BLACK_COLOUR);
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/dos/
H A Dbcinit.c559 BLACK_COLOUR, in os_init_screen()
586 {0x07, 80, 25, 1, 1, LIGHTGRAY + 16, BLACK_COLOUR}, /* MONO */ in os_init_screen()
588 {0x06, 640, 200, 8, 8, WHITE_COLOUR, BLACK_COLOUR}, /* CGA */ in os_init_screen()
591 {0x12, 640, 400, 8, 16, WHITE_COLOUR, BLACK_COLOUR} /* AMIGA */ in os_init_screen()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/curses/
H A Dux_frotz.h30 #define BACKGROUND_DEF BLACK_COLOUR
H A Dux_text.c93 case BLACK_COLOUR: return COLOR_BLACK; in unix_convert()
H A Dux_init.c548 z_header.default_background = BLACK_COLOUR; in os_init_screen()
991 return BLACK_COLOUR; in getcolor()
H A Dux_pic.c367 case COLOR_BLACK: return BLACK_COLOUR; in os_peek_colour()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/sdl/
H A Dsf_resource.c472 if ((colour >= BLACK_COLOUR) && (colour <= DARKGREY_COLOUR)) in sf_GetColour()
473 return m_colours[colour - BLACK_COLOUR]; in sf_GetColour()
494 return sf_GetColour(fore ? WHITE_COLOUR : BLACK_COLOUR); in sf_GetDefaultColour()
506 return i + BLACK_COLOUR; in sf_GetColourIndex()
H A Dsf_util.c1105 return BLACK_COLOUR; in getcolor()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/dumb/
H A Ddoutput.c649 frotz_to_dumb [BLACK_COLOUR] = 1; in dumb_init_output()
660 z_header.default_background = BLACK_COLOUR; in dumb_init_output()
668 frotz_to_dumb [BLACK_COLOUR] = 0; in dumb_init_output()
681 z_header.default_background = BLACK_COLOUR; in dumb_init_output()
H A Ddpic.c224 int os_peek_colour (void) {return BLACK_COLOUR; } in os_peek_colour()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/gra/
H A Dellipse.c64 r_colour(BLACK_COLOUR); in RedrawAreaEllipse()
H A Dpixmap.c181 c = BLACK_COLOUR; in getReplacementColourPixmap()
H A Dscrollbar.c486 r_fill(x, ym, w, hm, BLACK_COLOUR); in draw_bubble()
505 r_fill(x, ym, w, hm, BLACK_COLOUR); in draw_bubble()
519 r_fill(xm, y, wm, h, BLACK_COLOUR); in draw_bubble()
538 r_fill(xm, y, wm, h, BLACK_COLOUR); in draw_bubble()
H A Dpostscript.c82 psstatus.colour = BLACK_COLOUR; in getPostscriptObject()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dfrotz_types.h164 BLACK_COLOUR = 2, enumerator
H A Dglk_interface.cpp150 h_default_background = BLACK_COLOUR; in initialize()
161 h_default_foreground = BLACK_COLOUR; in initialize()
555 case COLOR_BLACK: return BLACK_COLOUR; in os_peek_color()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dfrotz_types.h163 BLACK_COLOUR = 2, enumerator
H A Dglk_interface.cpp150 h_default_background = BLACK_COLOUR; in initialize()
161 h_default_foreground = BLACK_COLOUR; in initialize()
555 case COLOR_BLACK: return BLACK_COLOUR; in os_peek_color()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dfrotz.h271 #define BLACK_COLOUR 2 macro
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/msw/
H A Dmsdraw.c160 context.colour = BLACK_COLOUR; in reset_context()
552 context.default_colour = BLACK_COLOUR; in d_image()
1487 r_colour(BLACK_COLOUR); in r_shadow_box()
1527 return BLACK_COLOUR; in r_elevation_shadow()
2010 { r_triangle(x1, y1, x2, y2, x3, y3, up ? NIL : BLACK_COLOUR); in r_3d_triangle()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/men/
H A Dbutton.c89 if ( !bg ) bg = BLACK_COLOUR; in RedrawMenuBarButton()
H A Dmenu.c708 r_fill(dx+(d-mw)/2, dy+(d-mw)/2, mw, mw, BLACK_COLOUR); in RedrawMenuItem()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/h/
H A Dgraphics.h1073 GLOBAL Colour BLACK_COLOUR; variable
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/x11/
H A Dxdraw.c1313 r_colour(BLACK_COLOUR); in r_shadow_box()
1330 return BLACK_COLOUR; in r_elevation_shadow()
1726 { r_triangle(x1, y1, x2, y2, x3, y3, up ? NIL : BLACK_COLOUR); in r_3d_triangle()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/win/
H A Ddisplay.c129 BLACK_COLOUR = newObject(ClassColour, NAME_black, EAV); in openDisplay()

12