Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations | Functions
SkImageFilterTypes.h File Reference
#include "include/core/SkColorFilter.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkSamplingOptions.h"
#include "include/core/SkScalar.h"
#include "include/core/SkSize.h"
#include "include/core/SkSpan.h"
#include "include/core/SkSurfaceProps.h"
#include "include/core/SkTileMode.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkFloatingPoint.h"
#include "include/private/base/SkTArray.h"
#include "include/private/base/SkTPin.h"
#include "include/private/base/SkTo.h"
#include "src/base/SkEnumBitMask.h"
#include "src/core/SkSpecialImage.h"
#include <cstdint>
#include <optional>
#include <utility>

Go to the source code of this file.

Classes

struct  skif::IVector
 
struct  skif::Vector
 
class  skif::ParameterSpace< T >
 
class  skif::DeviceSpace< T >
 
class  skif::LayerSpace< T >
 
class  skif::LayerSpace< IVector >
 
class  skif::LayerSpace< Vector >
 
class  skif::LayerSpace< SkIPoint >
 
class  skif::LayerSpace< SkPoint >
 
class  skif::LayerSpace< SkISize >
 
class  skif::LayerSpace< SkSize >
 
class  skif::LayerSpace< SkIRect >
 
class  skif::LayerSpace< SkRect >
 
class  skif::LayerSpace< SkMatrix >
 
class  skif::Mapping
 
class  skif::FilterResult
 
class  skif::FilterResult::Builder
 
class  skif::Backend
 
struct  skif::Stats
 
class  skif::Context
 

Namespaces

namespace  skif
 

Enumerations

enum class  skif::MatrixCapability { skif::kTranslate , skif::kScaleTranslate , skif::kComplex }
 

Functions

SkIRect skif::RoundOut (SkRect r)
 
SkIRect skif::RoundIn (SkRect r)
 
sk_sp< Backendskif::MakeRasterBackend (const SkSurfaceProps &surfaceProps, SkColorType colorType)