Searched defs:bottomLeftRadius (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;
317 radii.append(bottomLeftRadius);
406 updateCornerRadiusWidthAndHeight(bottomLeftRadius(), bottomLeftRadiusWidth, bottomLeftRadiusHeight);
H A DCSSBasicShapes.h165 CSSPrimitiveValue* bottomLeftRadius() const { return m_bottomLeftRadius.get(); } function in class:blink::CSSBasicShapeInset
H A DCSSComputedStyleDeclaration.cpp682 RefPtrWillBeRawPtr<CSSValueList> bottomLeftRadius = valuesForBorderRadiusCorner(style.borderBottomLeftRadius(), style); local
691 horizontalRadii->append(bottomLeftRadius->item(0));
702 verticalRadii->append(bottomLeftRadius->item(1));
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShape.cpp158 FloatSize bottomLeftRadius = physicalSizeToLogical(floatSizeForLengthSize(inset.bottomLeftRadius(), boxSize), writingMode); local
160 FloatRoundedRect::Radii cornerRadii(topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.h252 const LengthSize& bottomLeftRadius() const { return m_bottomLeftRadius; } 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()
426 || rect.height() < topLeftRadius.height() + bottomLeftRadius.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
459 addLineTo(FloatPoint(rect.x() + bottomLeftRadius.width(), rect.maxY()));
460 if (bottomLeftRadius.width() > 0 || bottomLeftRadius
[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 438 milliseconds