Lines Matching defs:SkOpAngle
22 struct SkOpAngle { struct
30 bool after(SkOpAngle* test); argument
40 int debugID() const { in debugID()
71 bool endsIntersect(SkOpAngle* ); argument
83 SkOpAngle* next() const { in next() argument
91 int sectorEnd() const { in sectorEnd()
95 int sectorStart() const { in sectorStart()
120 bool tangentsDiverge(const SkOpAngle* rh, double s0xt0) const; argument
129 SkOpAngle* fNext; argument
130 SkOpSpanBase* fLastMarked;
131 SkDVector fSweep[2];
132 SkOpSpanBase* fStart;
133 SkOpSpanBase* fEnd;
134 SkOpSpanBase* fComputedEnd;
135 int fSectorMask;
136 int8_t fSectorStart; // in 32nds of a circle
137 int8_t fSectorEnd;
138 bool fIsCurve;
139 bool fUnorderable;
140 bool fUnorderedSweep; // set when a cubic's first control point between the sweep vectors
141 bool fComputeSector;
142 bool fComputedSector;
143 bool fCheckCoincidence;