Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Path_IsInverseFillType.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=1453856a9d0c73e8192bf298c4143563
5REG_FIDDLE(Path_IsInverseFillType, 256, 256, true, 0) {
6#define nameValue(fill) { SkPathFillType::fill, #fill }
7
8void draw(SkCanvas* canvas) {
9 struct {
10 SkPathFillType fill;
11 const char* name;
12 } fills[] = {
17 };
18 for (auto fill: fills ) {
19 SkDebugf("IsInverseFillType(%s) == %s\n", fill.name, SkPathFillType_IsInverse(fill.fill) ?
20 "true" : "false");
21 }
22}
23} // END FIDDLE
#define nameValue(fill)
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1
static bool SkPathFillType_IsInverse(SkPathFillType ft)
Definition SkPathTypes.h:26
SkPathFillType
Definition SkPathTypes.h:11
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition aaclip.cpp:27
#define REG_FIDDLE(NAME, W, H, TEXT, I)
Definition examples.h:60
const char * name
Definition fuchsia.cc:50