Skia
2D Graphics Library
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"
Include dependency graph for SkShader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SkShader
 Shaders specify the source color(s) for what is being drawn. More...
 

Namespaces

 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)