summaryrefslogtreecommitdiff
path: root/core/SkMatrix.cpp
AgeCommit message (Expand)Author
2014-03-18Remove SkCanvas matrix ops return value.commit-bot@chromium.org
2014-03-13Allow toString capability to be toggled independent of developer mode.commit-bot@chromium.org
2014-01-30remove (unnecessary) SkScalarMul and SkScalarMulAdd macros from SkMatrix.cpp.commit-bot@chromium.org
2014-01-13remove remaining references to Sk64 (obsolete)reed@google.com
2013-12-18remove last remnant of SK_SCALAR_IS_FIXED codereed@google.com
2013-12-18move SkScalarMean into its only caller, reducing out public API exposurereed@google.com
2013-12-17remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsreed@google.com
2013-12-16remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOA...reed@google.com
2013-12-13remove SkScalarCompare type and headerreed@google.com
2013-12-09Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as...commit-bot@chromium.org
2013-11-22I feel like my clang is especially sensitive to unused variables.mtklein@google.com
2013-11-21fix compiler error where SK_SCALAR_IS_FLOAT is not defined. (attempt 2)djsollen@google.com
2013-11-21fix compiler error where SK_SCALAR_IS_FLOAT is not defined.djsollen@google.com
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-23SK_ONCE for SkData and SkPathRefcommit-bot@chromium.org
2013-10-11Correct 32bit pointer assumption in assert in SkMatrix.bungeman@google.com
2013-10-10SK_ONCE for SkMatrix::I()commit-bot@chromium.org
2013-10-07Make skia almost compile again with clang.commit-bot@chromium.org
2013-09-04Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-09-03Fix Matrix44Test and double-to-float conversion in SVD codejvanverth@google.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-30Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-29Matrix decomposition cleanup: Add is_degenerate_2x2(), and fix some assertscommit-bot@chromium.org
2013-07-25Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-24Add basic SVD support to SkMatrix. Allows you to pull out the x- and y-scale ...commit-bot@chromium.org
2013-04-10Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-04-09First pass at Rect Effectrobertphillips@google.com
2013-03-04Change random number generator for 'tests' to SkMWCRandom. Also removes some jvanverth@google.com
2013-02-22remove obsolete build flags:reed@google.com
2013-01-30return if we're invertible for the fast scale+trans case when we have no inversereed@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-22Add GPU support for axis-aligned ovals:jvanverth@google.com
2013-01-15Added print out of SkShader information to debuggerrobertphillips@google.com
2013-01-04add SK_IGNORE_FAST_SCALEMATRIX_INVERT guard for new invert codereed@google.com
2013-01-04special-case matrix invert for translate and scalereed@google.com
2013-01-04Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-03use SkTreatAsSprite in SkDraw (with guard for chrome if needed)reed@google.com
2013-01-03Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-02add unittest for SkTreatAsSpritereed@google.com
2012-10-31Shortcut inverting the identity matrix.bsalomon@google.com
2012-10-12Fix matrix type in setRectToRectreed@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-09remove unused local var (warning fix)reed@google.com