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

1 2

  /frameworks/base/graphics/java/android/graphics/drawable/
PaintDrawable.java 84 int topLeftRadius = a.getDimensionPixelSize(
93 if (topLeftRadius != radius || topRightRadius != radius ||
96 topLeftRadius, topLeftRadius,
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)
426 if (rect.width() < topLeftRadius.width() + topRightRadius.width()
428 || rect.height() < topLeftRadius.height() + bottomLeftRadius.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)
449 moveTo(FloatPoint(rect.x() + topLeftRadius.width(), rect.y()));
466 addLineTo(FloatPoint(rect.x(), rect.y() + topLeftRadius.height()));
467 if (topLeftRadius.width() > 0 || topLeftRadius.height() > 0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp 156 FloatSize topLeftRadius = physicalSizeToLogical(floatSizeForLengthSize(inset.topLeftRadius(), 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);
309 bool showTopRight = showBottomRight || (topRightRadius != topLeftRadius);
311 radii.append(topLeftRadius);
403 updateCornerRadiusWidthAndHeight(topLeftRadius(), topLeftRadiusWidth, topLeftRadiusHeight);
BasicShapeFunctions.cpp 116 insetValue->setTopLeftRadius(CSSPrimitiveValue::create(inset->topLeftRadius(), style));
255 rect->setTopLeftRadius(convertToLengthSize(state, rectValue->topLeftRadius()));
CSSBasicShapes.h 162 CSSPrimitiveValue* topLeftRadius() const { return m_topLeftRadius.get(); }
CSSComputedStyleDeclaration.cpp 680 RefPtrWillBeRawPtr<CSSValueList> topLeftRadius = valuesForBorderRadiusCorner(style.borderTopLeftRadius(), style);
686 horizontalRadii->append(topLeftRadius->item(0));
697 verticalRadii->append(topLeftRadius->item(1));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.h 257 const LengthSize& topLeftRadius() const { return m_topLeftRadius; }
  /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 322 milliseconds

1 2