Searched refs:bottomRightRadius (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.h131 void addRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius);
143 void addPathForRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius);
144 void addBeziersForRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius);
H A DPath.cpp421 void Path::addRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius) argument
427 || rect.width() < bottomLeftRadius.width() + bottomRightRadius.width()
429 || rect.height() < topRightRadius.height() + bottomRightRadius.height()) {
435 addPathForRoundedRect(rect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
438 void Path::addPathForRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius) argument
440 addBeziersForRoundedRect(rect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
447 void Path::addBeziersForRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius) argument
456 addLineTo(FloatPoint(rect.maxX(), rect.maxY() - bottomRightRadius.height()));
457 if (bottomRightRadius.width() > 0 || bottomRightRadius
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShape.cpp159 FloatSize bottomRightRadius = physicalSizeToLogical(floatSizeForLengthSize(inset.bottomRightRadius(), boxSize), writingMode); local
160 FloatRoundedRect::Radii cornerRadii(topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSBasicShapes.cpp305 static bool buildInsetRadii(Vector<String> &radii, const String& topLeftRadius, const String& topRightRadius, const String& bottomRightRadius, const String& bottomLeftRadius) argument
308 bool showBottomRight = showBottomLeft || (bottomRightRadius != topLeftRadius);
315 radii.append(bottomRightRadius);
405 updateCornerRadiusWidthAndHeight(bottomRightRadius(), bottomRightRadiusWidth, bottomRightRadiusHeight);
H A DBasicShapeFunctions.cpp118 insetValue->setBottomRightRadius(CSSPrimitiveValue::create(inset->bottomRightRadius(), style));
257 rect->setBottomRightRadius(convertToLengthSize(state, rectValue->bottomRightRadius()));
H A DCSSBasicShapes.h164 CSSPrimitiveValue* bottomRightRadius() const { return m_bottomRightRadius.get(); } function in class:WebCore::CSSBasicShapeInset
H A DCSSComputedStyleDeclaration.cpp682 RefPtrWillBeRawPtr<CSSValueList> bottomRightRadius = valuesForBorderRadiusCorner(style.borderBottomRightRadius(), style); local
690 horizontalRadii->append(bottomRightRadius->item(0));
701 verticalRadii->append(bottomRightRadius->item(1));
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.h259 const LengthSize& bottomRightRadius() const { return m_bottomRightRadius; } function in class:WebCore::BasicShapeInset
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 424 milliseconds