Searched refs:setRadii (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRoundedRect.h94 void setRadii(const Radii& radii) { m_radii = radii; } function in class:blink::FloatRoundedRect
H A DRoundedRect.h91 void setRadii(const Radii& radii) { m_radii = radii; } function in class:blink::RoundedRect
/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
H A DGraphicsContext.h433 static void setRadii(SkVector*, IntSize, IntSize, IntSize, IntSize);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp224 border.setRadii(segmentBorder.radii());
1425 outerBorder.setRadii(RoundedRect::Radii());

Completed in 128 milliseconds