aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRasterClip.cpp
Commit message (Expand)AuthorAge
* rename overloaded methods as speculative fix/diagnosticGravatar Mike Reed2017-11-15
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* add test and fix for canvas::isClipEmptyGravatar Mike Reed2017-03-23
* test (and fix) clip_restriction in canvasGravatar Mike Reed2017-03-22
* optimize intersect, use getType to utilize fast-case in preTranslateGravatar Mike Reed2017-03-07
* Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric ...Gravatar Mike Reed2017-03-07
* Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, an...Gravatar Mike Reed2017-03-04
* Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable...Gravatar Mike Reed2017-03-04
* Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-...Gravatar Cary Clark2017-03-03
* Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric ...Gravatar Mike Reed2017-03-03
* Revert "Remove SkDraw from device-draw methods, and enable device-centric cli...Gravatar Mike Reed2017-03-02
* Remove SkDraw from device-draw methods, and enable device-centric clipping.Gravatar Mike Reed2017-03-02
* Add a method in SkCanvas to set "hard" clip bounds.Gravatar Stan Iliev2016-12-12
* Move clip CTM application to SkRasterClip and SkClipStackGravatar Brian Salomon2016-10-03
* remove 'deprecated' region from SkDrawGravatar reed2016-04-27
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Fix for rounded-rect clips with filters.Gravatar senorblanco2016-02-02
* Avoid devolving to a path when conservative clipping with RRectsGravatar robertphillips2015-11-23
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* add roundOut that returns its resultGravatar reed2014-11-19
* 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
* 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
* Remove SkRasterClip::setPath(const SkPath&, const SkRasterClip&, bool).Gravatar commit-bot@chromium.org2013-07-10
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* update the nearly_integral calculation to be (a) faster, and (b) to correctlyGravatar reed@google.com2012-05-11
* only check for nearly-integral if we're a BW clipGravatar reed@google.com2012-05-11
* inline isEmpty and isRect (faster)Gravatar reed@google.com2012-05-11
* add a todoGravatar reed@google.com2012-02-16
* enable soft clipping (yikes)Gravatar reed@google.com2011-10-24
* checkpoint -- more support changes for soft clippingGravatar reed@google.com2011-10-13
* forgot explicit return statementsGravatar reed@google.com2011-10-12
* 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