aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRasterClip.h
Commit message (Expand)AuthorAge
* Fix for rounded-rect clips with filters.Gravatar senorblanco2016-02-02
* Avoid devolving to a path when conservative clipping with RRectsGravatar robertphillips2015-11-23
* Revert of Revert of allow canvas to force conservative clips (for speed) (pat...Gravatar reed2014-09-09
* Revert of allow canvas to force conservative clips (for speed) (patchset #7 i...Gravatar reed2014-09-09
* Allow SkCanvas to be initialized to force conservative rasterclips. This has ...Gravatar reed2014-09-09
* SkRasterClip::quickReject doesn't need to check for emptiness as SkIRect::Int...Gravatar george2014-09-09
* move rasterclip_ helper into rasterclipGravatar reed2014-09-05
* add isRect() check to AAClip, to detect if a soft-clip is really just an irectGravatar reed2014-08-07
* Revert of add isRect() check to AAClip, to detect if a soft-clip is really ju...Gravatar reed2014-08-07
* add isRect() check to AAClip, to detect if a soft-clip is really just an irectGravatar reed2014-08-07
* Guard against most unintentionally ephemeral SkAutoFoo instantiations.Gravatar commit-bot@chromium.org2013-11-18
* Remove SkRasterClip::setPath(const SkPath&, const SkRasterClip&, bool).Gravatar commit-bot@chromium.org2013-07-10
* Fix a few clang errors while trying to build tools target.Gravatar tfarina@chromium.org2013-03-26
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* inline isEmpty and isRect (faster)Gravatar reed@google.com2012-05-11
* enable soft clipping (yikes)Gravatar reed@google.com2011-10-24
* checkpoint -- more support changes for soft clippingGravatar reed@google.com2011-10-13
* use SkRasterClip inside canvas (check-point for soft clipping)Gravatar reed@google.com2011-10-12
* add op(rgn, op)Gravatar reed@google.com2011-10-11
* add experimental wrapper for region+aaclipGravatar reed@google.com2011-10-10