Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: include/core/SkRRect.h

Issue 1722483003: make transformed rrect radii fit rectangle (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkRRect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkRRect.h
diff --git a/include/core/SkRRect.h b/include/core/SkRRect.h
index 994edd2cc1c76b088f890b5e0ed174a865194b03..5564ce0d7ee9733f24e77c1466a42c384b20d6d4 100644
--- a/include/core/SkRRect.h
+++ b/include/core/SkRRect.h
@@ -326,6 +326,7 @@ private:
void computeType();
bool checkCornerContainment(SkScalar x, SkScalar y) const;
+ void scaleRadii();
// to access fRadii directly
friend class SkPath;
« no previous file with comments | « no previous file | src/core/SkRRect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698