aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/InfRectTest.cpp
Commit message (Expand)AuthorAge
* remove unused/dumb methods from SkRectGravatar Mike Reed2018-04-11
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Change random number generator for 'tests' to SkMWCRandom. Also removes some Gravatar jvanverth@google.com2013-03-04
* fix warings. add SkTAbs()Gravatar reed@google.com2013-01-08
* Minor cleanupGravatar robertphillips@google.com2012-12-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-09
* add centerX() and centerY() to SkIRect (because they made me)Gravatar reed@google.com2012-11-08
* speedup SkRect::isFinite() (almost 2x)Gravatar reed@google.com2012-05-16
* rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speedGravatar reed@google.com2011-12-06
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* update to work correctly for scalar == fixed or floatGravatar reed@android.com2011-02-09
* hide divide-by-zero from the compiler, to avoid the warningGravatar reed@google.com2011-02-07
* Add unit test for SkRect::hasValidCoordinates().Gravatar wjmaclean@chromium.org2011-02-07