Home
last modified time | relevance | path

Searched refs:frobsize (Results 1 – 3 of 3) sorted by relevance

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/UI/Source/
H A Dtngslidr.c106 decsize.x = ptng->style->frobsize.x; in tng_slider_2d_draw()
107 decsize.y = ptng->style->frobsize.y; in tng_slider_2d_draw()
116 incsize.x = ptng->style->frobsize.x; in tng_slider_2d_draw()
117 incsize.y = ptng->style->frobsize.y; in tng_slider_2d_draw()
126 slidsize.x = ptng->style->frobsize.x; in tng_slider_2d_draw()
127 slidsize.y = ptng->style->frobsize.y; in tng_slider_2d_draw()
289 right_edge = psltng->size.x - ptng->style->frobsize.x - 2; in tng_slider_apply_click()
293 left_edge = ptng->style->frobsize.x + 2; in tng_slider_apply_click()
304 top_edge = ptng->style->frobsize.y + 2; in tng_slider_apply_click()
308 bottom_edge = psltng->size.y - ptng->style->frobsize.y - 2; in tng_slider_apply_click()
H A Dtngqbox.c471 argrect.ul.x += ptng->style->frobsize.x; in tng_draw_qb_int_slot()
475 argrect.lr.x -= ptng->style->frobsize.x; in tng_draw_qb_int_slot()
564 p2.x = base + ptng->style->frobsize.x; in tng_draw_qb_int_slot()
567 p3.y = r.ul.y + ptng->style->frobsize.y; in tng_draw_qb_int_slot()
592 p3.y = r.ul.y + ptng->style->frobsize.y; in tng_draw_qb_int_slot()
670 argrect.ul.x += ptng->style->frobsize.x; in tng_draw_qb_bool_slot()
707 p2.x = base + ptng->style->frobsize.x; in tng_draw_qb_bool_slot()
1320 v += ptng->style->frobsize.x; in _total_extent()
1324 v += ptng->style->frobsize.x; in _total_extent()
1347 v += ptng->style->frobsize.x; in _total_extent()
[all …]
H A Dtng.h112 LGPoint frobsize; // size of non-resource frobs member