aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkMatrix.h
Commit message (Expand)AuthorAge
* minor changes to SkMatrix.h and SkRect.hGravatar Cary Clark2017-09-19
* Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDev...Gravatar Brian Salomon2017-08-28
* Convert NULL and 0 to nullptr.Gravatar Ben Wagner2017-08-28
* comment SK_API and add fix paramsGravatar Cary Clark2017-05-18
* optimize intersect, use getType to utilize fast-case in preTranslateGravatar Mike Reed2017-03-07
* Add some thread safety notes.Gravatar Mike Klein2017-03-02
* Batch across matrix changes in drawVertices and add GM to test.Gravatar Brian Salomon2017-02-03
* Harden degenerate gradient context handlingGravatar fmalita2016-10-05
* add SkMatrixPriv for specialized helpersGravatar reed2016-08-22
* Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2...Gravatar halcanary2016-08-10
* Change mapRectScaleTranslate to pass args/ret by valueGravatar reed2016-08-10
* Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1...Gravatar reed2016-07-10
* change mapRectScaleTranslate to pass args/ret by valueGravatar reed2016-07-10
* make setScaleTranslate publicGravatar reed2016-07-05
* speed up maprect for scale+trans caseGravatar reed2016-06-30
* Make SkPath::isOval() and SkPath::isRRect return the orientation and starting...Gravatar bsalomon2016-05-27
* Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than Sk...Gravatar benjaminwagner2016-02-16
* Make SkMatrix::get*Scale[s]() fail on NaNGravatar bsalomon2015-12-17
* Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE.Gravatar mtklein2015-11-24
* api helpers inspired by blink use-casesGravatar reed2015-08-09
* Fix up SkMatrix::isFinite callGravatar robertphillips2015-07-06
* add SkCanvas::drawAtlasGravatar reed2015-06-24
* Fix precision error in https://codereview.chromium.org/1188433011/Gravatar robertphillips2015-06-19
* Added check for ill-conditioned invertGravatar robertphillips2015-06-19
* Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...Gravatar reed2015-05-12
* Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...Gravatar reed2015-05-12
* stop calling SkScalarDivGravatar reed2015-05-12
* Remove SK_SUPPORT_LEGACY_SCALAR_MAPPOINTSGravatar fmalita2015-04-09
* use Sk4f for matrix mathGravatar reed2015-03-29
* use table of procs (and unrolling) to speed up mapPtsGravatar reed2015-03-27
* Add matrix constructing helpers to SkMatrixGravatar robertphillips2015-03-26
* remove meaningless matrix benches, add mapPts() and add new benchesGravatar reed2015-03-23
* add SkMatrix::decomposeScaleGravatar reed2015-03-19
* some utils for rect and matrixGravatar reed2015-03-13
* remove dead SkPersp macrosGravatar reed2015-01-20
* add get9 and set9 to matrix, to aid in making keysGravatar reed2014-12-13
* Force SkMatrix type while recording too.Gravatar mtklein2014-12-01
* Crop the fast path dashed lines to the cull rectGravatar robertphillips2014-11-04
* Add SK_API to global scope operators of SkMatrixGravatar junov2014-10-28
* make SkMatrix::dump always availableGravatar reed2014-10-02
* specialize setConcat for scale+translateGravatar reed2014-10-02
* Revert of specialize setConcat for scale+translate (patchset #1 id:1 of https...Gravatar robertphillips2014-10-02
* specialize setConcat for scale+translate, helps drawText perfGravatar reed2014-09-30
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Fix matrix similarity test on arm64Gravatar jvanverth2014-09-02
* Add SkRacyGravatar mtklein2014-07-08
* Revert of Add SkRacy (https://codereview.chromium.org/371363004/)Gravatar mtklein2014-07-08
* Add SkRacyGravatar mtklein2014-07-08
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-05-21
* Add function to get both min and max scale factors from matrixGravatar commit-bot@chromium.org2014-05-20