Flutter Engine
The Flutter Engine
|
#include "src/gpu/tessellate/Tessellation.h"
#include "include/core/SkPath.h"
#include "include/core/SkPathTypes.h"
#include "include/core/SkRect.h"
#include "include/private/base/SkFloatingPoint.h"
#include "include/private/base/SkTArray.h"
#include "src/base/SkUtils.h"
#include "src/base/SkVx.h"
#include "src/core/SkGeometry.h"
#include "src/core/SkPathPriv.h"
#include "src/gpu/tessellate/CullTest.h"
#include "src/gpu/tessellate/WangsFormula.h"
Go to the source code of this file.
Namespaces | |
namespace | skgpu |
namespace | skgpu::tess |
Functions | |
SkPath | skgpu::tess::PreChopPathCurves (float tessellationPrecision, const SkPath &path, const SkMatrix &matrix, const SkRect &viewport) |
int | skgpu::tess::FindCubicConvex180Chops (const SkPoint pts[], float T[2], bool *areCusps) |