Home
last modified time | relevance | path

Searched refs:Fgl_getbox (Results 1 – 7 of 7) sorted by relevance

/dports/games/lincity/lincity-1.13.1/
H A Dmouse.c331 Fgl_getbox (x - 2, y - 2, size + 4, 2, under_square_mouse_pointer_top); in draw_square_mouse()
332 Fgl_getbox (x - 2, y, 2, size, under_square_mouse_pointer_left); in draw_square_mouse()
333 Fgl_getbox (x + size, y, 2, size, under_square_mouse_pointer_right); in draw_square_mouse()
334 Fgl_getbox (x - 2, y + size, size + 4, 2, under_square_mouse_pointer_bottom); in draw_square_mouse()
382 Fgl_getbox (omx - 2, omy - 2, size + 4, 2, under_square_mouse_pointer_top); in redraw_square_mouse()
383 Fgl_getbox (omx - 2, omy, 2, size, under_square_mouse_pointer_left); in redraw_square_mouse()
384 Fgl_getbox (omx + size, omy, 2, size, under_square_mouse_pointer_right); in redraw_square_mouse()
385 Fgl_getbox (omx - 2, omy + size, size + 4, 2, under_square_mouse_pointer_bottom); in redraw_square_mouse()
408 Fgl_getbox (x, y, 8, 8, under_mouse_pointer); in draw_normal_mouse()
444 Fgl_getbox (mox, moy, 8, 8, under_mouse_pointer); in redraw_normal_mouse()
[all …]
H A Dpicedit.c165 void Fgl_getbox (int, int, int, int, unsigned char *);
178 #define Fgl_getbox(a,b,c,d,e) gl_getbox(a,b,c,d,e) macro
283 Fgl_getbox (mx, my, 8, 8, under_mouse_pointer); in main()
584 Fgl_getbox (mx, my, 8, 8, under_mouse_pointer); in hfill()
627 Fgl_getbox (mx, my, 8, 8, under_mouse_pointer); in vfill()
642 Fgl_getbox (mx, my, 8, 8, under_mouse_pointer); in fill_colourzoom()
663 Fgl_getbox (mx, my, 8, 8, under_mouse_pointer); in fill_colour1()
684 Fgl_getbox (mx, my, 8, 8, under_mouse_pointer); in fill_colour2()
707 Fgl_getbox (mx, my, 8, 8, under_mouse_pointer); in fill_colour3()
728 Fgl_getbox (mx, my, 8, 8, under_mouse_pointer); in fill_colour4()
[all …]
H A Dlin-city.h1426 extern void Fgl_getbox (int, int, int, int, void *);
1449 extern void Fgl_getbox (int, int, int, int, void *);
1470 #define Fgl_getbox(a,b,c,d,e) FPgl_getbox(a,b,c,d,e) macro
1483 #define Fgl_getbox(a,b,c,d,e) gl_getbox(a,b,c,d,e) macro
H A Dlcsvga.c105 Fgl_getbox(mox, moy, 8, 8, under_mouse_pointer); in mouse_setup()
H A Dlcwin32.c540 Fgl_getbox (int x1, int y1, int w, int h, void *buf) in Fgl_getbox() function
H A Dscreen.c2115 Fgl_getbox (mcb->x, mcb->y, mcb->w, mcb->h, market_cb_gbuf); in draw_cb_template()
2375 Fgl_getbox (PROGBOXX - 8, PROGBOXY - 8, PROGBOXW + 16, in prog_box()
2626 Fgl_getbox(r->x,r->y,r->w,r->h,buffer); in Fgl_getrect()
H A Dlcx11.c729 Fgl_getbox (int x1, int y1, int w, int h, void *buf) in Fgl_getbox() function