Searched refs:addRoundedRect (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.h110 void addRoundedRect(const FloatRect&, const FloatSize& roundingRadii);
111 void addRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius);
112 void addRoundedRect(const RoundedRect&);
H A DPath.cpp352 void Path::addRoundedRect(const RoundedRect& r) function in class:WebCore::Path
354 addRoundedRect(r.rect(), r.radii().topLeft(), r.radii().topRight(), r.radii().bottomLeft(), r.radii().bottomRight());
357 void Path::addRoundedRect(const FloatRect& rect, const FloatSize& roundingRadii) function in class:WebCore::Path
385 void Path::addRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius) function in class:WebCore::Path
H A DGraphicsContext.cpp733 path.addRoundedRect(rect);
1523 path.addRoundedRect(rect);
1672 path.addRoundedRect(roundedHoleRect);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.cpp56 path.addRoundedRect(
186 path.addRoundedRect(
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderEmbeddedObject.cpp188 path.addRoundedRect(replacementTextRect, FloatSize(replacementTextRoundedRectRadius, replacementTextRoundedRectRadius));
H A DRenderBoxModelObject.cpp1651 roundedPath.addRoundedRect(outerBorder);
1803 path.addRoundedRect(outerBorder);
1836 path.addRoundedRect(outerThird);
1841 path.addRoundedRect(innerThird);
1847 path.addRoundedRect(innerBorder);
H A DRenderThemeChromiumMac.mm1472 borderPath.addRoundedRect(borderRect, borderRadius, borderRadius, borderRadius, borderRadius);
1695 xPath.addRoundedRect(FloatRect(-lineLength / 2, -lineWidth / 2, lineLength, lineWidth),
1697 xPath.addRoundedRect(FloatRect(-lineWidth / 2, -lineLength / 2, lineWidth, lineLength),
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGPathData.cpp126 path.addRoundedRect(FloatRect(x, y, width, height), FloatSize(rx, ry));
/external/chromium_org/third_party/WebKit/Source/web/
H A DLinkHighlight.cpp217 newPath.addRoundedRect(transformedQuad.boundingBox(), rectRoundingRadii);

Completed in 1151 milliseconds