Flutter Engine
The Flutter Engine
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.
4REG_FIDDLE(Path_IsInverseFillType, 256, 256, true, 0) {
5#define nameValue(fill) { SkPathFillType::fill, #fill }
6
7void draw(SkCanvas* canvas) {
8 struct {
10 const char* name;
11 } fills[] = {
16 };
17 for (auto fill: fills ) {
18 SkDebugf("IsInverseFillType(%s) == %s\n", fill.name, SkPathFillType_IsInverse(fill.fill) ?
19 "true" : "false");
20 }
21}
22} // END FIDDLE
REG_FIDDLE(Path_IsInverseFillType, 256, 256, true, 0)
#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
DEF_SWITCHES_START aot vmservice shared library name
Definition: switches.h:32