Flutter Engine
The Flutter Engine
|
#include "include/core/SkPoint.h"
#include "include/core/SkScalar.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkDebug.h"
#include "src/core/SkGeometry.h"
#include "src/pathops/SkIntersections.h"
#include "src/pathops/SkPathOpsCubic.h"
#include "src/pathops/SkPathOpsDebug.h"
#include "src/pathops/SkPathOpsPoint.h"
#include "src/pathops/SkPathOpsRect.h"
#include "src/pathops/SkPathOpsTypes.h"
#include "src/pathops/SkReduceOrder.h"
#include "tests/PathOpsCubicIntersectionTestData.h"
#include "tests/PathOpsTestCommon.h"
#include "tests/Test.h"
#include <array>
#include <cstdlib>
Go to the source code of this file.
Macros | |
#define | DEBUG_CRASH 0 |
Variables | |
static constexpr int | kFirstCubicIntersectionTest = 9 |
static const CubicPts | testSet [] |
const int | testSetCount = (int) std::size(testSet) |
static const CubicPts | newTestSet [] |
const int | newTestSetCount = (int) std::size(newTestSet) |
static const CubicPts | selfSet [] |
int | selfSetCount = (int) std::size(selfSet) |
static const CubicPts | coinSet [] |
static int | coinSetCount = (int) std::size(coinSet) |
#define DEBUG_CRASH 0 |
Definition at line 477 of file PathOpsCubicIntersectionTest.cpp.
|
static |
Definition at line 708 of file PathOpsCubicIntersectionTest.cpp.
|
static |
Definition at line 628 of file PathOpsCubicIntersectionTest.cpp.
|
static |
Definition at line 479 of file PathOpsCubicIntersectionTest.cpp.
|
static |
Definition at line 714 of file PathOpsCubicIntersectionTest.cpp.
|
static |
Definition at line 680 of file PathOpsCubicIntersectionTest.cpp.
DEF_TEST | ( | PathOpsCubicCoinOneOff | , |
reporter | |||
) |
Definition at line 721 of file PathOpsCubicIntersectionTest.cpp.
DEF_TEST | ( | PathOpsCubicIntersection | , |
reporter | |||
) |
Definition at line 737 of file PathOpsCubicIntersectionTest.cpp.
DEF_TEST | ( | PathOpsCubicIntersectionOneOff | , |
reporter | |||
) |
Definition at line 725 of file PathOpsCubicIntersectionTest.cpp.
DEF_TEST | ( | PathOpsCubicIntersectionTestsOneOff | , |
reporter | |||
) |
Definition at line 729 of file PathOpsCubicIntersectionTest.cpp.
DEF_TEST | ( | PathOpsCubicSelfOneOff | , |
reporter | |||
) |
Definition at line 733 of file PathOpsCubicIntersectionTest.cpp.
|
static |
Definition at line 535 of file PathOpsCubicIntersectionTest.cpp.
|
static |
Definition at line 452 of file PathOpsCubicIntersectionTest.cpp.
|
static |
Definition at line 399 of file PathOpsCubicIntersectionTest.cpp.
|
static |
Definition at line 446 of file PathOpsCubicIntersectionTest.cpp.
|
static |
Definition at line 464 of file PathOpsCubicIntersectionTest.cpp.
|
static |
Definition at line 651 of file PathOpsCubicIntersectionTest.cpp.
|
static |
Definition at line 30 of file PathOpsCubicIntersectionTest.cpp.
|
static |
|
static |
Definition at line 687 of file PathOpsCubicIntersectionTest.cpp.
Definition at line 706 of file PathOpsCubicIntersectionTest.cpp.
|
staticconstexpr |
Definition at line 28 of file PathOpsCubicIntersectionTest.cpp.
|
static |
Definition at line 181 of file PathOpsCubicIntersectionTest.cpp.
const int newTestSetCount = (int) std::size(newTestSet) |
Definition at line 398 of file PathOpsCubicIntersectionTest.cpp.
|
static |
Definition at line 638 of file PathOpsCubicIntersectionTest.cpp.
Definition at line 649 of file PathOpsCubicIntersectionTest.cpp.
|
static |
Definition at line 83 of file PathOpsCubicIntersectionTest.cpp.
Definition at line 179 of file PathOpsCubicIntersectionTest.cpp.