Home
last modified time | relevance | path

Searched refs:addBeziersForRoundedRect (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DPath.h122 …void addBeziersForRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& t…
DPath.cpp404addBeziersForRoundedRect(rect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius); in addPathForRoundedRect()
411 void Path::addBeziersForRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const Fl… in addBeziersForRoundedRect() function in WebCore::Path