Go to the source code of this file.
|
| REG_FIDDLE (Bitmap_extractAlpha_3, 256, 128, false, 0) |
|
◆ REG_FIDDLE()
REG_FIDDLE |
( |
Bitmap_extractAlpha_3 |
, |
|
|
256 |
, |
|
|
128 |
, |
|
|
false |
, |
|
|
0 |
|
|
) |
| |
Definition at line 4 of file Bitmap_extractAlpha_3.cpp.
4 {
7 bitmap.allocN32Pixels(100, 100);
9 offscreen.clear(0);
11 paint.setAntiAlias(
true);
14 paint.setStrokeWidth(20);
15 offscreen.drawCircle(50, 50, 39,
paint);
22}
23}
@ kOuter_SkBlurStyle
nothing inside, fuzzy outside
constexpr SkColor SK_ColorBLUE
constexpr SkColor SK_ColorRED
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
sk_sp< SkImage > asImage() const
void drawImage(const SkImage *image, SkScalar left, SkScalar top)
static sk_sp< SkMaskFilter > MakeBlur(SkBlurStyle style, SkScalar sigma, bool respectCTM=true)
@ kStroke_Style
set to stroke geometry