HomeSort by relevance Sort by last modified time
    Searched refs:topRightRadius (Results 1 - 10 of 10) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
PaintDrawable.java 85 int topRightRadius = a.getDimensionPixelSize(
92 if (topLeftRadius != radius || topRightRadius != radius ||
96 topRightRadius, topRightRadius,
GradientDrawable.java 777 int topRightRadius = a.getDimensionPixelSize(
783 if (topLeftRadius != radius || topRightRadius != radius ||
787 topRightRadius, topRightRadius,
    [all...]
  /external/webkit/WebCore/platform/graphics/
Path.cpp 161 Path Path::createRoundedRectangle(const FloatRect& rectangle, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius)
170 if (width < topLeftRadius.width() + topRightRadius.width()
173 || height < topRightRadius.height() + bottomRightRadius.height())
182 path.addLineTo(FloatPoint(x + width - topRightRadius.width(), y));
184 path.addBezierCurveTo(FloatPoint(x + width - topRightRadius.width() * (1 - QUARTER), y), FloatPoint(x + width, y + topRightRadius.height() * (1 - QUARTER)), FloatPoint(x + width, y + topRightRadius.height()));
Path.h 141 static Path createRoundedRectangle(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius);
  /external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]
RenderThemeSafari.cpp 755 IntSize topRightRadius;
759 o->style()->getBorderRadiiForRect(r, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
784 paintInfo.context->addRoundedRectClip(r, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
790 paintInfo.context->addRoundedRectClip(enclosingIntRect(topGradient), topLeftRadius, topRightRadius, IntSize(), IntSize());
804 paintInfo.context->addRoundedRectClip(r, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
    [all...]
RenderThemeChromiumMac.mm     [all...]
RenderThemeMac.mm 837 IntSize topRightRadius;
841 o->style()->getBorderRadiiForRect(r, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 230 milliseconds