| Commit message (Expand) | Author | Age |
* | Extra safety for SkRRect. | Brian Salomon | 2017-09-20 |
* | Validate rrect type in SkRRect::isValid | Adrienne Walker | 2017-08-23 |
* | Circular shadow fixes for Flutter. | Jim Van Verth | 2017-04-21 |
* | Add validation of RRects to SkValidatingReadBuffer | Robert Phillips | 2016-09-23 |
* | Attempt to throw away rrect clips of rrects. | bsalomon | 2016-08-15 |
* | Make GrShape track the winding direction and starting point for rrect types. | bsalomon | 2016-06-06 |
* | make transformed rrect radii fit rectangle | caryclark | 2016-02-23 |
* | Split big rrect aa effect up into separate images | bsalomon | 2015-12-09 |
* | Handle inverted rects in SkRRect creation methods | robertphillips | 2015-09-29 |
* | Add special case circle blur for Ganesh | robertphillips | 2015-09-15 |
* | api helpers inspired by blink use-cases | reed | 2015-08-09 |
* | Fill SkRRect::fType proactively. | mtklein | 2014-12-18 |
* | add dumpHex option to rect and rrect, to match path | reed | 2014-12-15 |
* | explicitly size fType in SkRRect, to ensure the are no uninitialized bytes | reed | 2014-10-22 |
* | Add dump() to SkClipStack to help with debugging. | bsalomon | 2014-06-09 |
* | Add nine patch type to SkRRect. | commit-bot@chromium.org | 2014-03-17 |
* | Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/19... | commit-bot@chromium.org | 2014-03-17 |
* | Add nine patch type to SkRRect. | commit-bot@chromium.org | 2014-03-17 |
* | Add effect-based clip for nine-patch SkRRects. | commit-bot@chromium.org | 2014-03-13 |
* | plumbing for GPU fast blur | commit-bot@chromium.org | 2014-03-10 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-03-05 |
* | Add GM that directly tests GrRRectEffect and add inverse fill version of effect. | commit-bot@chromium.org | 2014-03-04 |
* | Analytic rrect clip for cicular corners, radius >= 0.5 | commit-bot@chromium.org | 2014-02-19 |
* | Make canvas pass rrects along to clip stack | commit-bot@chromium.org | 2014-02-16 |
* | Add SkRRect::transform. | scroggo@google.com | 2013-11-05 |
* | Checking structure sizes before reading them from memory to avoid overflowing... | commit-bot@chromium.org | 2013-11-05 |
* | Revert "Checking structure sizes before reading them from memory to avoid ove... | reed@google.com | 2013-11-04 |
* | Checking structure sizes before reading them from memory to avoid overflowing... | sugoi@google.com | 2013-11-04 |
* | Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('A... | epoger@google.com | 2013-11-04 |
* | Checking structure sizes before reading them from memory to avoid overflowing... | sugoi@google.com | 2013-11-04 |
* | remove contains(x,y) for rects and rrects ... not well defined, and unused | reed@google.com | 2013-10-30 |
* | Split SkDevice into SkBaseDevice and SkBitmapDevice | robertphillips@google.com | 2013-08-29 |
* | Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu... | robertphillips@google.com | 2013-08-20 |
* | Split SkDevice out of SkBitmapDevice | robertphillips@google.com | 2013-08-20 |
* | Added "SkRRect::contains(const SkRect&) const" | robertphillips@google.com | 2013-04-25 |
* | Upstream changes from Android. | djsollen@google.com | 2013-03-08 |
* | add SkRRect::inset(), which mimics stroking | mike@reedtribe.org | 2012-12-23 |
* | move inset out of SkRRect.h for now, and add experimental versions to gm | mike@reedtribe.org | 2012-12-17 |
* | add gm for rrect, and rrect.inset/outset | mike@reedtribe.org | 2012-12-17 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-13 |
* | revert 6766, thereby re-landing 6762-6763 now that the bots are ready | reed@google.com | 2012-12-12 |
* | revert 6762-6763, since those require new skps to be generated, and we can't | reed@google.com | 2012-12-12 |
* | make RRect and Oval first-class drawing primitives in SkCanvas. | reed@google.com | 2012-12-12 |
* | Tweak an enum declaration to make the clang compiler happy. | tomhudson@google.com | 2012-12-03 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-30 |
* | Add newline at end of SkRRect.h | robertphillips@google.com | 2012-11-29 |
* | SkRoundRect start | robertphillips@google.com | 2012-11-29 |