Home
last modified time | relevance | path

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

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