Flutter Engine
The Flutter Engine
|
#include "include/core/SkTypes.h"
#include "src/pathops/SkIntersections.h"
#include "src/pathops/SkPathOpsLine.h"
#include "src/pathops/SkPathOpsPoint.h"
#include "src/pathops/SkPathOpsTypes.h"
#include <cmath>
#include <cstdint>
#include <utility>
Go to the source code of this file.
Functions | |
static int | horizontal_coincident (const SkDLine &line, double y) |
static int | vertical_coincident (const SkDLine &line, double x) |
Definition at line 188 of file SkDLineIntersection.cpp.
Definition at line 266 of file SkDLineIntersection.cpp.