HomeSort by relevance Sort by last modified time
    Searched refs:ellipse (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.h 41 const SkRect& ellipse,
44 const SkRect& ellipse,
GrOvalRenderer.cpp 165 * ellipse, specified as a 2D offset from center, and the reciprocals of the outer and inner radii,
297 * The output of this effect is a modulation of the input color and coverage for an ellipse,
603 const SkRect& ellipse,
617 GrPoint center = GrPoint::Make(ellipse.centerX(), ellipse.centerY());
619 SkScalar ellipseXRadius = SkScalarHalf(ellipse.width());
620 SkScalar ellipseYRadius = SkScalarHalf(ellipse.height());
650 // we don't handle it if curvature of the stroke is less than curvature of the ellipse
735 const SkRect& ellipse,
741 GrPoint center = GrPoint::Make(ellipse.centerX(), ellipse.centerY())
    [all...]
  /external/skia/src/gpu/
GrOvalRenderer.h 41 const SkRect& ellipse,
44 const SkRect& ellipse,
GrOvalRenderer.cpp 165 * ellipse, specified as a 2D offset from center, and the reciprocals of the outer and inner radii,
297 * The output of this effect is a modulation of the input color and coverage for an ellipse,
603 const SkRect& ellipse,
617 GrPoint center = GrPoint::Make(ellipse.centerX(), ellipse.centerY());
619 SkScalar ellipseXRadius = SkScalarHalf(ellipse.width());
620 SkScalar ellipseYRadius = SkScalarHalf(ellipse.height());
650 // we don't handle it if curvature of the stroke is less than curvature of the ellipse
735 const SkRect& ellipse,
741 GrPoint center = GrPoint::Make(ellipse.centerX(), ellipse.centerY())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGEllipse.cpp 89 SVGEllipseElement* ellipse = toSVGEllipseElement(element()); local
91 SVGLengthContext lengthContext(ellipse);
92 m_radii = FloatSize(ellipse->rxCurrentValue().value(lengthContext), ellipse->ryCurrentValue().value(lengthContext));
93 m_center = FloatPoint(ellipse->cxCurrentValue().value(lengthContext), ellipse->cyCurrentValue().value(lengthContext));
129 // This works by checking if the point satisfies the ellipse equation,
148 // This works by checking if the point satisfies the ellipse equation.
SVGPathData.cpp 49 SVGEllipseElement* ellipse = toSVGEllipseElement(element); local
52 float rx = ellipse->rxCurrentValue().value(lengthContext);
55 float ry = ellipse->ryCurrentValue().value(lengthContext);
58 path.addEllipse(FloatRect(ellipse->cxCurrentValue().value(lengthContext) - rx, ellipse->cyCurrentValue().value(lengthContext) - ry, rx * 2, ry * 2));
  /external/chromium_org/third_party/WebKit/Source/core/css/
BasicShapeFunctions.cpp 74 const BasicShapeEllipse* ellipse = static_cast<const BasicShapeEllipse*>(basicShape); local
77 ellipseValue->setCenterX(pool.createValue(ellipse->centerX(), style));
78 ellipseValue->setCenterY(pool.createValue(ellipse->centerY(), style));
79 ellipseValue->setRadiusX(pool.createValue(ellipse->radiusX(), style));
80 ellipseValue->setRadiusY(pool.createValue(ellipse->radiusY(), style));
162 RefPtr<BasicShapeEllipse> ellipse = BasicShapeEllipse::create(); local
164 ellipse->setCenterX(convertToLength(state, ellipseValue->centerX()));
165 ellipse->setCenterY(convertToLength(state, ellipseValue->centerY()));
166 ellipse->setRadiusX(convertToLength(state, ellipseValue->radiusX()));
167 ellipse->setRadiusY(convertToLength(state, ellipseValue->radiusY()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasPathMethods.h 50 void ellipse(float x, float y, float radiusX, float radiusY, float rotation, float startAngle, float endAngle, bool anticlockwise, ExceptionState&);
CanvasRenderingContext2D.idl 81 [RaisesException] void ellipse(float x, float y, float radiusX, float radiusY, float rotation, float startAngle, float endAngle, boolean anticlockwise);
CanvasPathMethods.cpp 143 * then the arc is the whole circumference of this ellipse, and the point at startAngle along this circle's circumference,
144 * measured in radians clockwise from the ellipse's semi-major axis, acts as both the start point and the end point.
152 * Otherwise, the arc is the path along the circumference of this ellipse from the start point to the end point,
154 * Since the points are on the ellipse, as opposed to being simply angles from zero,
197 * degenerateEllipse() handles a degenerated ellipse using several lines.
199 * Let's see a following example: line to ellipse to line.
206 * If radiusX becomes zero, the ellipse of the example is degenerated.
215 * Angles for P are 0.5Pi and 1.5Pi in the ellipse coordinates.
222 * Angles for P are 0 and Pi in the ellipse coordinates.
225 * NOTE: Before ellipse() calls this function, adjustEndAngle() is called, so endAngle - startAngle must be equal to or le (…)
281 void CanvasPathMethods::ellipse(float x, float y, float radiusX, float radiusY, float rotation, float startAngle, float endAngle, bool anticlockwise, ExceptionState& exceptionState) function in class:WebCore::CanvasPathMethods
    [all...]
  /sdk/eclipse/scripts/
gen_icon.py 52 draw.ellipse((0, 0, sz4-zoom, sz4-zoom),
55 draw.ellipse((i, i, sz4-i-zoom, sz4-i-zoom),
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp 157 const BasicShapeEllipse* ellipse = static_cast<const BasicShapeEllipse*>(basicShape); local
158 float centerX = floatValueForLength(ellipse->centerX(), boxWidth);
159 float centerY = floatValueForLength(ellipse->centerY(), boxHeight);
160 float radiusX = floatValueForLength(ellipse->radiusX(), boxWidth);
161 float radiusY = floatValueForLength(ellipse->radiusY(), boxHeight);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.css 149 .erase svg ellipse,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 344 milliseconds