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

/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DBoxShape.cpp149 if (marginBounds.xInterceptsAtY(y1, minXIntercept, maxXIntercept)) {
154 if (marginBounds.xInterceptsAtY(y2, minXIntercept, maxXIntercept)) {
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatRoundedRect.cpp116 bool FloatRoundedRect::xInterceptsAtY(float y, float& minXIntercept, float& maxXIntercept) const function in class:WebCore::FloatRoundedRect
H A DFloatRoundedRect.h123 bool xInterceptsAtY(float y, float& minXIntercept, float& maxXIntercept) const;

Completed in 171 milliseconds