aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRRect.cpp
Commit message (Expand)AuthorAge
* Add validation of RRects to SkValidatingReadBufferGravatar Robert Phillips2016-09-23
* make transformed rrect radii fit rectangleGravatar caryclark2016-02-23
* Change name from ScaleToSides to SkScaleToSides.Gravatar herb2016-01-22
* Fix radii calculation code to handle large radii.Gravatar herb2016-01-11
* Revert of Fix handling of radii scaling to force the result to always be less...Gravatar robertphillips2016-01-07
* Fix handling of radii scaling to force the result to always be lessGravatar herb2016-01-07
* Comments Style: s/skbug.com/bug.skia.org/Gravatar halcanary2015-11-07
* Handle inverted rects in SkRRect creation methodsGravatar robertphillips2015-09-29
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...Gravatar reed2015-05-12
* Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...Gravatar reed2015-05-12
* stop calling SkScalarDivGravatar reed2015-05-12
* Fix bug with very large round rects with large radiiGravatar robertphillips2015-03-13
* some utils for rect and matrixGravatar reed2015-03-13
* Fix radii scaling bug in SkRRect::setNinePatchGravatar robertphillips2015-02-24
* fix more tricky-float cases in SkRRect validateGravatar reed2015-02-13
* check for nonfinites in rrectsGravatar reed2015-02-10
* Fill SkRRect::fType proactively.Gravatar mtklein2014-12-18
* Fix rrects that are large enough that we lose/gain a bit when we add the radi...Gravatar reed2014-12-15
* add dumpHex option to rect and rrect, to match pathGravatar reed2014-12-15
* Fix RRect tranform bugGravatar robertphillips2014-06-27
* Add dump() to SkClipStack to help with debugging.Gravatar bsalomon2014-06-09
* Fix SkRRect isEmpty assertGravatar commit-bot@chromium.org2014-04-03
* Add nine patch type to SkRRect.Gravatar commit-bot@chromium.org2014-03-17
* Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/19...Gravatar commit-bot@chromium.org2014-03-17
* Add nine patch type to SkRRect.Gravatar commit-bot@chromium.org2014-03-17
* plumbing for GPU fast blurGravatar commit-bot@chromium.org2014-03-10
* Add SkRRect::transform.Gravatar scroggo@google.com2013-11-05
* Checking structure sizes before reading them from memory to avoid overflowing...Gravatar commit-bot@chromium.org2013-11-05
* Revert "Checking structure sizes before reading them from memory to avoid ove...Gravatar reed@google.com2013-11-04
* Checking structure sizes before reading them from memory to avoid overflowing...Gravatar sugoi@google.com2013-11-04
* Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('A...Gravatar epoger@google.com2013-11-04
* Checking structure sizes before reading them from memory to avoid overflowing...Gravatar sugoi@google.com2013-11-04
* remove contains(x,y) for rects and rrects ... not well defined, and unusedGravatar reed@google.com2013-10-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-26
* Added "SkRRect::contains(const SkRect&) const"Gravatar robertphillips@google.com2013-04-25
* Start addressing the clang static analyzer issuesGravatar robertphillips@google.com2013-01-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-24
* add SkRRect::inset(), which mimics strokingGravatar mike@reedtribe.org2012-12-23
* move inset out of SkRRect.h for now, and add experimental versions to gmGravatar mike@reedtribe.org2012-12-17
* add gm for rrect, and rrect.inset/outsetGravatar mike@reedtribe.org2012-12-17
* revert 6766, thereby re-landing 6762-6763 now that the bots are readyGravatar reed@google.com2012-12-12
* revert 6762-6763, since those require new skps to be generated, and we can'tGravatar reed@google.com2012-12-12
* make RRect and Oval first-class drawing primitives in SkCanvas.Gravatar reed@google.com2012-12-12
* Tweak an enum declaration to make the clang compiler happy.Gravatar tomhudson@google.com2012-12-03
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-30
* Fix for roll-blocking compiler error in SkRRect.cppGravatar robertphillips@google.com2012-11-30
* SkRoundRect startGravatar robertphillips@google.com2012-11-29