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