Flutter Engine
The Flutter Engine
Classes | Namespaces | Functions
SkShader.h File Reference
#include "include/core/SkColor.h"
#include "include/core/SkFlattenable.h"
#include "include/core/SkRefCnt.h"
#include "include/private/base/SkAPI.h"

Go to the source code of this file.

Classes

class  SkShader
 

Namespaces

namespace  SkShaders
 

Functions

SK_API sk_sp< SkShaderSkShaders::Empty ()
 
SK_API sk_sp< SkShaderSkShaders::Color (SkColor)
 
SK_API sk_sp< SkShaderSkShaders::Color (const SkColor4f &, sk_sp< SkColorSpace >)
 
SK_API sk_sp< SkShaderSkShaders::Blend (SkBlendMode mode, sk_sp< SkShader > dst, sk_sp< SkShader > src)
 
SK_API sk_sp< SkShaderSkShaders::Blend (sk_sp< SkBlender >, sk_sp< SkShader > dst, sk_sp< SkShader > src)
 
SK_API sk_sp< SkShaderSkShaders::CoordClamp (sk_sp< SkShader >, const SkRect &subset)
 
SK_API sk_sp< SkShaderSkShaders::Image (sk_sp< SkImage > image, SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions &options, const SkMatrix *localMatrix=nullptr)
 
SK_API sk_sp< SkShaderSkShaders::RawImage (sk_sp< SkImage > image, SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions &options, const SkMatrix *localMatrix=nullptr)