Searched refs:shr_h (Results 1 – 2 of 2) sorted by relevance
/dports/games/ltris/ltris-1.2.1/src/ |
H A D | shrapnells.c | 95 int shr_w = BOWL_BLOCK_SIZE, shr_h = h; in shrapnells_create() local 111 shrapnell_create(x + i, y, shr_w, shr_h, vx, 0, 0, 0); in shrapnells_create() 118 shrapnell_create(x + i, y, shr_w, shr_h, 0, ( 11 - j ) * -0.015, 0, 0.0002 ); in shrapnells_create() 120 shrapnell_create(x + i, y, shr_w, shr_h, 0, j * -0.015, 0, 0.0002 ); in shrapnells_create() 127 shrapnell_create( x + i, y, shr_w, shr_h, 0, j * -0.016, 0, 0.0002 ); in shrapnells_create() 128 shrapnell_create( x + w - i - shr_w, y, shr_w, shr_h, 0, j * -0.016, 0, 0.0002 ); in shrapnells_create() 131 shrapnell_create( x + i, y, shr_w, shr_h, 0, ( 6 - j ) * -0.016, 0, 0.0002 ); in shrapnells_create() 132 shrapnell_create( x + w - i - shr_w, y, shr_w, shr_h, 0, ( 6 - j ) * -0.016, 0, 0.0002 ); in shrapnells_create() 138 shrapnell_create( x + i, y, shr_w, shr_h, ( 6 - j ) * 0.02, 0, 0, 0 ); in shrapnells_create() 139 shrapnell_create( x + w - i - shr_w, y, shr_w, shr_h, ( 6 - j ) * -0.02, 0, 0, 0 ); in shrapnells_create() [all …]
|
/dports/games/lbreakout2/lbreakout2-2.6.5/client/ |
H A D | shrapnells.c | 99 int shr_w, shr_h; in shrapnells_create() local 126 shr_h = sh / 2; in shrapnells_create() 128 for ( j = 0; j < sh; j += shr_h ) { in shrapnells_create() 130 v.y = ( sh >> 1 ) - ( j + ( shr_h >> 1 ) ); in shrapnells_create() 134 sx + i, sy + j, shr_w, shr_h, in shrapnells_create() 146 shr_h = sh; in shrapnells_create() 148 shrapnell_create( surf, sx + i, sy, shr_w, shr_h, in shrapnells_create() 151 shr_w, shr_h, in shrapnells_create() 158 shr_h = config.anim == 3 ? 5 : 10; in shrapnells_create() 160 for ( j = 0; j < sh; j += shr_h ) { in shrapnells_create() [all …]
|