Flutter Engine
 
Loading...
Searching...
No Matches
dl_sampling_options.h File Reference

Go to the source code of this file.

Namespaces

namespace  flutter
 

Enumerations

enum class  flutter::DlFilterMode {
  flutter::kNearest ,
  flutter::kLinear ,
  flutter::kLast = kLinear
}
 
enum class  flutter::DlImageSampling {
  flutter::kNearestNeighbor ,
  flutter::kLinear ,
  flutter::kMipmapLinear ,
  flutter::kCubic
}