Home
last modified time | relevance | path

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

/dports/games/ivan/ivan-059/Main/Source/
H A Dlevel.cpp1305 lsquare** SquarePtr = &Map[x][YMin]; in DrawHitEffects() local
1306 for(int y = YMin; y < YMax; ++y, ++SquarePtr) in DrawHitEffects()
1307 (*SquarePtr)->DrawHitEffect(); in DrawHitEffects()
1333 lsquare** SquarePtr = &Map[x][YMin]; in Draw() local
1337 const lsquare* Square = *SquarePtr; in Draw()
1352 lsquare** SquarePtr = &Map[x][YMin]; in Draw() local
1356 const lsquare* Square = *SquarePtr; in Draw()
1383 lsquare** SquarePtr = &Map[x][YMin]; in Draw() local
1386 (*SquarePtr)->Draw(BlitData); in Draw()
3073 lsquare** SquarePtr = &Map[x][YMin]; in RevealDistantLightsToPlayer() local
[all …]
/dports/audio/ocp/ocp-0.2.90/playhvl/
H A Dplayer.c1182 int8_t *SquarePtr;
1185 SquarePtr = &waves[WO_SQUARES+(voice->vc_FilterPos-0x20)*(0xfc+0xfc+0x80*0x1f+0x80+0x280*3)];
1197 SquarePtr += (X-1) << 7;
1205 voice->vc_SquareTempBuffer[i] = *SquarePtr;
1206 SquarePtr += Delta;
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Windows/
H A Dhvl_replay.c1407 const int8 *SquarePtr; in hvl_process_frame() local
1410 SquarePtr = &waves[WO_SQUARES+(voice->vc_FilterPos-0x20)*(0xfc+0xfc+0x80*0x1f+0x80+0x280*3)]; in hvl_process_frame()
1421 SquarePtr += (X-1) << 7; in hvl_process_frame()
1428 voice->vc_SquareTempBuffer[i] = *SquarePtr; in hvl_process_frame()
1429 SquarePtr += Delta; in hvl_process_frame()
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Amiga/
H A Dhvl_replay.c1620 int8 *SquarePtr; in hvl_process_frame() local
1623 SquarePtr = &waves[WO_SQUARES+(voice->vc_FilterPos-0x20)*(0xfc+0xfc+0x80*0x1f+0x80+0x280*3)]; in hvl_process_frame()
1634 SquarePtr += (X-1) << 7; in hvl_process_frame()
1641 voice->vc_SquareTempBuffer[i] = *SquarePtr; in hvl_process_frame()
1642 SquarePtr += Delta; in hvl_process_frame()
/dports/audio/hvl2wav/hivelytracker-8296a50/hvl2wav/
H A Dreplay.c1650 int8 *SquarePtr; in hvl_process_frame() local
1653 SquarePtr = &waves[WO_SQUARES+(voice->vc_FilterPos-0x20)*(0xfc+0xfc+0x80*0x1f+0x80+0x280*3)]; in hvl_process_frame()
1664 SquarePtr += (X-1) << 7; in hvl_process_frame()
1671 voice->vc_SquareTempBuffer[i] = *SquarePtr; in hvl_process_frame()
1672 SquarePtr += Delta; in hvl_process_frame()
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dreplay.c2967 int8 *SquarePtr; in rp_process_frame() local
2970 SquarePtr = &waves[WO_SQUARES+(voice->vc_FilterPos-0x20)*(0xfc+0xfc+0x80*0x1f+0x80+0x280*3)]; in rp_process_frame()
2981 SquarePtr += (X-1) << 7; in rp_process_frame()
2988 voice->vc_SquareTempBuffer[i] = *SquarePtr; in rp_process_frame()
2989 SquarePtr += Delta; in rp_process_frame()