Home
last modified time | relevance | path

Searched defs:SkAnalyticCubicEdge (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkAnalyticEdge.h119 struct SkAnalyticCubicEdge : public SkAnalyticEdge { struct
120 SkCubicEdge fCEdge;
122 SkFixed fSnappedY; // to make sure that y is increasing with smooth jump and snapping
126 inline void keepContinuous() { in keepContinuous()