Home
last modified time | relevance | path

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

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/camera/
H A Dcamera.cpp546 memset( imageanim, 0, sizeof(imageanim) ); in subtitle()
597 strncpy(imageanim, in_imageanim, sizeof(imageanim) - 1); in subtitle()
783 if ( strlen(sub.imageanim) ) { in clone()
784 memcpy( imageanim, sub.imageanim, MAX_FILENAME_LEN ); in clone()
786 image_id = bm_load(imageanim); in clone()
788 memset( imageanim, 0, MAX_FILENAME_LEN ); in clone()
H A Dcamera.h128 char imageanim[MAX_FILENAME_LEN]; variable
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/camera/
H A Dcamera.cpp573 memset( imageanim, 0, sizeof(imageanim) ); in subtitle()
622 strncpy(imageanim, in_imageanim, sizeof(imageanim) - 1); in subtitle()
808 if ( strlen(sub.imageanim) ) { in clone()
809 memcpy( imageanim, sub.imageanim, MAX_FILENAME_LEN ); in clone()
811 image_id = bm_load(imageanim); in clone()
813 memset( imageanim, 0, MAX_FILENAME_LEN ); in clone()
H A Dcamera.h128 char imageanim[MAX_FILENAME_LEN]; variable
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dsexp.cpp20755 char *text, *imageanim=NULL; in sexp_show_subtitle() local
20780 imageanim = CTEXT(n); in sexp_show_subtitle()
20842 …subtitle new_subtitle(x_pos, y_pos, text, imageanim, display_time, fade_time, &new_color, -1, cent… in sexp_show_subtitle()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.cpp22178 const char *text, *imageanim = nullptr; in sexp_show_subtitle() local
22203 imageanim = CTEXT(n); in sexp_show_subtitle()
22243 …subtitle new_subtitle(x_pos, y_pos, text, imageanim, display_time, fade_time, &new_color, -1, cent… in sexp_show_subtitle()