Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkBlendMode.h"
#include "include/core/SkBlurTypes.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkColorFilter.h"
#include "include/core/SkMaskFilter.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRRect.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/SkTileMode.h"
#include "include/core/SkTypes.h"
#include "include/effects/SkGradientShader.h"
#include "src/core/SkBlurMask.h"
Go to the source code of this file.
Classes | |
class | SimpleBlurRoundRectGM |
Functions | |
static sk_sp< SkShader > | MakeRadial () |
DEF_SIMPLE_GM (blur_large_rrects, canvas, 300, 300) | |
DEF_SIMPLE_GM | ( | blur_large_rrects | , |
canvas | , | ||
300 | , | ||
300 | |||
) |
Definition at line 106 of file blurroundrect.cpp.
Definition at line 33 of file blurroundrect.cpp.