HomeSort by relevance Sort by last modified time
    Searched refs:bottomRightRadius (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/graphics/java/android/graphics/drawable/
PaintDrawable.java 90 int bottomRightRadius = a.getDimensionPixelSize(
94 bottomLeftRadius != radius || bottomRightRadius != radius) {
99 bottomRightRadius, bottomRightRadius
GradientDrawable.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.h 131 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);
Path.cpp 421 void Path::addRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius)
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)
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)
456 addLineTo(FloatPoint(rect.maxX(), rect.maxY() - bottomRightRadius.height()));
457 if (bottomRightRadius.width() > 0 || bottomRightRadius.height() > 0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp 159 FloatSize bottomRightRadius = physicalSizeToLogical(floatSizeForLengthSize(inset.bottomRightRadius(), boxSize), writingMode);
160 FloatRoundedRect::Radii cornerRadii(topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSBasicShapes.cpp 305 static bool buildInsetRadii(Vector<String> &radii, const String& topLeftRadius, const String& topRightRadius, const String& bottomRightRadius, const String& bottomLeftRadius)
308 bool showBottomRight = showBottomLeft || (bottomRightRadius != topLeftRadius);
315 radii.append(bottomRightRadius);
405 updateCornerRadiusWidthAndHeight(bottomRightRadius(), bottomRightRadiusWidth, bottomRightRadiusHeight);
BasicShapeFunctions.cpp 118 insetValue->setBottomRightRadius(CSSPrimitiveValue::create(inset->bottomRightRadius(), style));
257 rect->setBottomRightRadius(convertToLengthSize(state, rectValue->bottomRightRadius()));
CSSBasicShapes.h 164 CSSPrimitiveValue* bottomRightRadius() const { return m_bottomRightRadius.get(); }
CSSComputedStyleDeclaration.cpp 682 RefPtrWillBeRawPtr<CSSValueList> bottomRightRadius = valuesForBorderRadiusCorner(style.borderBottomRightRadius(), style);
690 horizontalRadii->append(bottomRightRadius->item(0));
701 verticalRadii->append(bottomRightRadius->item(1));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.h 259 const LengthSize& bottomRightRadius() const { return m_bottomRightRadius; }
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 339 milliseconds

1 2