/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | BasicShapeFunctions.cpp | 74 const BasicShapeEllipse* ellipse = static_cast<const BasicShapeEllipse*>(basicShape); in valueForBasicShape() local 77 ellipseValue->setCenterX(pool.createValue(ellipse->centerX(), style)); in valueForBasicShape() 78 ellipseValue->setCenterY(pool.createValue(ellipse->centerY(), style)); in valueForBasicShape() 79 ellipseValue->setRadiusX(pool.createValue(ellipse->radiusX(), style)); in valueForBasicShape() 80 ellipseValue->setRadiusY(pool.createValue(ellipse->radiusY(), style)); in valueForBasicShape() 162 RefPtr<BasicShapeEllipse> ellipse = BasicShapeEllipse::create(); in basicShapeForValue() local 164 ellipse->setCenterX(convertToLength(state, ellipseValue->centerX())); in basicShapeForValue() 165 ellipse->setCenterY(convertToLength(state, ellipseValue->centerY())); in basicShapeForValue() 166 ellipse->setRadiusX(convertToLength(state, ellipseValue->radiusX())); in basicShapeForValue() 167 ellipse->setRadiusY(convertToLength(state, ellipseValue->radiusY())); in basicShapeForValue() [all …]
|
D | CSSValueKeywords.in | 884 ellipse
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGEllipse.cpp | 89 SVGEllipseElement* ellipse = toSVGEllipseElement(element()); in calculateRadiiAndCenter() local 91 SVGLengthContext lengthContext(ellipse); in calculateRadiiAndCenter() 92 …m_radii = FloatSize(ellipse->rxCurrentValue().value(lengthContext), ellipse->ryCurrentValue().valu… in calculateRadiiAndCenter() 93 …m_center = FloatPoint(ellipse->cxCurrentValue().value(lengthContext), ellipse->cyCurrentValue().va… in calculateRadiiAndCenter()
|
D | SVGPathData.cpp | 49 SVGEllipseElement* ellipse = toSVGEllipseElement(element); in updatePathFromEllipseElement() local 52 float rx = ellipse->rxCurrentValue().value(lengthContext); in updatePathFromEllipseElement() 55 float ry = ellipse->ryCurrentValue().value(lengthContext); in updatePathFromEllipseElement() 58 …path.addEllipse(FloatRect(ellipse->cxCurrentValue().value(lengthContext) - rx, ellipse->cyCurrentV… in updatePathFromEllipseElement()
|
/external/skia/src/gpu/ |
D | GrOvalRenderer.h | 41 const SkRect& ellipse, 44 const SkRect& ellipse,
|
D | GrOvalRenderer.cpp | 603 const SkRect& ellipse, in drawEllipse() argument 617 GrPoint center = GrPoint::Make(ellipse.centerX(), ellipse.centerY()); in drawEllipse() 619 SkScalar ellipseXRadius = SkScalarHalf(ellipse.width()); in drawEllipse() 620 SkScalar ellipseYRadius = SkScalarHalf(ellipse.height()); in drawEllipse() 735 const SkRect& ellipse, in drawDIEllipse() argument 741 GrPoint center = GrPoint::Make(ellipse.centerX(), ellipse.centerY()); in drawDIEllipse() 742 SkScalar xRadius = SkScalarHalf(ellipse.width()); in drawDIEllipse() 743 SkScalar yRadius = SkScalarHalf(ellipse.height()); in drawDIEllipse()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrOvalRenderer.h | 41 const SkRect& ellipse, 44 const SkRect& ellipse,
|
D | GrOvalRenderer.cpp | 603 const SkRect& ellipse, in drawEllipse() argument 617 GrPoint center = GrPoint::Make(ellipse.centerX(), ellipse.centerY()); in drawEllipse() 619 SkScalar ellipseXRadius = SkScalarHalf(ellipse.width()); in drawEllipse() 620 SkScalar ellipseYRadius = SkScalarHalf(ellipse.height()); in drawEllipse() 735 const SkRect& ellipse, in drawDIEllipse() argument 741 GrPoint center = GrPoint::Make(ellipse.centerX(), ellipse.centerY()); in drawDIEllipse() 742 SkScalar xRadius = SkScalarHalf(ellipse.width()); in drawDIEllipse() 743 SkScalar yRadius = SkScalarHalf(ellipse.height()); in drawDIEllipse()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | Shape.cpp | 157 const BasicShapeEllipse* ellipse = static_cast<const BasicShapeEllipse*>(basicShape); in createShape() local 158 float centerX = floatValueForLength(ellipse->centerX(), boxWidth); in createShape() 159 float centerY = floatValueForLength(ellipse->centerY(), boxHeight); in createShape() 160 float radiusX = floatValueForLength(ellipse->radiusX(), boxWidth); in createShape() 161 float radiusY = floatValueForLength(ellipse->radiusY(), boxHeight); in createShape()
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | CanvasPathMethods.h | 50 …void ellipse(float x, float y, float radiusX, float radiusY, float rotation, float startAngle, flo…
|
D | CanvasPathMethods.cpp | 281 void CanvasPathMethods::ellipse(float x, float y, float radiusX, float radiusY, float rotation, flo… in ellipse() function in WebCore::CanvasPathMethods
|
D | CanvasRenderingContext2D.idl | 81 …[RaisesException] void ellipse(float x, float y, float radiusX, float radiusY, float rotation, flo…
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGTagNames.in | 23 ellipse
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
D | popup.css | 149 .erase svg ellipse,
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.cpp | 1396 void GraphicsContext::fillEllipse(const FloatRect& ellipse) in fillEllipse() argument 1401 SkRect rect = ellipse; in fillEllipse() 1445 void GraphicsContext::strokeEllipse(const FloatRect& ellipse) in strokeEllipse() argument 1450 SkRect rect(ellipse); in strokeEllipse()
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 9055 ellipse 6lips
|