Flutter Engine
The Flutter Engine
PathOpsDebug.h
Go to the documentation of this file.
1/*
2 * Copyright 2018 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef PathOpsDebug_DEFINED
9#define PathOpsDebug_DEFINED
10
11#include <cstdio>
12
14public:
15 static bool gJson;
16 static bool gMarkJsonFlaky;
17 static bool gOutFirst;
19 static bool gOutputSVG;
20 static FILE* gOut;
21};
22
23#endif
static FILE * gOut
Definition: PathOpsDebug.h:20
static bool gCheckForDuplicateNames
Definition: PathOpsDebug.h:18
static bool gOutputSVG
Definition: PathOpsDebug.h:19
static bool gJson
Definition: PathOpsDebug.h:15
static bool gMarkJsonFlaky
Definition: PathOpsDebug.h:16
static bool gOutFirst
Definition: PathOpsDebug.h:17