Searched defs:SkEdge (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkEdge.h20 struct SkEdge { struct
27 SkEdge* fNext;
28 SkEdge* fPrev;
66 struct SkQuadraticEdge : public SkEdge {
76 struct SkCubicEdge : public SkEdge {
87 int SkEdge::setLine(const SkPoint& p0, const SkPoint& p1, int shift) {

Completed in 56 milliseconds