Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DPath.cpp112 void Path::addRoundedRect(const FloatRect& rect, const FloatSize& roundingRadii) in addRoundedRect() argument
117 FloatSize radius(roundingRadii); in addRoundedRect()
133 addLineTo(FloatPoint(rect.x() + rect.width() - roundingRadii.width(), rect.y())); in addRoundedRect()
DPath.h139 void addRoundedRect(const FloatRect&, const FloatSize& roundingRadii);