Searched refs:mpExtension (Results 1 – 1 of 1) sorted by relevance
93 TGAExtension* mpExtension; member in TGAReader119 mpExtension ( NULL ), in TGAReader()132 delete mpExtension; in ~TGAReader()214 mpExtension = new TGAExtension; in ImplReadHeader()215 if ( mpExtension ) in ImplReadHeader()218 *mpTGA >> mpExtension->nExtensionSize; in ImplReadHeader()219 if ( mpExtension->nExtensionSize >= SizeOfTGAExtension ) in ImplReadHeader()223 mpTGA->Read( mpExtension->sAuthorName, 41 ); in ImplReadHeader()224 mpTGA->Read( mpExtension->sAuthorComment, 324 ); in ImplReadHeader()225 mpTGA->Read( mpExtension->sDateTimeStamp, 12 ); in ImplReadHeader()[all …]