Home
last modified time | relevance | path

Searched defs:ellipse (Results 1 – 12 of 12) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/maps/objects/
DEllipseMapObject.java26 private Ellipse ellipse; field in EllipseMapObject
/external/libgdx/gdx/src/com/badlogic/gdx/math/
DEllipse.java41 public Ellipse (Ellipse ellipse) { in Ellipse() method in Ellipse
128 public void set (Ellipse ellipse) { in set()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DMeshPartBuilder.java369 …public void ellipse (float width, float height, int divisions, float centerX, float centerY, float… in ellipse() method
374 …public void ellipse (float width, float height, int divisions, final Vector3 center, final Vector3… in ellipse() method
378 …public void ellipse (float width, float height, int divisions, final Vector3 center, final Vector3… in ellipse() method
383 …public void ellipse (float width, float height, int divisions, float centerX, float centerY, float… in ellipse() method
389 …public void ellipse (float width, float height, int divisions, float centerX, float centerY, float… in ellipse() method
394 …public void ellipse (float width, float height, int divisions, final Vector3 center, final Vector3… in ellipse() method
399 …public void ellipse (float width, float height, int divisions, final Vector3 center, final Vector3… in ellipse() method
404 …public void ellipse (float width, float height, int divisions, float centerX, float centerY, float… in ellipse() method
410 …public void ellipse (float width, float height, float innerWidth, float innerHeight, int divisions… in ellipse() method
416 …public void ellipse (float width, float height, float innerWidth, float innerHeight, int divisions… in ellipse() method
[all …]
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DTiledMapObjectLoadingTest.java105 Ellipse ellipse = ((EllipseMapObject)mapObject).getEllipse(); in render() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
DShapeRenderer.java898 public void ellipse (float x, float y, float width, float height) { in ellipse() method in ShapeRenderer
903 public void ellipse (float x, float y, float width, float height, int segments) { in ellipse() method in ShapeRenderer
935 public void ellipse (float x, float y, float width, float height, float rotation) { in ellipse() method in ShapeRenderer
940 public void ellipse (float x, float y, float width, float height, float rotation, int segments) { in ellipse() method in ShapeRenderer
/external/skia/src/gpu/
DGrOvalRenderer.cpp996 const SkRect& ellipse, in create_ellipse_batch()
1076 const SkRect& ellipse, in CreateEllipseBatch()
1241 const SkRect& ellipse, in create_diellipse_batch()
1318 const SkRect& ellipse, in CreateDIEllipseBatch()
1915 SkRect ellipse = GrTest::TestSquare(random); in DRAW_BATCH_TEST_DEFINE() local
1922 SkRect ellipse = GrTest::TestSquare(random); in DRAW_BATCH_TEST_DEFINE() local
/external/opencv3/modules/features2d/src/
Devaluation.cpp129 Scalar ellipse; // 3 elements a, b, c: ax^2+2bxy+cy^2=1 member in EllipticKeyPoint
/external/skia/src/svg/
DSkSVGDevice.cpp644 AutoElement ellipse("ellipse", fWriter, fResourceBucket, draw, paint); in drawOval() local
/external/opencv3/modules/imgproc/src/
Ddrawing.cpp1764 void ellipse( InputOutputArray _img, Point center, Size axes, in ellipse() function
1791 void ellipse(InputOutputArray _img, const RotatedRect& box, const Scalar& color, in ellipse() function
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DParticleEmitter.java1407 point, line, square, ellipse enumConstant
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java2619 …public static void ellipse(Mat img, Point center, Size axes, double angle, double startAngle, doub… in ellipse() method in Imgproc
2628 …public static void ellipse(Mat img, Point center, Size axes, double angle, double startAngle, doub… in ellipse() method in Imgproc
2637 …public static void ellipse(Mat img, Point center, Size axes, double angle, double startAngle, doub… in ellipse() method in Imgproc
2651 public static void ellipse(Mat img, RotatedRect box, Scalar color, int thickness, int lineType) in ellipse() method in Imgproc
2660 public static void ellipse(Mat img, RotatedRect box, Scalar color, int thickness) in ellipse() method in Imgproc
2669 public static void ellipse(Mat img, RotatedRect box, Scalar color) in ellipse() method in Imgproc
/external/ImageMagick/MagickCore/
Dfx.c5522 ellipse[MagickPathExtent]; in VignetteImage() local