test_page          28 modules/gui_palette.c static int test_page;
test_page          38 modules/gui_palette.c     test_page = 0;
test_page         109 modules/gui_palette.c                 if (--test_page < 0) test_page = 2;
test_page         127 modules/gui_palette.c                 if (++test_page > 2) test_page = 0;
test_page         194 modules/gui_palette.c         if (test_page == 0)
test_page         204 modules/gui_palette.c                     draw_rectangle(xl+(x*w), (2*FONT_HEIGHT)+(y*h), xl+(x*w)+w-1, (2*FONT_HEIGHT)+(y*h)+h-FONT_HEIGHT-6, MAKE_COLOR(cols[test_page][c],cols[test_page][c]), RECT_BORDER0|DRAW_FILLED);
test_page         205 modules/gui_palette.c                     draw_string(xl+(x*w),(2*FONT_HEIGHT)+(y*h)+h-FONT_HEIGHT-3, nams[test_page][c], MAKE_COLOR(COLOR_BLACK, COLOR_WHITE));
test_page         209 modules/gui_palette.c         else if (test_page == 1)
test_page         219 modules/gui_palette.c                     draw_rectangle(xl+(x*w), (2*FONT_HEIGHT)+(y*h), xl+(x*w)+w-1, (2*FONT_HEIGHT)+(y*h)+h-FONT_HEIGHT-6, MAKE_COLOR(cols[test_page][c],cols[test_page][c]), RECT_BORDER0|DRAW_FILLED);
test_page         220 modules/gui_palette.c                     draw_string(xl+(x*w),(2*FONT_HEIGHT)+(y*h)+h-FONT_HEIGHT-3, nams[test_page][c], MAKE_COLOR(COLOR_BLACK, COLOR_WHITE));
test_page         224 modules/gui_palette.c         else if (test_page == 2)
test_page         235 modules/gui_palette.c                             MAKE_COLOR(get_script_color(cols[test_page][c]+256),get_script_color(cols[test_page][c]+256)), RECT_BORDER0|DRAW_FILLED);
test_page         236 modules/gui_palette.c                     draw_string(xl+(x*w),(2*FONT_HEIGHT)+(y*h)+h-FONT_HEIGHT-3, nams[test_page][c], MAKE_COLOR(COLOR_BLACK, COLOR_WHITE));