Searched refs:topLeftRadius (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.h130 void addRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius);
142 void addPathForRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius);
143 void addBeziersForRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius);
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()
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
447 moveTo(FloatPoint(rect.x() + topLeftRadius.width(), rect.y()));
464 addLineTo(FloatPoint(rect.x(), rect.y() + topLeftRadius.height()));
465 if (topLeftRadius
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShape.cpp156 FloatSize topLeftRadius = physicalSizeToLogical(floatSizeForLengthSize(inset.topLeftRadius(), 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);
309 bool showTopRight = showBottomRight || (topRightRadius != topLeftRadius);
311 radii.append(topLeftRadius);
403 updateCornerRadiusWidthAndHeight(topLeftRadius(), topLeftRadiusWidth, topLeftRadiusHeight);
H A DBasicShapeFunctions.cpp116 insetValue->setTopLeftRadius(CSSPrimitiveValue::create(inset->topLeftRadius(), style));
255 rect->setTopLeftRadius(convertToLengthSize(state, rectValue->topLeftRadius()));
H A DCSSBasicShapes.h162 CSSPrimitiveValue* topLeftRadius() const { return m_topLeftRadius.get(); } function in class:blink::CSSBasicShapeInset
H A DCSSComputedStyleDeclaration.cpp679 RefPtrWillBeRawPtr<CSSValueList> topLeftRadius = valuesForBorderRadiusCorner(style.borderTopLeftRadius(), style); local
685 horizontalRadii->append(topLeftRadius->item(0));
696 verticalRadii->append(topLeftRadius->item(1));
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.h249 const LengthSize& topLeftRadius() const { return m_topLeftRadius; } function in class:blink::BasicShapeInset
/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/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 1602 milliseconds