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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.h 110 void addRoundedRect(const FloatRect&, const FloatSize& roundingRadii);
111 void addRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius);
112 void addRoundedRect(const RoundedRect&);
Path.cpp 352 void Path::addRoundedRect(const RoundedRect& r)
354 addRoundedRect(r.rect(), r.radii().topLeft(), r.radii().topRight(), r.radii().bottomLeft(), r.radii().bottomRight());
357 void Path::addRoundedRect(const FloatRect& rect, const FloatSize& roundingRadii)
385 void Path::addRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius)
GraphicsContext.cpp 733 path.addRoundedRect(rect);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.cpp 56 path.addRoundedRect(
186 path.addRoundedRect(
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderEmbeddedObject.cpp 188 path.addRoundedRect(replacementTextRect, FloatSize(replacementTextRoundedRectRadius, replacementTextRoundedRectRadius));
RenderBoxModelObject.cpp     [all...]
RenderThemeChromiumMac.mm     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGPathData.cpp 126 path.addRoundedRect(FloatRect(x, y, width, height), FloatSize(rx, ry));
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 217 newPath.addRoundedRect(transformedQuad.boundingBox(), rectRoundingRadii);

Completed in 881 milliseconds