aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleLineClipper.cpp
Commit message (Expand)AuthorAge
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* inherit from SampleViewGravatar mike@reedtribe.org2011-06-18
* Grab-bag of memory fixes. SkFlatMatrix::Flatten had the same issue asGravatar senorblanco@chromium.org2011-05-24
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onGravatar senorblanco@chromium.org2011-05-19
* fix warnings (local storage too small, int->scalar)Gravatar reed@google.com2011-03-18
* add SampleCode::GetAnimTime() so slides go through a central location forGravatar reed@android.com2009-11-23
* retool clipping in hairlines to catch huge coordinatesGravatar reed@android.com2009-11-19
* new scanconversion techniqueGravatar reed@android.com2009-11-18
* fix typos in cubic clipperGravatar reed@android.com2009-11-18
* add explicit clamping after chopping w/ t to ensure we're in the clipGravatar reed@android.com2009-11-17
* add quadclipping utility, plus sample testGravatar reed@android.com2009-11-17
* add lineclipper, and test caseGravatar reed@android.com2009-11-16