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