Searched refs:mpFileFooter (Results 1 – 1 of 1) sorted by relevance
92 TGAFileFooter* mpFileFooter; member in TGAReader118 mpFileFooter ( NULL ), in TGAReader()133 delete mpFileFooter; in ~TGAReader()197 if ( mpFileFooter ) // we got an old TGA format or the new one in ImplReadHeader()204 *mpTGA >> mpFileFooter->nExtensionFileOffset >> mpFileFooter->nDeveloperDirectoryOffset >> in ImplReadHeader()205 mpFileFooter->nSignature[0] >> mpFileFooter->nSignature[1] >> mpFileFooter->nSignature[2] >> in ImplReadHeader()206 mpFileFooter->nSignature[3] >> mpFileFooter->nPadByte >> mpFileFooter->nStringTerminator; in ImplReadHeader()210 mpFileFooter->nSignature[ 1 ] == (('V'<<24)|('I'<<16)|('S'<<8)|'I') && in ImplReadHeader()211 mpFileFooter->nSignature[ 2 ] == (('O'<<24)|('N'<<16)|('-'<<8)|'X') && in ImplReadHeader()212 mpFileFooter->nSignature[ 3 ] == (('F'<<24)|('I'<<16)|('L'<<8)|'E') ) in ImplReadHeader()[all …]
Completed in 6 milliseconds