Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_info.cpp258 …const short graphic_size = 16; // Size (width and height) of graphic used to show status of … in CG_DrawDataPadObjectives() local
259 …const short graphicXpos = objectiveStartingXpos - graphic_size - 8; // Amount of X to backup from … in CG_DrawDataPadObjectives()
260 …const short graphicYOffset = (iYPixelsPerLine - graphic_size)/2; // Amount of Y to raise graphic s… in CG_DrawDataPadObjectives()
289 …CG_DrawPic( (graphicXpos), (totalY-graphicYOffset), graphic_size, graphic_size, cgs.media.mes… in CG_DrawDataPadObjectives()
292 …CG_DrawPic( (graphicXpos), (totalY-graphicYOffset), graphic_size, graphic_size, cgs.media.mes… in CG_DrawDataPadObjectives()