Home
last modified time | relevance | path

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

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/SACT/
H A Dsprite.c110 sact.sp[i]->type = SPRITE_NONE; in sp_init()
138 if (sp->type != SPRITE_NONE) { in sp_new()
206 if (sp->type != SPRITE_NONE) { in sp_new_msg()
314 sp->type = SPRITE_NONE; in sp_free()
496 if (sact.sp[wNum]->type == SPRITE_NONE) goto errexit; in sp_query_isexist()
513 if (sp->type == SPRITE_NONE) goto errexit; in sp_query_info()
533 if (sact.sp[wNum]->type == SPRITE_NONE) goto errexit; in sp_query_show()
546 if (sact.sp[wNum]->type == SPRITE_NONE) goto errexit; in sp_query_pos()
566 if (sp->type == SPRITE_NONE) goto errexit; in sp_query_size()
H A Dsact.h104 SPRITE_NONE =-1 enumerator
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/NIGHTDLL/
H A Dsprite.h70 SPRITE_NONE = -1 enumerator
/dports/multimedia/xvid/xvidcore/src/bitstream/
H A Dbitstream.h93 #define SPRITE_NONE 0 macro