Lines Matching refs:SkOpAngle
22 class SkOpAngle {
31 const SkOpAngle* debugAngle(int id) const;
60 void dumpTo(const SkOpSegment* fromSeg, const SkOpAngle* ) const;
67 bool insert(SkOpAngle* );
69 bool loopContains(const SkOpAngle* ) const;
72 SkOpAngle* next() const { in next()
76 SkOpAngle* previous() const;
99 bool after(SkOpAngle* test);
100 void alignmentSameSide(const SkOpAngle* test, int* order) const;
101 int allOnOneSide(const SkOpAngle* test);
103 bool checkParallel(SkOpAngle* );
105 int convexHullOverlaps(const SkOpAngle* );
106 bool endToSide(const SkOpAngle* rh, bool* inside) const;
107 bool endsIntersect(SkOpAngle* );
110 bool merge(SkOpAngle* );
112 bool midToSide(const SkOpAngle* rh, bool* inside) const;
113 bool oppositePlanes(const SkOpAngle* rh) const;
114 bool orderable(SkOpAngle* rh); // false == this < rh ; true == this > rh
117 bool tangentsDiverge(const SkOpAngle* rh, double s0xt0);
123 SkOpAngle* fNext;