Flutter Engine
The Flutter Engine
|
#include "include/core/SkTypes.h"
#include "src/pathops/SkPathOpsCubic.h"
#include "src/pathops/SkPathOpsPoint.h"
#include "src/pathops/SkPathOpsQuad.h"
#include "src/pathops/SkPathOpsRect.h"
#include "tests/PathOpsTestCommon.h"
#include "tests/Test.h"
#include <array>
#include <cstddef>
Go to the source code of this file.
Functions | |
static void | setRawBounds (const SkDQuad &quad, SkDRect *rect) |
static void | setRawBounds (const SkDCubic &cubic, SkDRect *rect) |
DEF_TEST (PathOpsDRect, reporter) | |
Variables | |
static const QuadPts | quadTests [] |
static const CubicPts | cubicTests [] |
static const size_t | quadTests_count = std::size(quadTests) |
static const size_t | cubicTests_count = std::size(cubicTests) |
DEF_TEST | ( | PathOpsDRect | , |
reporter | |||
) |
Definition at line 48 of file PathOpsDRectTest.cpp.
Definition at line 35 of file PathOpsDRectTest.cpp.
|
static |
Definition at line 26 of file PathOpsDRectTest.cpp.
|
static |
Definition at line 33 of file PathOpsDRectTest.cpp.
|
static |
Definition at line 18 of file PathOpsDRectTest.cpp.
|
static |
Definition at line 32 of file PathOpsDRectTest.cpp.