Searched defs:Circle (Results 1 – 9 of 9) sorted by relevance
12 @interface Circle : Shape interface15 @implementation Circle implementation
13 Circle enumerator
21 DEFINE_SVG_INFO(Circle) in DEFINE_SVG_INFO() argument
178 private class Circle extends Entity { class in Example2_24Test182 public Circle(Map<String, Integer> center, Integer radius) { in Circle() method in Example2_24Test.Circle
139 struct Circle : public Prim { in onOnceBeforeDraw() struct140 SkRect draw(SkCanvas* canvas, const SkPaint& paint) override { in onOnceBeforeDraw()
73 class Circle: class
51 } Circle; typedef
247 Circle enumerator
1411 Circle( Mat& img, Point center, int radius, const void* color, int fill ) in Circle() function