skia2/include
scroggo f9d610179d There can be only one (SkRandom)!
Remove SkLCGRandom. We already decided the new one was better, which is
why we wrote the new SkRandom.

Convert GMs that were using SkLCGRandom to use the improved SkRandom.
Motivated by the fact that these GMs draw differently on some runs. We
believe this to be a result of using the old SkLCGRandom.

Add each of the tests that were using SkLCGRandom to ignore-tests.txt,
since we expect they'll draw differently using SkRandom.

Move a trimmed down version of SkLCGRandom into SkDiscretePathEffect.
In order to preserve the old behavior, trim down SkLCGRandom to only
the methods used by SkDiscretePathEffect, and hide it in
SkDiscretePathEffect's cpp file.

BUG=skia:3241

Review URL: https://codereview.chromium.org/805963002
2014-12-15 12:54:51 -08:00
..
animator Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
c Add matrix operations to C canvas API 2014-12-02 15:47:34 -08:00
config Add SkBarriers to ports. 2014-05-29 18:24:54 +00:00
core Fix rrects that are large enough that we lose/gain a bit when we add the radius to a bounds coordinate. 2014-12-15 12:28:33 -08:00
device/xps remove device::clear -- no longer called 2014-12-08 08:00:29 -08:00
effects Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. 2014-12-14 15:20:11 -08:00
gpu Add xp optimization for RGB coverage. 2014-12-15 12:38:53 -08:00
images Remove SkImageRef and related functionality. 2014-06-04 14:38:48 -04:00
pathops add pathops tight bounds; conform path ops' gyp to unit tests 2014-06-24 07:55:12 -07:00
pdf Change clear() to respect the clip 2014-12-04 07:50:14 -08:00
pipe "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
ports Enable unused param checking for public includes. 2014-11-14 11:11:46 -08:00
svg Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
utils There can be only one (SkRandom)! 2014-12-15 12:54:51 -08:00
views Enable unused param checking for public includes. 2014-11-14 11:11:46 -08:00
xml Cleanup the XML directory in public includes. 2014-11-14 05:52:50 -08:00