Home
last modified time | relevance | path

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

/dports/games/freedroid/freedroid-1.0.2/src/
H A Dhighscore.c166 Set_Rect (dst, UserCenter_x - Portrait_Rect.w/2, UserCenter_y - Portrait_Rect.h/2, in UpdateHighscores()
167 Portrait_Rect.w, Portrait_Rect.h); in UpdateHighscores()
H A Dvars.h40 SDL_Rect Portrait_Rect = {0, 0, 132, 180}; // for droid-pic display in console variable
H A Dinit.c1133 Set_Rect (dst, UserCenter_x - Portrait_Rect.w/2, UserCenter_y - Portrait_Rect.h/2, in ThouArtDefeated()
1134 Portrait_Rect.w, Portrait_Rect.h); in ThouArtDefeated()
H A Dship.c797 Copy_Rect (Portrait_Rect, src_rect); in show_droid_portrait()
839 num_frames = droid_pics->w / Portrait_Rect.w; in show_droid_portrait()
845 droid_pics->w, Portrait_Rect.w); in show_droid_portrait()
H A Dglobal.h50 EXTERN SDL_Rect Portrait_Rect; variable
H A Dgraphics.c1314 ScaleRect (Portrait_Rect, scale); in ScaleStatRects()