Searched defs:FloatPolygonEdge (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DFloatPolygon.h43 class FloatPolygonEdge;
59 const FloatPolygonEdge& edgeAt(unsigned index) const { return m_edges[index]; }
63 bool overlappingEdges(float minY, float maxY, Vector<const FloatPolygonEdge*>& result) const;
68 typedef PODInterval<float, FloatPolygonEdge*> EdgeInterval;
69 typedef PODIntervalTree<float, FloatPolygonEdge*> EdgeIntervalTree;
75 Vector<FloatPolygonEdge> m_edges;
76 EdgeIntervalTree m_edgeTree; // Each EdgeIntervalTree node stores minY, maxY, and a ("UserData") pointer to a FloatPolygonEdge.
96 class FloatPolygonEdge : public VertexPair { class in namespace:WebCore
111 const FloatPolygonEdge& previousEdge() const
117 const FloatPolygonEdge
[all...]

Completed in 100 milliseconds