Home
last modified time | relevance | path

Searched refs:addRoundedRect (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DPath.h130 void addRoundedRect(const FloatRect&, const FloatSize& roundingRadii);
131 …void addRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRad…
132 void addRoundedRect(const RoundedRect&);
DPath.cpp388 void Path::addRoundedRect(const RoundedRect& r) in addRoundedRect() function in WebCore::Path
390addRoundedRect(r.rect(), r.radii().topLeft(), r.radii().topRight(), r.radii().bottomLeft(), r.radi… in addRoundedRect()
393 void Path::addRoundedRect(const FloatRect& rect, const FloatSize& roundingRadii) in addRoundedRect() function in WebCore::Path
421 void Path::addRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& t… in addRoundedRect() function in WebCore::Path
DGraphicsContext.cpp661 path.addRoundedRect(rect); in drawInnerShadow()
1570 path.addRoundedRect(roundedHoleRect); in fillRectWithRoundedHole()
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DRectangleShape.cpp93 paths.shape.addRoundedRect(m_bounds, m_radii); in buildDisplayPaths()
95 …paths.marginShape.addRoundedRect(shapeMarginBounds(), FloatSize(m_radii.width() + shapeMargin(), m… in buildDisplayPaths()
DBoxShape.cpp105 …paths.shape.addRoundedRect(m_bounds.rect(), m_bounds.radii().topLeft(), m_bounds.radii().topRight(… in buildDisplayPaths()
107 …paths.marginShape.addRoundedRect(shapeMarginBounds().rect(), shapeMarginBounds().radii().topLeft()… in buildDisplayPaths()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderEmbeddedObject.cpp186 …path.addRoundedRect(replacementTextRect, FloatSize(replacementTextRoundedRectRadius, replacementTe… in getReplacementTextGeometry()
DRenderBoxModelObject.cpp1653 roundedPath.addRoundedRect(outerBorder); in paintBorderSides()
1822 path.addRoundedRect(outerBorder); in paintBorder()
1855 path.addRoundedRect(outerThird); in paintBorder()
1860 path.addRoundedRect(innerThird); in paintBorder()
1866 path.addRoundedRect(innerBorder); in paintBorder()
DRenderThemeChromiumMac.mm1363 borderPath.addRoundedRect(borderRect, borderRadius, borderRadius, borderRadius, borderRadius);
1588 xPath.addRoundedRect(FloatRect(-lineLength / 2, -lineWidth / 2, lineLength, lineWidth),
1590 xPath.addRoundedRect(FloatRect(-lineWidth / 2, -lineLength / 2, lineWidth, lineLength),
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGPathData.cpp127 path.addRoundedRect(FloatRect(x, y, width, height), FloatSize(rx, ry)); in updatePathFromRectElement()
/external/chromium_org/third_party/WebKit/Source/web/
DLinkHighlight.cpp236 newPath.addRoundedRect(transformedQuad.boundingBox(), rectRoundingRadii); in computeHighlightLayerPathAndPosition()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBasicShapes.cpp248 path.addRoundedRect( in path()