Flutter Engine
The Flutter Engine
|
#include "src/pathops/SkOpEdgeBuilder.h"
#include "include/core/SkPath.h"
#include "include/core/SkPoint.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkFloatingPoint.h"
#include "src/base/SkTSort.h"
#include "src/core/SkGeometry.h"
#include "src/core/SkPathPriv.h"
#include "src/pathops/SkPathOpsCubic.h"
#include "src/pathops/SkPathOpsPoint.h"
#include "src/pathops/SkReduceOrder.h"
#include <algorithm>
#include <array>
Go to the source code of this file.
Functions | |
static SkPoint | force_small_to_zero (const SkPoint &pt) |
static bool | can_add_curve (SkPath::Verb verb, SkPoint *curve) |
|
static |
Definition at line 43 of file SkOpEdgeBuilder.cpp.
Definition at line 32 of file SkOpEdgeBuilder.cpp.