Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp946 ResPixelBasedImage resPixelBasedImage = this->GetImage(); in DynamicDestroy() local
948 if (resPixelBasedImage.IsValid()) in DynamicDestroy()
951 if (resPixelBasedImage.ptr()->toImageDataTable.to_ptr() != NULL) in DynamicDestroy()
953 allocator->Free(resPixelBasedImage.ptr()->toImageDataTable.to_ptr()); in DynamicDestroy()
957 allocator->Free(resPixelBasedImage.ptr()); in DynamicDestroy()
1006 ResPixelBasedImage resPixelBasedImage = this->GetImage(); in DynamicDestroy() local
1008 if(resPixelBasedImage.IsValid()) in DynamicDestroy()
1011 if (resPixelBasedImage.ptr()->toImageDataTable.to_ptr() != NULL) in DynamicDestroy()
1013 allocator->Free(resPixelBasedImage.ptr()->toImageDataTable.to_ptr()); in DynamicDestroy()
1017 allocator->Free(resPixelBasedImage.ptr()); in DynamicDestroy()