Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Mask_Filter_Methods.cpp
Go to the documentation of this file.
1// Copyright 2019 Google LLC.
2// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
4// HASH=55d7b9d482ac8e17a6153f555a8adb8d
5REG_FIDDLE(Mask_Filter_Methods, 256, 256, false, 0) {
6void draw(SkCanvas* canvas) {
9 canvas->drawRect(SkRect::MakeXYWH(40, 40, 175, 175), paint);
10}
11} // END FIDDLE
@ kSolid_SkBlurStyle
solid inside, fuzzy outside
Definition SkBlurTypes.h:13
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition aaclip.cpp:27
void drawRect(const SkRect &rect, const SkPaint &paint)
static sk_sp< SkMaskFilter > MakeBlur(SkBlurStyle style, SkScalar sigma, bool respectCTM=true)
const Paint & paint
#define REG_FIDDLE(NAME, W, H, TEXT, I)
Definition examples.h:60
static constexpr SkRect MakeXYWH(float x, float y, float w, float h)
Definition SkRect.h:659