Home
last modified time | relevance | path

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

/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/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