Home
last modified time | relevance | path

Searched defs:topLeftRadius (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DPath.cpp385 void Path::addRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& t… in addRoundedRect()
402 void Path::addPathForRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const Float… in addPathForRoundedRect()
411 void Path::addBeziersForRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const Fl… in addBeziersForRoundedRect()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp698 …RefPtr<CSSValueList> topLeftRadius = valuesForBorderRadiusCorner(style.borderTopLeftRadius(), styl… in valueForBorderRadiusShorthand() local