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