Lines Matching refs:resPixelBasedImage
810 ResPixelBasedImage resPixelBasedImage = this->GetImage(); in DynamicDestroy() local
812 if (resPixelBasedImage.IsValid()) in DynamicDestroy()
815 if (resPixelBasedImage.ptr()->toImageDataTable.to_ptr() != NULL) in DynamicDestroy()
817 allocator->Free(resPixelBasedImage.ptr()->toImageDataTable.to_ptr()); in DynamicDestroy()
818 resPixelBasedImage.ptr()->toImageDataTable.set_ptr(NULL); in DynamicDestroy()
822 allocator->Free(resPixelBasedImage.ptr()); in DynamicDestroy()
825 resPixelBasedImage.ptr()->m_DynamicAllocator = NULL; in DynamicDestroy()
842 ResPixelBasedImage resPixelBasedImage = this->GetImage(); in DynamicDestroy() local
844 if(resPixelBasedImage.IsValid()) in DynamicDestroy()
847 if (resPixelBasedImage.ptr()->toImageDataTable.to_ptr() != NULL) in DynamicDestroy()
849 allocator->Free(resPixelBasedImage.ptr()->toImageDataTable.to_ptr()); in DynamicDestroy()
850 resPixelBasedImage.ptr()->toImageDataTable.set_ptr(NULL); in DynamicDestroy()
854 allocator->Free(resPixelBasedImage.ptr()); in DynamicDestroy()
857 resPixelBasedImage.ptr()->m_DynamicAllocator = NULL; in DynamicDestroy()