Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/itga/
H A Ditga.cxx92 TGAFileFooter* mpFileFooter; member in TGAReader
118 mpFileFooter ( NULL ), in TGAReader()
133 delete mpFileFooter; in ~TGAReader()
196 mpFileFooter = new TGAFileFooter; // read the TGA-File-Footer to determine whether in ImplReadHeader()
197 if ( mpFileFooter ) // we got an old TGA format or the new one in ImplReadHeader()
204 *mpTGA >> mpFileFooter->nExtensionFileOffset >> mpFileFooter->nDeveloperDirectoryOffset >> in ImplReadHeader()
205mpFileFooter->nSignature[0] >> mpFileFooter->nSignature[1] >> mpFileFooter->nSignature[2] >> in ImplReadHeader()
206mpFileFooter->nSignature[3] >> mpFileFooter->nPadByte >> mpFileFooter->nStringTerminator; in ImplReadHeader()
209 if ( mpFileFooter->nSignature[ 0 ] == (('T'<<24)|('R'<<16)|('U'<<8)|'E') && in ImplReadHeader()
210 mpFileFooter->nSignature[ 1 ] == (('V'<<24)|('I'<<16)|('S'<<8)|'I') && in ImplReadHeader()
[all …]