Searched refs:stdWidth (Results 1 – 2 of 2) sorted by relevance
32 public TriangleShape(Path path, float stdWidth, float stdHeight) { in TriangleShape() argument33 super(path, stdWidth, stdHeight); in TriangleShape()
53 public PathShape(@NonNull Path path, float stdWidth, float stdHeight) { in PathShape() argument55 mStdWidth = stdWidth; in PathShape()