Flutter Engine
The Flutter Engine
|
#include "include/core/SkTypes.h"
#include "include/private/base/SkDebug.h"
#include "src/pathops/SkLineParameters.h"
#include "src/pathops/SkPathOpsCubic.h"
#include "src/pathops/SkPathOpsTypes.h"
#include "tests/PathOpsTestCommon.h"
#include "tests/Test.h"
#include <array>
#include <cfloat>
#include <cmath>
#include <cstddef>
Go to the source code of this file.
Functions | |
DEF_TEST (PathOpsLineParameters, reporter) | |
Variables | |
static const CubicPts | tests [] |
static const double | answers [][2] |
static const size_t | tests_count = std::size(tests) |
DEF_TEST | ( | PathOpsLineParameters | , |
reporter | |||
) |
Definition at line 49 of file PathOpsLineParametetersTest.cpp.
|
static |
Definition at line 34 of file PathOpsLineParametetersTest.cpp.
|
static |
Definition at line 21 of file PathOpsLineParametetersTest.cpp.
|
static |
Definition at line 47 of file PathOpsLineParametetersTest.cpp.