![]() |
Flutter Engine
The Flutter Engine
|
#include "include/core/SkPoint.h"
#include "include/core/SkScalar.h"
#include "include/core/SkTypes.h"
#include "src/core/SkGeometry.h"
#include "src/pathops/SkIntersections.h"
#include "src/pathops/SkPathOpsConic.h"
#include "src/pathops/SkPathOpsPoint.h"
#include "src/pathops/SkPathOpsQuad.h"
#include "src/pathops/SkPathOpsTypes.h"
#include "tests/PathOpsTestCommon.h"
#include "tests/Test.h"
#include <array>
Go to the source code of this file.
Macros | |
#define | DEBUG_VISUALIZE_CONICS 0 |
Functions | |
static void | chopCompare (const SkConic chopped[2], const SkDConic dChopped[2]) |
static void | chopBothWays (const SkDConic &dConic, double t, const char *name) |
static void | oneOff (skiatest::Reporter *reporter, const ConicPts &conic1, const ConicPts &conic2, bool coin) |
static void | oneOff (skiatest::Reporter *reporter, int outer, int inner) |
static void | oneOffTests (skiatest::Reporter *reporter) |
DEF_TEST (PathOpsConicIntersectionOneOff, reporter) | |
DEF_TEST (PathOpsConicIntersection, reporter) | |
Variables | |
static const ConicPts | testSet [] |
const int | testSetCount = (int) std::size(testSet) |
#define DEBUG_VISUALIZE_CONICS 0 |
Definition at line 72 of file PathOpsConicIntersectionTest.cpp.
|
static |
Definition at line 166 of file PathOpsConicIntersectionTest.cpp.
Definition at line 56 of file PathOpsConicIntersectionTest.cpp.
DEF_TEST | ( | PathOpsConicIntersection | , |
reporter | |||
) |
Definition at line 356 of file PathOpsConicIntersectionTest.cpp.
DEF_TEST | ( | PathOpsConicIntersectionOneOff | , |
reporter | |||
) |
Definition at line 352 of file PathOpsConicIntersectionTest.cpp.
|
static |
Definition at line 304 of file PathOpsConicIntersectionTest.cpp.
|
static |
Definition at line 338 of file PathOpsConicIntersectionTest.cpp.
|
static |
Definition at line 344 of file PathOpsConicIntersectionTest.cpp.
|
static |
Definition at line 28 of file PathOpsConicIntersectionTest.cpp.
Definition at line 54 of file PathOpsConicIntersectionTest.cpp.