Home
last modified time | relevance | path

Searched refs:roundedRect (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatRoundedRectTest.cpp65 void PrintTo(const FloatRoundedRect& roundedRect, std::ostream* os) in PrintTo() argument
68 << ::testing::PrintToString(roundedRect.rect()) << ", " in PrintTo()
69 << ::testing::PrintToString(roundedRect.radii()) << ")"; in PrintTo()
76 #define TEST_INTERCEPTS(roundedRect, yCoordinate, expectedMinXIntercept, expectedMaxXIntercept) \ argument
80 EXPECT_TRUE(roundedRect.xInterceptsAtY(yCoordinate, minXIntercept, maxXIntercept)); \
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp972 RoundedRect roundedRect(snappedBorderRect); in getRoundedBorderFor() local
976roundedRect.includeLogicalEdges(radii, isHorizontalWritingMode(), includeLogicalLeftEdge, includeL… in getRoundedBorderFor()
978 return roundedRect; in getRoundedBorderFor()
1001 RoundedRect roundedRect(pixelSnappedIntRect(innerRect)); in getRoundedInnerBorderFor() local
1006roundedRect.includeLogicalEdges(radii, isHorizontalWritingMode(), includeLogicalLeftEdge, includeL… in getRoundedInnerBorderFor()
1008 return roundedRect; in getRoundedInnerBorderFor()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp1539 …yer::convertToPixelSnappedLayerCoords(const RenderLayer* ancestorLayer, IntRect& roundedRect) const in convertToPixelSnappedLayerCoords()
1541 LayoutRect rect = roundedRect; in convertToPixelSnappedLayerCoords()
1543 roundedRect = pixelSnappedIntRect(rect); in convertToPixelSnappedLayerCoords()