Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkAnalyticEdge.h21 struct SkAnalyticEdge { struct
29 SkAnalyticEdge* fNext; argument
30 SkAnalyticEdge* fPrev; argument
32 SkFixed fX;
33 SkFixed fDX;
34 SkFixed fUpperX; // The x value when y = fUpperY
35 SkFixed fY; // The current y
36 SkFixed fUpperY; // The upper bound of y (our edge is from y = fUpperY to y = fLowerY)
37 SkFixed fLowerY; // The lower bound of y (our edge is from y = fUpperY to y = fLowerY)
38 SkFixed fDY; // abs(1/fDX); may be SK_MaxS32 when fDX is close to 0.
[all …]