Searched refs:floatValueForRadiusInBox (Results 1 – 3 of 3) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
| D | BasicShapes.cpp | 93 float BasicShapeCircle::floatValueForRadiusInBox(FloatSize boxSize) const in floatValueForRadiusInBox() function in WebCore::BasicShapeCircle 111 float radius = floatValueForRadiusInBox(boundingBox.size()); in path() 140 float BasicShapeEllipse::floatValueForRadiusInBox(const BasicShapeRadius& radius, float center, flo… in floatValueForRadiusInBox() function in WebCore::BasicShapeEllipse 156 float radiusX = floatValueForRadiusInBox(m_radiusX, center.x(), boundingBox.width()); in path() 157 float radiusY = floatValueForRadiusInBox(m_radiusY, center.y(), boundingBox.height()); in path()
|
| D | BasicShapes.h | 168 float floatValueForRadiusInBox(FloatSize) const; 196 …float floatValueForRadiusInBox(const BasicShapeRadius&, float center, float boxWidthOrHeight) cons…
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
| D | Shape.cpp | 112 float radius = circle->floatValueForRadiusInBox(FloatSize(boxWidth, boxHeight)); in createShape() 122 float radiusX = ellipse->floatValueForRadiusInBox(ellipse->radiusX(), center.x(), boxWidth); in createShape() 123 … float radiusY = ellipse->floatValueForRadiusInBox(ellipse->radiusY(), center.y(), boxHeight); in createShape()
|