Lines Matching defs:above
549 // Returns true if "this" is above "that", assuming this->p0 is to the left of that->p0
561 // then we know that "this" is above "that". If the result is clockwise we say it's below.
574 // to the head of "that". Again, ccw means "this" is above "that".
606 bool above(const ActiveEdge* that) const {
660 SkASSERT(!this->above(this));
661 SkASSERT(!that->above(that));
662 SkASSERT(!(this->above(that) && that->above(this)));
663 return this->above(that);
766 // check to see if segment is above or below
821 // check to see if segment is above or below
853 // above and below should stay the same
884 // check to see if segment is above or below