aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DrawPathTest.cpp
Commit message (Expand)AuthorAge
* add optional cull-rect to patheffects, so they can do less work if their resultsGravatar reed@google.com2013-01-24
* eliminate all warnings in non-thirdparty code on macGravatar humper@google.com2013-01-07
* Limit the maximum number of dash segments per pathGravatar fmalita@google.com2012-12-17
* Use double precision when iterating in SkDashPathEffect::filterPath()Gravatar fmalita@google.com2012-12-12
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Even when the pts are restricted to 32K values, we can still overflow computingGravatar reed@google.com2012-08-06
* If we lose precision computing sum of the dash intervals, then we can have theGravatar reed@google.com2012-08-06
* add test for http://code.google.com/p/chromium/issues/detail?id=131181Gravatar reed@google.com2012-06-15
* fix bug (and add test) for drawing an inverse-path whose bounds do intersectGravatar reed@google.com2012-05-01
* check for numerical imprecision on phaseGravatar reed@google.com2012-04-24
* fix clamping when we chop a cubicGravatar reed@google.com2012-04-16
* dd DrawPathTest to gypGravatar mike@reedtribe.org2012-04-14
* always allocate (only) the width of the clip for the AA row, since it willGravatar reed@google.com2012-02-23