Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DMap_Screen_Helicopter.cc885 static void HandleBlitOfSectorLocatorIcon(UINT8 const sector, UINT8 const locator) in HandleBlitOfSectorLocatorIcon() function
887 HandleBlitOfSectorLocatorIcon(SECTORX(sector), SECTORY(sector), 0, locator); in HandleBlitOfSectorLocatorIcon()
909 HandleBlitOfSectorLocatorIcon(samList[SAM_SITE_TWO]->sectorId, LOCATOR_COLOR_RED); in HandleAnimationOfSectors()
922 HandleBlitOfSectorLocatorIcon( HOSPITAL_SECTOR_X, HOSPITAL_SECTOR_Y, 0, LOCATOR_COLOR_RED ); in HandleAnimationOfSectors()
935 HandleBlitOfSectorLocatorIcon(samList[SAM_SITE_ONE]->sectorId, LOCATOR_COLOR_RED); in HandleAnimationOfSectors()
936 HandleBlitOfSectorLocatorIcon(samList[SAM_SITE_THREE]->sectorId, LOCATOR_COLOR_RED); in HandleAnimationOfSectors()
937 HandleBlitOfSectorLocatorIcon(samList[SAM_SITE_FOUR]->sectorId, LOCATOR_COLOR_RED); in HandleAnimationOfSectors()
951HandleBlitOfSectorLocatorIcon(GET_X_FROM_STRATEGIC_INDEX(sec), GET_Y_FROM_STRATEGIC_INDEX(sec), 0,… in HandleAnimationOfSectors()
966 HandleBlitOfSectorLocatorIcon( gsSectorLocatorX, gsSectorLocatorY, 0, LOCATOR_COLOR_RED ); in HandleAnimationOfSectors()
969 HandleBlitOfSectorLocatorIcon( gsSectorLocatorX, gsSectorLocatorY, 0, LOCATOR_COLOR_YELLOW ); in HandleAnimationOfSectors()
H A DMap_Screen_Interface.h371 void HandleBlitOfSectorLocatorIcon( INT16 sSectorX, INT16 sSectorY, INT16 sSectorZ, UINT8 ubLocator…
H A DMap_Screen_Interface.cc4227 void HandleBlitOfSectorLocatorIcon( INT16 sSectorX, INT16 sSectorY, INT16 sSectorZ, UINT8 ubLocator… in HandleBlitOfSectorLocatorIcon() function
H A DMapScreen.cc2144 HandleBlitOfSectorLocatorIcon( gubPBSectorX, gubPBSectorY, gubPBSectorZ, LOCATOR_COLOR_RED ); in RenderMapCursorsIndexesAnims()