Searched defs:addLineTo (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.cpp254 void Path::addLineTo(const FloatPoint& point) function in class:WebCore::Path
415 addLineTo(FloatPoint(rect.maxX() - topRightRadius.width(), rect.y()));
420 addLineTo(FloatPoint(rect.maxX(), rect.maxY() - bottomRightRadius.height()));
425 addLineTo(FloatPoint(rect.x() + bottomLeftRadius.width(), rect.maxY()));
430 addLineTo(FloatPoint(rect.x(), rect.y() + topLeftRadius.height()));

Completed in 107 milliseconds