Searched refs:dotted_rect (Results 1 – 3 of 3) sorted by relevance
/dports/devel/allegro/allegro-4.4.3.1/src/ |
H A D | guiproc.c | 114 static void dotted_rect(int x1, int y1, int x2, int y2, int fg, int bg) in dotted_rect() function 359 dotted_rect(d->x+1+g, d->y+1+g, d->x+d->w-3+g, d->y+d->h-3+g, state1, state2); in d_button_proc() 434 dotted_rect(d->x, d->y, d->x+d->w-1, d->y+d->h-1, fg, bg); in d_check_proc() 475 dotted_rect(d->x, d->y, d->x+d->w-1, d->y+d->h-1, fg, bg); in d_radio_proc() 1039 dotted_rect(d->x+1, d->y+1, d->x+d->w-14, d->y+d->h-2, fg_color, bg); in _draw_scrollable_frame() 1040 dotted_rect(d->x+d->w-12, d->y+1, d->x+d->w-2, d->y+d->h-2, fg_color, bg); in _draw_scrollable_frame() 1080 dotted_rect(d->x+1, d->y+1, d->x+d->w-2, d->y+d->h-2, fg_color, bg); in _draw_scrollable_frame() 1145 dotted_rect(d->x+2, y, d->x+d->w-(bar ? 15 : 3), in _draw_listbox() 1863 dotted_rect(d->x, d->y, d->x+d->w-1, d->y+d->h-1, sfg, d->bg); in d_slider_proc()
|
/dports/devel/allegro/allegro-4.4.3.1/docs/src/ |
H A D | thanks._tx | 239 Made dotted_rect() avoid bank switches, fixed a problem with lost GUI
|
H A D | changes._tx | 3678 3.9.35: David A. Capello made dotted_rect() avoid bank switches.
|