Flutter Engine
The Flutter Engine
|
#include "src/pathops/SkReduceOrder.h"
#include "include/core/SkPoint.h"
#include "src/core/SkGeometry.h"
#include "src/pathops/SkPathOpsPoint.h"
#include "src/pathops/SkPathOpsTypes.h"
#include <algorithm>
#include <cmath>
Go to the source code of this file.
Functions | |
static int | coincident_line (const SkDQuad &quad, SkDQuad &reduction) |
static int | reductionLineCount (const SkDQuad &reduction) |
static int | vertical_line (const SkDQuad &quad, SkDQuad &reduction) |
static int | horizontal_line (const SkDQuad &quad, SkDQuad &reduction) |
static int | check_linear (const SkDQuad &quad, int minX, int maxX, int minY, int maxY, SkDQuad &reduction) |
static int | coincident_line (const SkDCubic &cubic, SkDCubic &reduction) |
static int | reductionLineCount (const SkDCubic &reduction) |
static int | vertical_line (const SkDCubic &cubic, SkDCubic &reduction) |
static int | horizontal_line (const SkDCubic &cubic, SkDCubic &reduction) |
static int | check_quadratic (const SkDCubic &cubic, SkDCubic &reduction) |
static int | check_linear (const SkDCubic &cubic, int minX, int maxX, int minY, int maxY, SkDCubic &reduction) |
|
static |
Definition at line 158 of file SkReduceOrder.cpp.
|
static |
Definition at line 45 of file SkReduceOrder.cpp.
Definition at line 132 of file SkReduceOrder.cpp.
Definition at line 110 of file SkReduceOrder.cpp.
Definition at line 24 of file SkReduceOrder.cpp.
Definition at line 125 of file SkReduceOrder.cpp.
Definition at line 39 of file SkReduceOrder.cpp.
Definition at line 115 of file SkReduceOrder.cpp.
Definition at line 29 of file SkReduceOrder.cpp.
Definition at line 119 of file SkReduceOrder.cpp.
Definition at line 33 of file SkReduceOrder.cpp.