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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRoundedRectTest.cpp80 EXPECT_TRUE(roundedRect.xInterceptsAtY(yCoordinate, minXIntercept, maxXIntercept)); \
110 EXPECT_FALSE(r.xInterceptsAtY(1, minXIntercept, maxXIntercept));
111 EXPECT_FALSE(r.xInterceptsAtY(7, minXIntercept, maxXIntercept));
148 EXPECT_FALSE(r.xInterceptsAtY(-1, minXIntercept, maxXIntercept));
149 EXPECT_FALSE(r.xInterceptsAtY(101, minXIntercept, maxXIntercept));
195 EXPECT_FALSE(r.xInterceptsAtY(-1, minXIntercept, maxXIntercept));
196 EXPECT_FALSE(r.xInterceptsAtY(101, minXIntercept, maxXIntercept));
H A DFloatRoundedRect.cpp106 bool FloatRoundedRect::xInterceptsAtY(float y, float& minXIntercept, float& maxXIntercept) const function in class:WebCore::FloatRoundedRect
H A DFloatRoundedRect.h118 bool xInterceptsAtY(float y, float& minXIntercept, float& maxXIntercept) const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DBoxShape.cpp89 if (marginBounds.xInterceptsAtY(y1, minXIntercept, maxXIntercept)) {
94 if (marginBounds.xInterceptsAtY(y2, minXIntercept, maxXIntercept)) {

Completed in 113 milliseconds