Flutter Engine
The Flutter Engine
|
#include "include/core/SkTypes.h"
#include "include/private/base/SkDebug.h"
#include "src/pathops/SkIntersections.h"
#include "src/pathops/SkPathOpsCubic.h"
#include "src/pathops/SkPathOpsDebug.h"
#include "src/pathops/SkPathOpsLine.h"
#include "src/pathops/SkPathOpsPoint.h"
#include "src/pathops/SkReduceOrder.h"
#include "tests/PathOpsTestCommon.h"
#include "tests/Test.h"
#include <array>
#include <cstddef>
#include <utility>
Go to the source code of this file.
Classes | |
struct | lineCubic |
Functions | |
static void | testFail (skiatest::Reporter *reporter, int iIndex) |
static int | doIntersect (SkIntersections &intersections, const SkDCubic &cubic, const SkDLine &line) |
static void | testOne (skiatest::Reporter *reporter, int iIndex) |
DEF_TEST (PathOpsFailCubicLineIntersection, reporter) | |
DEF_TEST (PathOpsCubicLineIntersection, reporter) | |
DEF_TEST (PathOpsCubicLineIntersectionOneOff, reporter) | |
Variables | |
static lineCubic | failLineCubicTests [] |
static const size_t | failLineCubicTests_count = std::size(failLineCubicTests) |
static lineCubic | lineCubicTests [] |
static const size_t | lineCubicTests_count = std::size(lineCubicTests) |
DEF_TEST | ( | PathOpsCubicLineIntersection | , |
reporter | |||
) |
Definition at line 194 of file PathOpsCubicLineIntersectionTest.cpp.
DEF_TEST | ( | PathOpsCubicLineIntersectionOneOff | , |
reporter | |||
) |
Definition at line 202 of file PathOpsCubicLineIntersectionTest.cpp.
DEF_TEST | ( | PathOpsFailCubicLineIntersection | , |
reporter | |||
) |
Definition at line 186 of file PathOpsCubicLineIntersectionTest.cpp.
|
static |
Definition at line 109 of file PathOpsCubicLineIntersectionTest.cpp.
|
static |
Definition at line 35 of file PathOpsCubicLineIntersectionTest.cpp.
|
static |
Definition at line 137 of file PathOpsCubicLineIntersectionTest.cpp.
|
static |
Definition at line 27 of file PathOpsCubicLineIntersectionTest.cpp.
|
static |
Definition at line 33 of file PathOpsCubicLineIntersectionTest.cpp.
|
static |
Definition at line 61 of file PathOpsCubicLineIntersectionTest.cpp.
|
static |
Definition at line 107 of file PathOpsCubicLineIntersectionTest.cpp.