aboutsummaryrefslogtreecommitdiff
path: root/tests/MatrixTest.cpp
AgeCommit message (Expand)Author
2016-08-24s/invertable/invertiblebungeman
2016-08-10Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2...halcanary
2016-08-10Change mapRectScaleTranslate to pass args/ret by valuereed
2016-07-16Guard SkMatrix::get*Scale[s]() against negative nearly-zero values.kolczyk
2016-07-10Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1...reed
2016-07-10change mapRectScaleTranslate to pass args/ret by valuereed
2016-07-05make setScaleTranslate publicreed
2016-06-30speed up maprect for scale+trans casereed
2016-05-20gyp (third_party) warning changes for ccachehalcanary
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2015-12-17Make SkMatrix::get*Scale[s]() fail on NaNbsalomon
2015-10-19Modifications to get 'blaze build -c opt //third_party/skia/HEAD/...' to work.benjaminwagner
2015-08-27Style Change: NULL->nullptrhalcanary
2015-06-19Added check for ill-conditioned invertrobertphillips
2015-05-12Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...reed
2015-05-12Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...reed
2015-05-12stop calling SkScalarDivreed
2015-03-29use Sk4f for matrix mathreed
2015-03-23remove meaningless matrix benches, add mapPts() and add new benchesreed
2015-03-19add SkMatrix::decomposeScalereed
2015-01-20remove dead SkPersp macrosreed
2014-12-13add get9 and set9 to matrix, to aid in making keysreed
2014-09-02Fix matrix similarity test on arm64jvanverth
2014-08-21Temporarily adjust Matrix.isSimilarity test tolerance on 64-bit ARM devicesdjsollen
2014-05-20Add function to get both min and max scale factors from matrixcommit-bot@chromium.org
2014-05-20Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scalecommit-bot@chromium.org
2014-05-19Try out SkMatrix::Concat.commit-bot@chromium.org
2014-01-24Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org
2014-01-14Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org
2013-12-17remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsreed@google.com
2013-12-12Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org
2013-12-09Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as...commit-bot@chromium.org
2013-11-05Checking structure sizes before reading them from memory to avoid overflowing...commit-bot@chromium.org
2013-11-04Revert "Checking structure sizes before reading them from memory to avoid ove...reed@google.com
2013-11-04Checking structure sizes before reading them from memory to avoid overflowing...sugoi@google.com
2013-11-04Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('A...epoger@google.com
2013-11-04Checking structure sizes before reading them from memory to avoid overflowing...sugoi@google.com
2013-10-11Clean up SkTypes.h.bungeman@google.com
2013-09-09Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org
2013-09-06Switch out random number generator for tests, benches, samples.commit-bot@chromium.org
2013-09-04Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-09-03Revise SVD code to remove arctangents. commit-bot@chromium.org
2013-08-15Add homogeneous point mapping to Matrixegdaniel@google.com
2013-08-09Revert r10659: Add a map homogenous points to SkMatrixjvanverth@google.com
2013-08-09Add a map homogenous points to SkMatrixegdaniel@google.com
2013-07-25Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-24Change double constants to floats.jvanverth@google.com
2013-07-24Add basic SVD support to SkMatrix. Allows you to pull out the x- and y-scale ...commit-bot@chromium.org
2013-03-08Upstream changes from Android.djsollen@google.com
2013-03-04Change random number generator for 'tests' to SkMWCRandom. Also removes some jvanverth@google.com