Searched defs:SkAnalyticCubicEdge (Results 1 – 1 of 1) sorted by relevance
119 struct SkAnalyticCubicEdge : public SkAnalyticEdge { struct120 SkCubicEdge fCEdge;122 SkFixed fSnappedY; // to make sure that y is increasing with smooth jump and snapping126 inline void keepContinuous() { in keepContinuous()