Flutter Engine
The Flutter Engine
|
#include <SkQuadClipper.h>
Public Member Functions | |
bool | clipQuad (const SkPoint pts[3], const SkRect &clip) |
bool | clipCubic (const SkPoint pts[4], const SkRect &clip) |
SkPath::Verb | next (SkPoint pts[]) |
Iterator that returns the clipped segements of a quad clipped to a rect. The segments will be either lines or quads (based on SkPath::Verb), and will all be monotonic in Y
Definition at line 40 of file SkQuadClipper.h.
SkPath::Verb SkQuadClipper2::next | ( | SkPoint | pts[] | ) |