/dports/math/giacxcas/fltk-1.3.0/test/ |
H A D | cairo_test.cxx | 65 static void round_button(cairo_t* cr, double x0, double y0, in round_button() function 140 round_button(cr,0.1,0.05,0.8,0.2,0.4,0,0,1); in my_cairo_draw_cb() 141 round_button(cr,0.1,0.35,0.8,0.2,0.4,1,0,0); in my_cairo_draw_cb() 142 round_button(cr,0.1,0.65,0.8,0.2,0.4,0,1,0); in my_cairo_draw_cb()
|
/dports/x11-toolkits/fltk/fltk-1.3.8/test/ |
H A D | cairo_test.cxx | 56 static void round_button(cairo_t* cr, double x0, double y0, in round_button() function 131 round_button(cr,0.1,0.05,0.8,0.2,0.4,0,0,1); in my_cairo_draw_cb() 132 round_button(cr,0.1,0.35,0.8,0.2,0.4,1,0,0); in my_cairo_draw_cb() 133 round_button(cr,0.1,0.65,0.8,0.2,0.4,0,1,0); in my_cairo_draw_cb()
|
/dports/x11-toolkits/ntk/ntk/test/ |
H A D | cairo_test.cxx | 65 static void round_button(cairo_t* cr, double x0, double y0, in round_button() function 140 round_button(cr,0.1,0.05,0.8,0.2,0.4,0,0,1); in my_cairo_draw_cb() 141 round_button(cr,0.1,0.35,0.8,0.2,0.4,1,0,0); in my_cairo_draw_cb() 142 round_button(cr,0.1,0.65,0.8,0.2,0.4,0,1,0); in my_cairo_draw_cb()
|
/dports/games/simutrans/simutrans-121.0/ |
H A D | simskin.cc | 19 const skin_desc_t* skinverwaltung_t::round_button = NULL; member in skinverwaltung_t 91 { &skinverwaltung_t::round_button, "Roundbutton" },
|
H A D | simskin.h | 44 static const skin_desc_t* round_button; variable
|
/dports/games/simutrans/simutrans-121.0/gui/ |
H A D | gui_theme.cc | 263 round_button_tiles[i][j%3][j/3] = skinverwaltung_t::round_button->get_image_id( i*9+j ); in init_gui_from_images()
|