Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkEdge.h15 struct SkEdge { struct
22 SkEdge* fNext; argument
23 SkEdge* fPrev; argument
25 SkFixed fX;
26 SkFixed fDX;
27 int32_t fFirstY;
28 int32_t fLastY;
29 int8_t fCurveCount; // only used by kQuad(+) and kCubic(-)
30 uint8_t fCurveShift; // appled to all Dx/DDx/DDDx except for fCubicDShift exception
31 uint8_t fCubicDShift; // applied to fCDx and fCDy only in cubic
[all …]