Flutter Engine
The Flutter Engine
|
#include "include/core/SkTypes.h"
#include "include/private/base/SkDebug.h"
#include "include/private/base/SkMath.h"
#include "src/pathops/SkPathOpsQuad.h"
#include "src/pathops/SkReduceOrder.h"
#include "tests/PathOpsQuadIntersectionTestData.h"
#include "tests/PathOpsTestCommon.h"
#include "tests/Test.h"
#include <array>
#include <cstddef>
Go to the source code of this file.
Functions | |
static void | oneOffTest (skiatest::Reporter *reporter) |
static void | standardTestCases (skiatest::Reporter *reporter) |
DEF_TEST (PathOpsReduceOrderQuad, reporter) | |
Variables | |
static const QuadPts | testSet [] |
static const size_t | testSetCount = std::size(testSet) |
DEF_TEST | ( | PathOpsReduceOrderQuad | , |
reporter | |||
) |
Definition at line 77 of file PathOpsQuadReduceOrderTest.cpp.
|
static |
Definition at line 26 of file PathOpsQuadReduceOrderTest.cpp.
|
static |
Definition at line 37 of file PathOpsQuadReduceOrderTest.cpp.
|
static |
Definition at line 19 of file PathOpsQuadReduceOrderTest.cpp.
|
static |
Definition at line 24 of file PathOpsQuadReduceOrderTest.cpp.