aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRasterClip.cpp
Commit message (Expand)AuthorAge
* 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