Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageFilter.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkSurface.h"
#include "include/effects/SkImageFilters.h"
#include "tools/ToolUtils.h"
#include <utility>
Go to the source code of this file.
Typedefs | |
typedef sk_sp< SkImageFilter >(* | ImageFilterFactory) () |
Functions | |
static sk_sp< SkImage > | make_image (SkCanvas *rootCanvas) |
static void | show_image (SkCanvas *canvas, SkImage *image, sk_sp< SkImageFilter > filter) |
DEF_SIMPLE_GM (localmatriximagefilter, canvas, 640, 640) | |
typedef sk_sp< SkImageFilter >(* ImageFilterFactory) () |
Definition at line 48 of file localmatriximagefilter.cpp.
DEF_SIMPLE_GM | ( | localmatriximagefilter | , |
canvas | , | ||
640 | , | ||
640 | |||
) |
Definition at line 51 of file localmatriximagefilter.cpp.
Definition at line 25 of file localmatriximagefilter.cpp.
|
static |
Definition at line 36 of file localmatriximagefilter.cpp.