Flutter Engine
The Flutter Engine
|
#include "include/core/SkPath.h"
#include "include/core/SkPoint.h"
#include "include/core/SkScalar.h"
#include "include/core/SkString.h"
#include "include/core/SkTypes.h"
#include "include/pathops/SkPathOps.h"
#include "include/private/base/SkTDArray.h"
#include "tests/PathOpsDebug.h"
#include "tests/PathOpsExtendedTest.h"
#include "tests/PathOpsThreadedCommon.h"
#include "tests/Test.h"
#include <atomic>
Go to the source code of this file.
Functions | |
static void | add_point (SkString *str, SkScalar x, SkScalar y) |
static void | testOpLoopsMain (PathOpsThreadState *data) |
DEF_TEST (PathOpsOpLoopsThreaded, reporter) | |
Variables | |
static int | loopNo = 17 |
static std::atomic< int > | gLoopsTestNo {0} |
Definition at line 23 of file PathOpsOpLoopThreadedTest.cpp.
DEF_TEST | ( | PathOpsOpLoopsThreaded | , |
reporter | |||
) |
Definition at line 100 of file PathOpsOpLoopThreadedTest.cpp.
|
static |
Definition at line 41 of file PathOpsOpLoopThreadedTest.cpp.
|
static |
Definition at line 39 of file PathOpsOpLoopThreadedTest.cpp.
|
static |
Definition at line 21 of file PathOpsOpLoopThreadedTest.cpp.