Flutter Engine
The Flutter Engine
|
#include "include/core/SkPoint.h"
#include "include/core/SkScalar.h"
#include "include/core/SkTypes.h"
#include "src/core/SkGeometry.h"
#include "src/gpu/tessellate/Tessellation.h"
#include "tests/Test.h"
#include <cmath>
#include <cstdint>
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | skgpu |
namespace | skgpu::tess |
Functions | |
static bool | skgpu::tess::is_linear (SkPoint p0, SkPoint p1, SkPoint p2) |
static bool | skgpu::tess::is_linear (const SkPoint p[4]) |
static void | skgpu::tess::check_cubic_convex_180 (skiatest::Reporter *r, const SkPoint p[4]) |
skgpu::tess::DEF_TEST (FindCubicConvex180Chops, r) | |