Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Variables
PathOpsCubicIntersectionTestData.cpp File Reference
#include "src/pathops/SkPathOpsTypes.h"
#include "tests/PathOpsCubicIntersectionTestData.h"
#include <array>
#include <cfloat>

Go to the source code of this file.

Namespaces

namespace  PathOpsCubicIntersectionTestData
 

Variables

static const double PathOpsCubicIntersectionTestData::D = FLT_EPSILON / 2
 
static const double PathOpsCubicIntersectionTestData::G = FLT_EPSILON / 3
 
static const double PathOpsCubicIntersectionTestData::N = -FLT_EPSILON / 2
 
static const double PathOpsCubicIntersectionTestData::M = -FLT_EPSILON / 3
 
const CubicPts PathOpsCubicIntersectionTestData::pointDegenerates []
 
const size_t PathOpsCubicIntersectionTestData::pointDegenerates_count = std::size(pointDegenerates)
 
const CubicPts PathOpsCubicIntersectionTestData::notPointDegenerates []
 
const size_t PathOpsCubicIntersectionTestData::notPointDegenerates_count
 
const CubicPts PathOpsCubicIntersectionTestData::tests [][2]
 
const size_t PathOpsCubicIntersectionTestData::tests_count = std::size(tests)
 
const CubicPts PathOpsCubicIntersectionTestData::lines []
 
const size_t PathOpsCubicIntersectionTestData::lines_count = std::size(lines)
 
const CubicPts PathOpsCubicIntersectionTestData::notLines []
 
const size_t PathOpsCubicIntersectionTestData::notLines_count = std::size(notLines)
 
static const double PathOpsCubicIntersectionTestData::E = FLT_EPSILON * 8
 
static const double PathOpsCubicIntersectionTestData::F = FLT_EPSILON * 8
 
const CubicPts PathOpsCubicIntersectionTestData::modEpsilonLines []
 
const size_t PathOpsCubicIntersectionTestData::modEpsilonLines_count = std::size(modEpsilonLines)
 
const CubicPts PathOpsCubicIntersectionTestData::lessEpsilonLines []
 
const size_t PathOpsCubicIntersectionTestData::lessEpsilonLines_count = std::size(lessEpsilonLines)
 
const CubicPts PathOpsCubicIntersectionTestData::negEpsilonLines []
 
const size_t PathOpsCubicIntersectionTestData::negEpsilonLines_count = std::size(negEpsilonLines)