Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DPersonnel.cc93 #define SMALL_PORT_HEIGHT 45 macro
921 …onst UINT16 tly = SMALL_PORTRAIT_START_Y + i / PERSONNEL_PORTRAIT_NUMBER_WIDTH * SMALL_PORT_HEIGHT; in CreateDestroyMouseRegionsForPersonnelPortraits()
954 INT32 const y = SMALL_PORTRAIT_START_Y + i / PERSONNEL_PORTRAIT_NUMBER_WIDTH * SMALL_PORT_HEIGHT; in DisplayPicturesOfCurrentTeam()
968 …DrawTextToScreen(AimPopUpText[AIM_MEMBER_DEAD], x, y + SMALL_PORT_HEIGHT / 2, SMALL_PORTRAIT_WIDTH… in DisplayPicturesOfCurrentTeam()
1878 … INT32 y = SMALL_PORTRAIT_START_Y + iCounter / PERSONNEL_PORTRAIT_NUMBER_WIDTH * SMALL_PORT_HEIGHT; in DisplayPortraitOfPastMerc()
1981 …NT32 y = SMALL_PORTRAIT_START_Y + sel_id / PERSONNEL_PORTRAIT_NUMBER_WIDTH * SMALL_PORT_HEIGHT - 3; in DisplayHighLightBox()