Searched defs:SkEdge (Results 1 – 1 of 1) sorted by relevance
21 struct SkEdge { struct28 SkEdge* fNext; argument29 SkEdge* fPrev; argument31 SkFixed fX;32 SkFixed fDX;33 int32_t fFirstY;34 int32_t fLastY;35 Type fEdgeType; // Remembers the *initial* edge type36 int8_t fCurveCount; // only used by kQuad(+) and kCubic(-)37 uint8_t fCurveShift; // appled to all Dx/DDx/DDDx except for fCubicDShift exception[all …]