Searched refs:bottomLeftRadius (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Path.cpp | 385 …e& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatS… in addRoundedRect() argument 391 || rect.width() < bottomLeftRadius.width() + bottomRightRadius.width() in addRoundedRect() 392 || rect.height() < topLeftRadius.height() + bottomLeftRadius.height() in addRoundedRect() 399 addPathForRoundedRect(rect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius); in addRoundedRect() 402 …e& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatS… in addPathForRoundedRect() argument 404 …addBeziersForRoundedRect(rect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius); in addPathForRoundedRect() 411 …e& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatS… in addBeziersForRoundedRect() argument 425 addLineTo(FloatPoint(rect.x() + bottomLeftRadius.width(), rect.maxY())); in addBeziersForRoundedRect() 426 if (bottomLeftRadius.width() > 0 || bottomLeftRadius.height() > 0) in addBeziersForRoundedRect() 427 …addBezierCurveTo(FloatPoint(rect.x() + bottomLeftRadius.width() * gCircleControlPoint, rect.maxY()… in addBeziersForRoundedRect() [all …]
|
D | Path.h | 111 …e& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatS… 121 …e& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatS… 122 …e& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatS…
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | bubble_view.mm | 72 float bottomLeftRadius = 89 bottomLeftCornerRadius:bottomLeftRadius
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | bubble_view.mm | 74 float bottomLeftRadius = 91 bottomLeftCornerRadius:bottomLeftRadius
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSComputedStyleDeclaration.cpp | 701 …RefPtr<CSSValueList> bottomLeftRadius = valuesForBorderRadiusCorner(style.borderBottomLeftRadius()… in valueForBorderRadiusShorthand() local 710 horizontalRadii->append(bottomLeftRadius->item(0)); in valueForBorderRadiusShorthand() 721 verticalRadii->append(bottomLeftRadius->item(1)); in valueForBorderRadiusShorthand()
|