1. fa088a6 Fix additional cases of variable shadowing in /tests/. by John Stiles · 3 years ago
  2. 04b9443 Fix SkRRect::ConservativeIntersect when inputs share corner by Michael Ludwig · 4 years ago
  3. 9b7f30c more careful rrect deserialization by Mike Klein · 4 years ago
  4. ebafbb1 fix a SkRRect::readFromMemory() fuzzer bug by Mike Klein · 4 years ago
  5. b64a26c robustify SkScaleToSides::AdjustRadii() by Mike Klein · 4 years ago
  6. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 1 month ago
  7. 29c2f71 Fix false positive in SkRRectPriv::ConservativeIntersect by Michael Ludwig · 4 years, 4 months ago
  8. 76312fb Add conservative round rect intersect function by Michael Ludwig · 4 years, 4 months ago
  9. eaeb996 Add inner bounds of round rect function by Michael Ludwig · 4 years, 4 months ago
  10. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  11. e4628b1 Make SkRRect work with axis aligned rotation transforms by Malay Keshav · 5 years ago
  12. e582600 make rrect's more self-consistent, check drawable index by Mike Reed · 7 years ago
  13. 0a241ce Don't canonicalize empty SkRRects. They stroke differently. by Brian Salomon · 7 years ago
  14. 4b0e364 Disallow negative radii in deserialized SkRRects by Brian Salomon · 7 years ago
  15. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  16. fb6a789 Extra safety for SkRRect. by Brian Salomon · 7 years ago
  17. df85c38 stop using SkScalarMul by Mike Reed · 8 years ago
  18. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  19. 05302f8 Handle inverted rects in SkRRect creation methods by robertphillips · 9 years ago
  20. 2a679ae Fix bug with very large round rects with large radii by robertphillips · 9 years ago
  21. fe1b180 Fix radii scaling bug in SkRRect::setNinePatch by robertphillips · 9 years ago
  22. 694b0d1 fix more tricky-float cases in SkRRect validate by reed · 10 years ago
  23. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  24. e5c1e3c Fix RRect tranform bug by robertphillips · 10 years ago
  25. f338d7c Add nine patch type to SkRRect. by commit-bot@chromium.org · 10 years ago
  26. bab3fc4 Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/196343015/) by commit-bot@chromium.org · 10 years ago
  27. 761b8e5 Add nine patch type to SkRRect. by commit-bot@chromium.org · 10 years ago
  28. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  29. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  30. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  31. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  32. 20e3cd2 Add SkRRect::transform. by scroggo@google.com · 11 years ago
  33. 4db592c remove contains(x,y) for rects and rrects ... not well defined, and unused by reed@google.com · 11 years ago
  34. 2cf444f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  35. 32c1b66 Added "SkRRect::contains(const SkRect&) const" by robertphillips@google.com · 11 years ago
  36. 2b57dc6 fix warings. add SkTAbs() by reed@google.com · 12 years ago
  37. 1a60dab Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  38. bcbef57 add SkRRect::inset(), which mimics stroking by mike@reedtribe.org · 12 years ago
  39. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  40. c3d7d90 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  41. 5985e7c SkRoundRect start by robertphillips@google.com · 12 years ago