| 866 | } |
| 867 | |
| 868 | bool Image::LoadFromFile(const String& filePath, const ImageParams& params) |
| 869 | { |
| 870 | return ImageLoader::LoadFromFile(this, filePath, params); |
| 871 | } |
| 872 | |
| 873 | bool Image::LoadFromMemory(const void* data, std::size_t size, const ImageParams& params) |
| 874 | { |
no outgoing calls
no test coverage detected