/external/webkit/Source/WebCore/platform/graphics/ |
D | Path.h | 139 void addRoundedRect(const FloatRect&, const FloatSize& roundingRadii); 140 …void addRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRad… 141 void addRoundedRect(const RoundedIntRect&);
|
D | Path.cpp | 112 void Path::addRoundedRect(const FloatRect& rect, const FloatSize& roundingRadii) in addRoundedRect() function in WebCore::Path 155 void Path::addRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& t… in addRoundedRect() function in WebCore::Path 191 void Path::addRoundedRect(const RoundedIntRect& r) in addRoundedRect() function in WebCore::Path 193 …addRoundedRect(r.rect(), r.radii().topLeft(), r.radii().topRight(), r.radii().bottomLeft(), r.radi… in addRoundedRect()
|
D | ShadowBlur.cpp | 516 …path.addRoundedRect(shadowedRect, radii.topLeft(), radii.topRight(), radii.bottomLeft(), radii.bot… in drawRectShadowWithoutTiling() 557 …path.addRoundedRect(holeRect, holeRadii.topLeft(), holeRadii.topRight(), holeRadii.bottomLeft(), h… in drawInsetShadowWithoutTiling() 636 …path.addRoundedRect(templateHole, radii.topLeft(), radii.topRight(), radii.bottomLeft(), radii.bot… in drawInsetShadowWithTiling() 698 …path.addRoundedRect(templateShadow, radii.topLeft(), radii.topRight(), radii.bottomLeft(), radii.b… in drawRectShadowWithTiling()
|
D | GraphicsContext.cpp | 572 path.addRoundedRect(rect); in addRoundedRectClip() 582 path.addRoundedRect(rect); in clipOutRoundedRect() 636 path.addRoundedRect(roundedHoleRect); in fillRectWithRoundedHole()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | ContextShadowCairo.cpp | 141 …path.addRoundedRect(shadowRect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius… in drawRectShadowWithoutTiling() 251 …path.addRoundedRect(templateRect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadi… in drawRectShadow() 275 …path.addRoundedRect(shadowRect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius… in drawRectShadow()
|
D | GraphicsContextCairo.cpp | 689 path.addRoundedRect(rects[i], FloatSize(radius, radius)); in drawFocusRing() 1136 path.addRoundedRect(r, topLeft, topRight, bottomLeft, bottomRight); in fillRoundedRect()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | FindIndicator.cpp | 140 path.addRoundedRect(pathRect, FloatSize(radius, radius)); in pathWithRoundedRect()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGRectElement.cpp | 203 path.addRoundedRect(rect, FloatSize(rxValue, ryValue)); in toPathData()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderEmbeddedObject.cpp | 209 …path.addRoundedRect(replacementTextRect, FloatSize(replacementTextRoundedRectRadius, replacementTe… in getReplacementTextGeometry()
|
D | RenderBoxModelObject.cpp | 1257 roundedPath.addRoundedRect(outerBorder); in paintBorderSides() 1414 path.addRoundedRect(outerBorder); in paintBorder() 1419 path.addRoundedRect(innerBorder); in paintBorder() 2184 path.addRoundedRect(border); in paintBoxShadow()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 777 path.addRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight); in fillRoundedRect() 799 path.addRoundedRect(roundedHoleRect); in fillRectWithRoundedHole()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 750 path.addRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight); in fillRoundedRect() 859 tmpPath.addRoundedRect(rect, radius, radius); in drawFocusRing()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 16748 (WebCore::Path::addRoundedRect): 16749 Add an overload of addRoundedRect() that takes a RoundedIntRect. 16768 We need to know when Path::addRoundedRect() will fail because
|
D | ChangeLog-2010-12-06 | 35498 (WebCore::Path::addRoundedRect):
|