Flutter Engine
The Flutter Engine
Static Public Attributes | List of all members
flutter::testing::SkImageSampling Class Reference

Static Public Attributes

static constexpr SkSamplingOptions kNearestNeighbor
 
static constexpr SkSamplingOptions kLinear
 
static constexpr SkSamplingOptions kMipmapLinear
 
static constexpr SkSamplingOptions kCubic
 

Detailed Description

Definition at line 159 of file dl_rendering_unittests.cc.

Member Data Documentation

◆ kCubic

constexpr SkSamplingOptions flutter::testing::SkImageSampling::kCubic
staticconstexpr
Initial value:
=
SkSamplingOptions(SkCubicResampler{1 / 3.0f, 1 / 3.0f})
SkSamplingOptions(SkFilterMode::kLinear))

Definition at line 167 of file dl_rendering_unittests.cc.

◆ kLinear

constexpr SkSamplingOptions flutter::testing::SkImageSampling::kLinear
staticconstexpr
Initial value:

Definition at line 163 of file dl_rendering_unittests.cc.

◆ kMipmapLinear

constexpr SkSamplingOptions flutter::testing::SkImageSampling::kMipmapLinear
staticconstexpr

◆ kNearestNeighbor

constexpr SkSamplingOptions flutter::testing::SkImageSampling::kNearestNeighbor
staticconstexpr
Initial value:

Definition at line 161 of file dl_rendering_unittests.cc.


The documentation for this class was generated from the following file: