Home
last modified time | relevance | path

Searched refs:topRightRadius (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DPath.cpp385 …st FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSi… in addRoundedRect() argument
390 if (rect.width() < topLeftRadius.width() + topRightRadius.width() in addRoundedRect()
393 || rect.height() < topRightRadius.height() + bottomRightRadius.height()) { in addRoundedRect()
399 addPathForRoundedRect(rect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius); in addRoundedRect()
402 …st FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSi… in addPathForRoundedRect() argument
404 …addBeziersForRoundedRect(rect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius); in addPathForRoundedRect()
411 …st FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSi… in addBeziersForRoundedRect() argument
415 addLineTo(FloatPoint(rect.maxX() - topRightRadius.width(), rect.y())); in addBeziersForRoundedRect()
416 if (topRightRadius.width() > 0 || topRightRadius.height() > 0) in addBeziersForRoundedRect()
417 … addBezierCurveTo(FloatPoint(rect.maxX() - topRightRadius.width() * gCircleControlPoint, rect.y()), in addBeziersForRoundedRect()
[all …]
DPath.h111 …t(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSi…
121 …t(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSi…
122 …t(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSi…
/external/chromium/chrome/browser/ui/cocoa/
Dbubble_view.mm70 float topRightRadius =
88 topRightCornerRadius:topRightRadius
/external/chromium_org/chrome/browser/ui/cocoa/
Dbubble_view.mm72 float topRightRadius =
90 topRightCornerRadius:topRightRadius
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp699 …RefPtr<CSSValueList> topRightRadius = valuesForBorderRadiusCorner(style.borderTopRightRadius(), st… in valueForBorderRadiusShorthand() local
706 horizontalRadii->append(topRightRadius->item(0)); in valueForBorderRadiusShorthand()
717 verticalRadii->append(topRightRadius->item(1)); in valueForBorderRadiusShorthand()