Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkFont.h"
#include "include/core/SkImageFilter.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPixelRef.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/effects/SkImageFilters.h"
#include "include/effects/SkRuntimeEffect.h"
#include "src/base/SkRandom.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
#include "tools/ToolUtils.h"
#include "tools/fonts/FontToolUtils.h"
#include <string_view>
Go to the source code of this file.
Functions | |
static sk_sp< SkImageFilter > | make_filter () |
DEF_SIMPLE_GM_BG (rtif_distort, canvas, 500, 750, SK_ColorBLACK) | |
DEF_SIMPLE_GM (rtif_unsharp, canvas, 512, 256) | |
DEF_SIMPLE_GM | ( | rtif_unsharp | , |
canvas | , | ||
512 | , | ||
256 | |||
) |
Definition at line 81 of file runtimeimagefilter.cpp.
DEF_SIMPLE_GM_BG | ( | rtif_distort | , |
canvas | , | ||
500 | , | ||
750 | , | ||
SK_ColorBLACK | |||
) |
Definition at line 44 of file runtimeimagefilter.cpp.
|
static |
Definition at line 29 of file runtimeimagefilter.cpp.