HomeSort by relevance Sort by last modified time
    Searched refs:OffsetPolygonEdge (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
PolygonShape.h 39 class OffsetPolygonEdge FINAL : public VertexPair {
41 OffsetPolygonEdge(const FloatPolygonEdge& edge, const FloatSize& offset)
PolygonShape.cpp 56 float OffsetPolygonEdge::xIntercept(float y) const
70 FloatShapeInterval OffsetPolygonEdge::clippedEdgeXRange(float y1, float y2) const
141 excludedInterval.unite(OffsetPolygonEdge(edge, FloatSize()).clippedEdgeXRange(y1, y2));
143 excludedInterval.unite(OffsetPolygonEdge(edge, outwardEdgeNormal(edge) * shapeMargin()).clippedEdgeXRange(y1, y2));
144 excludedInterval.unite(OffsetPolygonEdge(edge, inwardEdgeNormal(edge) * shapeMargin()).clippedEdgeXRange(y1, y2));

Completed in 1694 milliseconds