Home
last modified time | relevance | path

Searched refs:toolkit_drawOutline (Results 1 – 13 of 13) sorted by relevance

/dports/games/naev/naev-0.7.0/src/tk/widget/
H A Drect.c82 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 Dimage.c85 toolkit_drawOutline( x, y+1, w-1, in img_render()
88 toolkit_drawOutline( x, y+1, w-1, in img_render()
H A Dcust.c92 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 Dcheckbox.c241 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 Dbutton.c351 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 Dimagearray.c291 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 Dlist.c120 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 Dfader.c115 toolkit_drawOutline(kx, ky, kw , kh, 1., &cBlack, toolkit_colDark); in fad_render()
H A Dinput.c160 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 Dtabwin.c405 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 Dequipment.c449 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 Dtoolkit.c1070 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 Dtoolkit_priv.h204 void toolkit_drawOutline( int x, int y, int w, int h, int b,