Home
last modified time | relevance | path

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

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