Home
last modified time | relevance | path

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

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dgraphic.c915 tx_rect.xmax = tx_rect.xmin + fontrect[fonttype].w * dx; in draw_one_font()
917 tx_rect.ymax = tx_rect.ymin + fontrect[fonttype].h * dy; in draw_one_font()
1076 width = ( tx_rect.xmax - tx_rect.xmin ) * scale * tx_width; in draw_one_bar()
1077 height = ( tx_rect.ymax - tx_rect.ymin ) * scale * tx_height; in draw_one_bar()
1100 width = ( tx_rect.xmax - tx_rect.xmin ) * scale * tx_width; in draw_one_bar()
1101 height = ( tx_rect.ymax - tx_rect.ymin ) * scale * tx_height; in draw_one_bar()
1126 width = ( tx_rect.xmax - tx_rect.xmin ) * scale * tx_width; in draw_one_bar()
1127 height = ( tx_rect.ymax - tx_rect.ymin ) * scale * tx_height; in draw_one_bar()
1147 width = ( tx_rect.xmax - tx_rect.xmin ) * scale * tx_width; in draw_one_bar()
1175 width = ( tx_rect.xmax - tx_rect.xmin ) * scale * tx_width; in draw_one_bar()
[all …]