Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
modecolorfilters.cpp File Reference
#include "gm/gm.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkBlendMode.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkColorFilter.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkShader.h"
#include "include/core/SkSize.h"
#include "include/core/SkString.h"
#include "include/core/SkTileMode.h"
#include "include/core/SkTypes.h"
#include "include/effects/SkGradientShader.h"
#include "tools/ToolUtils.h"

Go to the source code of this file.

Classes

class  skiagm::ModeColorFilterGM
 

Namespaces

namespace  skiagm
 

Macros

#define WIDTH   512
 
#define HEIGHT   1024
 

Functions

static sk_sp< SkShaderskiagm::make_color_shader (SkColor color)
 
static sk_sp< SkShaderskiagm::make_solid_shader ()
 
static sk_sp< SkShaderskiagm::make_transparent_shader ()
 
static sk_sp< SkShaderskiagm::make_trans_black_shader ()
 
static sk_sp< SkShaderskiagm::make_bg_shader (int checkSize)
 

Macro Definition Documentation

◆ HEIGHT

#define HEIGHT   1024

Definition at line 28 of file modecolorfilters.cpp.

◆ WIDTH

#define WIDTH   512

Definition at line 27 of file modecolorfilters.cpp.