Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkBlurTypes.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkColorFilter.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkMaskFilter.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkShader.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
Go to the source code of this file.
Functions | |
static SkBitmap | make_alpha_image (int w, int h) |
static sk_sp< SkColorFilter > | make_color_filter () |
DEF_SIMPLE_GM (alpha_image, canvas, 256, 256) | |
DEF_SIMPLE_GM (alpha_image_alpha_tint, canvas, 152, 80) | |
DEF_SIMPLE_GM | ( | alpha_image | , |
canvas | , | ||
256 | , | ||
256 | |||
) |
Definition at line 45 of file alpha_image.cpp.
DEF_SIMPLE_GM | ( | alpha_image_alpha_tint | , |
canvas | , | ||
152 | , | ||
80 | |||
) |
Definition at line 66 of file alpha_image.cpp.
Definition at line 23 of file alpha_image.cpp.
|
static |
Definition at line 36 of file alpha_image.cpp.