Searched defs:SkEdge (Results 1 – 1 of 1) sorted by relevance
25 struct SkEdge { struct36 SkEdge* fNext; argument37 SkEdge* fPrev; argument39 SkFixed fX;40 SkFixed fDX;41 int32_t fFirstY;42 int32_t fLastY;43 Type fEdgeType; // Remembers the *initial* edge type44 int8_t fCurveCount; // only used by kQuad(+) and kCubic(-)45 uint8_t fCurveShift; // appled to all Dx/DDx/DDDx except for fCubicDShift exception[all …]