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/SkImage.h"
#include "include/core/SkImageFilter.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPoint.h"
#include "include/core/SkPoint3.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/SkSurface.h"
#include "include/core/SkTileMode.h"
#include "include/core/SkTypes.h"
#include "include/effects/SkGradientShader.h"
#include "include/effects/SkImageFilters.h"
#include "include/effects/SkPerlinNoiseShader.h"
#include "tools/DecodeUtils.h"
#include "tools/ToolUtils.h"
#include <utility>
Go to the source code of this file.
Classes | |
class | skiagm::ImageFiltersClippedGM |
Namespaces | |
namespace | skiagm |
Macros | |
#define | RESIZE_FACTOR_X SkIntToScalar(2) |
#define | RESIZE_FACTOR_Y SkIntToScalar(5) |
Functions | |
static sk_sp< SkImage > | make_gradient_circle (int width, int height) |
static void | draw_clipped_filter (SkCanvas *canvas, sk_sp< SkImageFilter > filter, size_t i, const SkRect &primBounds, const SkRect &clipBounds) |
DEF_SIMPLE_GM (imagefilter_convolve_subset, canvas, 160, 180) | |
#define RESIZE_FACTOR_X SkIntToScalar(2) |
Definition at line 35 of file imagefiltersclipped.cpp.
#define RESIZE_FACTOR_Y SkIntToScalar(5) |
Definition at line 36 of file imagefiltersclipped.cpp.
DEF_SIMPLE_GM | ( | imagefilter_convolve_subset | , |
canvas | , | ||
160 | , | ||
180 | |||
) |
Definition at line 157 of file imagefiltersclipped.cpp.
|
static |
Definition at line 55 of file imagefiltersclipped.cpp.
Definition at line 38 of file imagefiltersclipped.cpp.