Flutter Engine
The Flutter Engine
|
#include "include/core/SkTypes.h"
#include "include/private/base/SkMalloc.h"
#include "include/private/base/SkTDArray.h"
#include "src/pathops/SkIntersections.h"
#include "src/pathops/SkPathOpsCubic.h"
#include "src/pathops/SkPathOpsLine.h"
#include "src/pathops/SkPathOpsPoint.h"
#include "tests/PathOpsTestCommon.h"
#include "tests/Test.h"
#include <array>
Go to the source code of this file.
Classes | |
struct | Curve |
struct | TestSet |
Functions | |
static void | testSetTest (skiatest::Reporter *reporter, int index) |
DEF_TEST (PathOpsThreeWay, reporter) | |
DEF_TEST (PathOpsThreeWayOneOff, reporter) | |
Variables | |
static const Curve | testSet0 [] |
static const Curve | testSet1 [] |
static const struct TestSet | testSets [] |
static const int | testSetsCount = (int) std::size(testSets) |
DEF_TEST | ( | PathOpsThreeWay | , |
reporter | |||
) |
Definition at line 81 of file PathOpsThreeWayTest.cpp.
DEF_TEST | ( | PathOpsThreeWayOneOff | , |
reporter | |||
) |
Definition at line 88 of file PathOpsThreeWayTest.cpp.
|
static |
Definition at line 49 of file PathOpsThreeWayTest.cpp.
|
static |
Definition at line 26 of file PathOpsThreeWayTest.cpp.
|
static |
Definition at line 32 of file PathOpsThreeWayTest.cpp.
|
static |
Definition at line 47 of file PathOpsThreeWayTest.cpp.