Searched refs:Trapezoid (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkConcaveToTriangles.cpp92 // The Trapezoid (actually, up to two of them) is embedded into a Vertex, whose
93 // point() provides the top of the Trapezoid, whereas the bottom, and the left
94 // and right edges, are stored in the Trapezoid. The edges are represented by
99 class Trapezoid { class
112 bool operator<(Trapezoid &t1) { return compare(t1) < 0; }
113 bool operator>(Trapezoid &t1) { return compare(t1) > 0; }
121 SkScalar compare(const Trapezoid &t1) const;
143 void remove(Trapezoid *t);
146 // return a pointer to that Trapezoid.
147 bool withinActiveTrapezoid(const SkPoint &pt, Trapezoid **t
[all...]

Completed in 694 milliseconds