Flutter Engine
The Flutter Engine
|
#include "src/core/SkGeometry.h"
#include "src/core/SkQuadClipper.h"
#include <cstring>
#include <utility>
Go to the source code of this file.
Functions | |
static bool | chopMonoQuadAt (SkScalar c0, SkScalar c1, SkScalar c2, SkScalar target, SkScalar *t) |
static bool | chopMonoQuadAtY (SkPoint pts[3], SkScalar y, SkScalar *t) |
|
static |
Definition at line 25 of file SkQuadClipper.cpp.
Definition at line 44 of file SkQuadClipper.cpp.