/dports/games/naev/naev-0.7.0/src/tk/widget/ |
H A D | rect.c | 82 toolkit_drawOutline( x, y, rct->w, rct->h, 0., in rct_render() 85 toolkit_drawOutline( x, y, rct->w, rct->h, 1., in rct_render()
|
H A D | image.c | 85 toolkit_drawOutline( x, y+1, w-1, in img_render() 88 toolkit_drawOutline( x, y+1, w-1, in img_render()
|
H A D | cust.c | 92 toolkit_drawOutline( x, y+1, cst->w+1, cst->h+1, 0., in cst_render() 95 toolkit_drawOutline( x, y, cst->w+1, cst->h+1, 1., in cst_render()
|
H A D | checkbox.c | 241 toolkit_drawOutline( x, y + (chk->h-10.)/2., 10, 10, 0., lc, c ); in chk_render() 243 toolkit_drawOutline( x, y + (chk->h-10.)/2., 10, 10, 1., &cBlack, NULL ); in chk_render()
|
H A D | button.c | 351 toolkit_drawOutline( x, y, btn->w, btn->h, 0., lc, c ); in btn_render() 353 toolkit_drawOutline( x, y, btn->w, btn->h, 1., &cBlack, NULL ); in btn_render()
|
H A D | imagearray.c | 291 toolkit_drawOutline( xcurs + 2., in iar_render() 294 toolkit_drawOutline( xcurs + 2., in iar_render() 306 toolkit_drawOutline( x+1, y+1, iar->w-2, iar->h-2, 1., toolkit_colLight, toolkit_col ); in iar_render() 307 toolkit_drawOutline( x+1, y+1, iar->w-2, iar->h-2, 2., toolkit_colDark, NULL ); in iar_render()
|
H A D | list.c | 120 toolkit_drawOutline( x, y, lst->w, lst->h, 0., in lst_render() 123 toolkit_drawOutline( x, y, lst->w, lst->h, 1., toolkit_colDark, NULL ); in lst_render()
|
H A D | fader.c | 115 toolkit_drawOutline(kx, ky, kw , kh, 1., &cBlack, toolkit_colDark); in fad_render()
|
H A D | input.c | 160 toolkit_drawOutline( x, y, inp->w, inp->h, 0., in inp_render() 163 toolkit_drawOutline( x, y, inp->w, inp->h, 1., in inp_render()
|
H A D | tabwin.c | 405 toolkit_drawOutline( x+1, y+1, tab->dat.tab.namelen[i] + 8, in tab_render()
|
/dports/games/naev/naev-0.7.0/src/ |
H A D | equipment.c | 449 toolkit_drawOutline( x-1, y-1, w+3, h+3, 0, &cBlack, NULL ); in equipment_renderColumn() 581 toolkit_drawOutline( x, y, w, h, 1., lc, c ); in equipment_renderMisc() 582 toolkit_drawOutline( x, y, w, h, 2., dc, NULL ); in equipment_renderMisc() 598 toolkit_drawOutline( x, y, w, h, 1., lc, c ); in equipment_renderMisc() 599 toolkit_drawOutline( x, y, w, h, 2., dc, NULL ); in equipment_renderMisc() 912 toolkit_drawOutline( x - 4., y-4., w+7., h+2., 1., lc, c ); in equipment_renderShip() 913 toolkit_drawOutline( x - 4., y-4., w+7., h+2., 2., dc, NULL ); in equipment_renderShip()
|
H A D | toolkit.c | 1070 void toolkit_drawOutline( int x, int y, int w, int h, int b, in toolkit_drawOutline() function 1623 toolkit_drawOutline( x, y, wid, hei, 3, &cBlack, NULL ); in window_render() 1676 toolkit_drawOutline( x + 1, sy, w - 1, 30., 0., toolkit_colDark, NULL ); in toolkit_drawScrollbar()
|
/dports/games/naev/naev-0.7.0/src/tk/ |
H A D | toolkit_priv.h | 204 void toolkit_drawOutline( int x, int y, int w, int h, int b,
|