Home
last modified time | relevance | path

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

/dports/games/xosmulti/xosmulti/
H A Dxosmulti.c503 0/*x*/, 0/*y*/, osuwari_width, osuwari_height, 0,
589 …MyImage[ NORM_PAT ] = CreateMyImage( osuwari_width, osuwari_height, Palette, 16, depth, mul_norm );
590 …MyImage[ CLOSE_PAT] = CreateMyImage( osuwari_width, osuwari_height, Palette, 16, depth, mul_close …
591 …MyImage[ URUR_PAT ] = CreateMyImage( osuwari_width, osuwari_height, Palette, 16, depth, mul_urur );
592 …MyImage[ URU2_PAT ] = CreateMyImage( osuwari_width, osuwari_height, Palette, 16, depth, mul_uru2 );
593 …MyImage[ OHNO_PAT ] = CreateMyImage( osuwari_width, osuwari_height, Palette, 16, depth, mul_ohno );
594 …MyImage[ PSYU_PAT ] = CreateMyImage( osuwari_width, osuwari_height, Palette, 16, depth, mul_psyu );
714 { int x_pos = x + (w - osuwari_width) * XPosRatio /100; in TimeHandler()
744 x_pos + osuwari_width, in TimeHandler()
748 Biff_x = x_pos + osuwari_width; in TimeHandler()
[all …]
H A Dmul_norm.c4 static unsigned int osuwari_width = 64; variable