Home
last modified time | relevance | path

Searched refs:COLOR_INSET_LIGHT (Results 1 – 4 of 4) sorted by relevance

/dports/games/julius/julius-1.7.0/src/graphics/
H A Dcolor.h23 #define COLOR_INSET_LIGHT 0xffffff macro
H A Dgraphics.c253 graphics_draw_vertical_line(x + width - 1, y, y + height - 1, COLOR_INSET_LIGHT); in graphics_draw_inset_rect()
254 graphics_draw_horizontal_line(x, x + width - 1, y + height - 1, COLOR_INSET_LIGHT); in graphics_draw_inset_rect()
/dports/games/augustus/augustus-3.1.0/src/graphics/
H A Dcolor.h24 #define COLOR_INSET_LIGHT 0xffffffff macro
H A Dgraphics.c350 graphics_draw_vertical_line(x + width - 1, y, y + height - 1, COLOR_INSET_LIGHT); in graphics_draw_inset_rect()
351 graphics_draw_horizontal_line(x, x + width - 1, y + height - 1, COLOR_INSET_LIGHT); in graphics_draw_inset_rect()