Home
last modified time | relevance | path

Searched defs:addRoundRect (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyPath.java410 protected void addRoundRect(RectF rect, float rx, float ry, Direction dir) { in addRoundRect() method in ShadowLegacyPath
415 protected void addRoundRect(RectF rect, float[] radii, Direction dir) { in addRoundRect() method in ShadowLegacyPath
423 protected void addRoundRect( in addRoundRect() method in ShadowLegacyPath
430 protected void addRoundRect( in addRoundRect() method in ShadowLegacyPath
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java465 protected void addRoundRect(RectF rect, float rx, float ry, Direction dir) { in addRoundRect() method in ShadowPath
470 protected void addRoundRect(RectF rect, float[] radii, Direction dir) { in addRoundRect() method in ShadowPath
478 protected void addRoundRect( in addRoundRect() method in ShadowPath
485 protected void addRoundRect( in addRoundRect() method in ShadowPath
/external/skia/src/core/
DSkPath.cpp976 SkPath& SkPath::addRoundRect(const SkRect& rect, const SkScalar radii[], in addRoundRect() function in SkPath
1079 SkPath& SkPath::addRoundRect(const SkRect& rect, SkScalar rx, SkScalar ry, in addRoundRect() function in SkPath