Searched refs:roundedRect (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | FloatRoundedRectTest.cpp | 65 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/ |
D | RenderStyle.cpp | 972 RoundedRect roundedRect(snappedBorderRect); in getRoundedBorderFor() local 976 …roundedRect.includeLogicalEdges(radii, isHorizontalWritingMode(), includeLogicalLeftEdge, includeL… in getRoundedBorderFor() 978 return roundedRect; in getRoundedBorderFor() 1001 RoundedRect roundedRect(pixelSnappedIntRect(innerRect)); in getRoundedInnerBorderFor() local 1006 …roundedRect.includeLogicalEdges(radii, isHorizontalWritingMode(), includeLogicalLeftEdge, includeL… in getRoundedInnerBorderFor() 1008 return roundedRect; in getRoundedInnerBorderFor()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayer.cpp | 1539 …yer::convertToPixelSnappedLayerCoords(const RenderLayer* ancestorLayer, IntRect& roundedRect) const in convertToPixelSnappedLayerCoords() 1541 LayoutRect rect = roundedRect; in convertToPixelSnappedLayerCoords() 1543 roundedRect = pixelSnappedIntRect(rect); in convertToPixelSnappedLayerCoords()
|