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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRoundedRect.h91 void setRadii(const Radii& radii) { m_radii = radii; } function in class:blink::RoundedRect
H A DFloatRoundedRect.h94 void setRadii(const Radii& radii) { m_radii = radii; } function in class:blink::FloatRoundedRect
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp1374 setRadii(outerRadii, outerTopLeft, outerTopRight, outerBottomRight, outerBottomLeft);
1375 setRadii(innerRadii, innerTopLeft, innerTopRight, innerBottomRight, innerBottomLeft);
1416 setRadii(radii, topLeft, topRight, bottomRight, bottomLeft);
1501 setRadii(radii, wkRadii.topLeft(), wkRadii.topRight(), wkRadii.bottomRight(), wkRadii.bottomLeft());
1840 void GraphicsContext::setRadii(SkVector* radii, IntSize topLeft, IntSize topRight, IntSize bottomRight, IntSize bottomLeft) function in class:blink::GraphicsContext

Completed in 310 milliseconds