Searched defs:Circle (Results 1 – 8 of 8) sorted by relevance
12 @interface Circle : Shape interface15 @implementation Circle implementation
13 Circle enumerator
1325 struct Circle { struct in CircleOp1326 SkPMColor4f fColor;1327 SkScalar fInnerRadius;1328 SkScalar fOuterRadius;1329 SkScalar fClipPlane[3];1330 SkScalar fIsectPlane[3];1331 SkScalar fUnionPlane[3];1332 SkPoint fRoundCapCenters[2];1333 SkRect fDevBounds;1334 bool fStroked;[all …]
1403 struct Circle { struct in CircleOp1404 SkPMColor4f fColor;1405 SkScalar fInnerRadius;1406 SkScalar fOuterRadius;1407 SkScalar fClipPlane[3];1408 SkScalar fIsectPlane[3];1409 SkScalar fUnionPlane[3];1410 SkPoint fRoundCapCenters[2];1411 SkRect fDevBounds;1412 bool fStroked;[all …]
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
73 class Circle: class
51 } Circle; typedef
237 Circle, enumerator