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

/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DPolygonShape.h50 bool isWithinYRange(float y1, float y2) const { return y1 <= minY() && y2 >= maxY(); } function in class:WebCore::OffsetPolygonEdge

Completed in 108 milliseconds