Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Macros | Functions
Path_IsInverseFillType.cpp File Reference
#include "tools/fiddle/examples.h"

Go to the source code of this file.

Macros

#define nameValue(fill)   { SkPathFillType::fill, #fill }
 

Functions

 REG_FIDDLE (Path_IsInverseFillType, 256, 256, true, 0)
 

Macro Definition Documentation

◆ nameValue

#define nameValue (   fill)    { SkPathFillType::fill, #fill }

Function Documentation

◆ REG_FIDDLE()

REG_FIDDLE ( Path_IsInverseFillType  ,
256  ,
256  ,
true  ,
 
)

Definition at line 5 of file Path_IsInverseFillType.cpp.

5 {
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
const char * name
Definition fuchsia.cc:50