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

  /frameworks/base/graphics/java/android/graphics/drawable/
PaintDrawable.java 83 int topLeftRadius = a.getDimensionPixelSize(
92 if (topLeftRadius != radius || topRightRadius != radius ||
95 topLeftRadius, topLeftRadius,
GradientDrawable.java 775 int topLeftRadius = a.getDimensionPixelSize(
783 if (topLeftRadius != radius || topRightRadius != radius ||
786 topLeftRadius, topLeftRadius,
    [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()
172 || height < topLeftRadius.height() + bottomLeftRadius.height()
180 path.moveTo(FloatPoint(x + topLeftRadius.width(), y));
194 path.addLineTo(FloatPoint(x, y + topLeftRadius.height()));
196 path.addBezierCurveTo(FloatPoint(x, y + topLeftRadius.height() * (1 - QUARTER)), FloatPoint(x + topLeftRadius.width() * (1 - QUARTER), y), FloatPoint(x + topLeftRadius.width(), y));
Path.h 141 static Path createRoundedRectangle(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius);
  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 754 IntSize topLeftRadius;
759 o->style()->getBorderRadiiForRect(r, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
761 int radius = topLeftRadius.width();
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...]
RenderBoxModelObject.cpp     [all...]
RenderThemeChromiumMac.mm     [all...]
RenderThemeMac.mm 836 IntSize topLeftRadius;
841 o->style()->getBorderRadiiForRect(r, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
843 int radius = topLeftRadius.width();
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 59 milliseconds