Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkAnalyticEdge.h118 struct SkAnalyticCubicEdge : public SkAnalyticEdge { struct
119 SkCubicEdge fCEdge;
121 SkFixed fSnappedY; // to make sure that y is increasing with smooth jump and snapping
125 inline void keepContinuous() { in keepContinuous()