Searched defs:addRoundRect (Results  1 – 3 of 3) sorted by relevance
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ | 
| D | ShadowLegacyPath.java | 410   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/ | 
| D | ShadowPath.java | 465   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/ | 
| D | SkPath.cpp | 976 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
  |