Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkEdge.h25 struct SkEdge { struct
36 SkEdge* fNext; argument
37 SkEdge* fPrev; argument
39 SkFixed fX;
40 SkFixed fDX;
41 int32_t fFirstY;
42 int32_t fLastY;
43 Type fEdgeType; // Remembers the *initial* edge type
44 int8_t fCurveCount; // only used by kQuad(+) and kCubic(-)
45 uint8_t fCurveShift; // appled to all Dx/DDx/DDDx except for fCubicDShift exception
[all …]