Searched defs:addOval (Results 1 – 3 of 3) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPath.java | 446 protected void addOval(float left, float top, float right, float bottom, Path.Direction dir) { in addOval() method in ShadowPath
|
/external/skqp/src/core/ |
D | SkPath.cpp | 1278 SkPath& SkPath::addOval(const SkRect& oval, Direction dir) { in addOval() function in SkPath 1283 SkPath& SkPath::addOval(const SkRect &oval, Direction dir, unsigned startPointIndex) { in addOval() function in SkPath
|
/external/skia/src/core/ |
D | SkPath.cpp | 1278 SkPath& SkPath::addOval(const SkRect& oval, Direction dir) { in addOval() function in SkPath 1283 SkPath& SkPath::addOval(const SkRect &oval, Direction dir, unsigned startPointIndex) { in addOval() function in SkPath
|