Searched defs:bottomRightRadius (Results 1 - 9 of 9) sorted by relevance

/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 DCSSBasicShapes.h164 CSSPrimitiveValue* bottomRightRadius() const { return m_bottomRightRadius.get(); } function in class:blink::CSSBasicShapeInset
H A DCSSComputedStyleDeclaration.cpp681 RefPtrWillBeRawPtr<CSSValueList> bottomRightRadius = valuesForBorderRadiusCorner(style.borderBottomRightRadius(), style); local
689 horizontalRadii->append(bottomRightRadius->item(0));
700 verticalRadii->append(bottomRightRadius->item(1));
/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/rendering/style/
H A DBasicShapes.h251 const LengthSize& bottomRightRadius() const { return m_bottomRightRadius; } function in class:blink::BasicShapeInset
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.cpp419 void Path::addRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius) argument
425 || rect.width() < bottomLeftRadius.width() + bottomRightRadius.width()
427 || rect.height() < topRightRadius.height() + bottomRightRadius.height()) {
433 addPathForRoundedRect(rect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
436 void Path::addPathForRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius) argument
438 addBeziersForRoundedRect(rect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
445 void Path::addBeziersForRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius) argument
454 addLineTo(FloatPoint(rect.maxX(), rect.maxY() - bottomRightRadius.height()));
455 if (bottomRightRadius.width() > 0 || bottomRightRadius
[all...]
/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/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.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 468 milliseconds