Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkData.h"
#include "include/core/SkPaint.h"
#include "include/core/SkString.h"
#include "include/effects/SkGradientShader.h"
#include "include/effects/SkRuntimeEffect.h"
#include "src/core/SkColorFilterPriv.h"
Go to the source code of this file.
Functions | |
static sk_sp< SkShader > | color_shader (SkColor4f color) |
static sk_sp< SkShader > | paint_color_shader () |
static sk_sp< SkShader > | raw_shader (SkColor4f color) |
static sk_sp< SkShader > | managed_shader (SkColor4f color) |
static sk_sp< SkShader > | gradient_shader () |
static sk_sp< SkColorFilter > | raw_cf (SkColor4f color) |
static sk_sp< SkColorFilter > | managed_cf (SkColor4f color) |
static sk_sp< SkColorFilter > | indirect_cf (SkColor4f color) |
static sk_sp< SkColorFilter > | mode_cf (SkColor4f color) |
static sk_sp< SkColorFilter > | spin (sk_sp< SkColorFilter > cf) |
static sk_sp< SkShader > | spin (sk_sp< SkShader > shader) |
static sk_sp< SkShader > | linear (sk_sp< SkShader > shader) |
DEF_SIMPLE_GM_CAN_FAIL (workingspace, canvas, errorMsg, 200, 350) | |
Definition at line 20 of file workingspace.cpp.
DEF_SIMPLE_GM_CAN_FAIL | ( | workingspace | , |
canvas | , | ||
errorMsg | , | ||
200 | , | ||
350 | |||
) |
Definition at line 94 of file workingspace.cpp.
Definition at line 52 of file workingspace.cpp.
|
static |
Definition at line 70 of file workingspace.cpp.
Definition at line 90 of file workingspace.cpp.
|
static |
Definition at line 64 of file workingspace.cpp.
Definition at line 46 of file workingspace.cpp.
|
static |
Definition at line 78 of file workingspace.cpp.
Definition at line 32 of file workingspace.cpp.
|
static |
Definition at line 58 of file workingspace.cpp.
Definition at line 40 of file workingspace.cpp.
|
static |
Definition at line 82 of file workingspace.cpp.
Definition at line 86 of file workingspace.cpp.