Searched defs:topRightRadius (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
307 bool showBottomLeft = topRightRadius != bottomLeftRadius;
309 bool showTopRight = showBottomRight || (topRightRadius != topLeftRadius);
313 radii.append(topRightRadius);
404 updateCornerRadiusWidthAndHeight(topRightRadius(), topRightRadiusWidth, topRightRadiusHeight);
H A DCSSBasicShapes.h163 CSSPrimitiveValue* topRightRadius() const { return m_topRightRadius.get(); } function in class:blink::CSSBasicShapeInset
H A DCSSComputedStyleDeclaration.cpp680 RefPtrWillBeRawPtr<CSSValueList> topRightRadius = valuesForBorderRadiusCorner(style.borderTopRightRadius(), style); local
687 horizontalRadii->append(topRightRadius->item(0));
698 verticalRadii->append(topRightRadius->item(1));
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShape.cpp157 FloatSize topRightRadius = physicalSizeToLogical(floatSizeForLengthSize(inset.topRightRadius(), boxSize), writingMode); local
160 FloatRoundedRect::Radii cornerRadii(topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.h250 const LengthSize& topRightRadius() const { return m_topRightRadius; } 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
424 if (rect.width() < topLeftRadius.width() + topRightRadius.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
449 addLineTo(FloatPoint(rect.maxX() - topRightRadius.width(), rect.y()));
450 if (topRightRadius.width() > 0 || topRightRadius
[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 121 milliseconds