summaryrefslogtreecommitdiffstats
path: root/ui/gfx/transform.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Make scroll compensation take integer snapping into accountenne@chromium.org2013-10-251-4/+0
* Provide approximate type functions for SkMatrix44.dominikg@chromium.org2013-10-191-0/+27
* Fix logic error in gfx::Transform::TransformPointvollick@chromium.org2013-10-171-2/+3
* Add gfx::Transform::TransformBox and TransformBoxReversevollick@chromium.org2013-10-111-0/+28
* Fix compilation and ui_unittests with float transformsenne@chromium.org2013-09-251-6/+6
* Revert 224725 "Fix compilation and ui_unittests with float trans..."sky@chromium.org2013-09-231-6/+6
* Fix compilation and ui_unittests with float transformsenne@chromium.org2013-09-231-6/+6
* Refactor TransformPoint{,Reverse}.avallee@chromium.org2013-09-121-13/+19
* cc: Use SkMScalar instead of doubles for transforms in ccenne@chromium.org2013-09-121-145/+131
* Add gfx::Transform::To2dTranslationvollick@chromium.org2013-08-141-0/+9
* Implement preservesAxisAlignment on gfx::Transformshawnsingh@chromium.org2013-07-111-2/+57
* Use a direct include of strings headers in ui/, part 2.avi@chromium.org2013-06-111-2/+2
* After http://crrev.com/202755, timing functions can now produce values outsid...vollick@chromium.org2013-06-041-8/+0
* Use explicit constructor-enums for SkMatrix44, either kUninitialized or kIden...reed@google.com2013-01-161-10/+10
* Migrate more functions from MathUtil to gfx::Transformshawnsingh@chromium.org2013-01-151-0/+52
* Migrate from MathUtil::inverse() to gfx::Transform::GetInverse()shawnsingh@google.com2013-01-071-1/+8
* Add ToString() to gfx::Transform for easier debugging.danakj@chromium.org2012-12-201-0/+25
* Aggressively inline implementation of gfx::Transformshawnsingh@google.com2012-12-131-42/+0
* Optimization pass on Transform, to take advantage of SkMatrix44::getType()reed@google.com2012-12-071-112/+20
* Use nearest neighbor filtering for non-translated quadsskyostil@chromium.org2012-12-041-0/+12
* Check for identity before doing matrix math in more places in gfx::Transformjamesr@chromium.org2012-11-301-8/+38
* Improve implementation of gfx::Transform::IsBackFaceVisibleshawnsingh@chromium.org2012-11-301-11/+58
* Avoid redundant SkMatrix44::reset() call in gfx::Transform constructorjamesr@chromium.org2012-11-301-1/+0
* Move temporary MathUtil wrappers to permanent home in gfx::Transformshawnsingh@google.com2012-11-281-12/+114
* gfx::Transform API clean-upvollick@chromium.org2012-11-261-193/+107
* Make use of the new SkMatrix44::transpose, ::getDouble, and ::setDouble funcsvollick@chromium.org2012-11-171-15/+32
* Add support for blending matrices.vollick@chromium.org2012-11-151-19/+184
* Shortly, gfx::Transform will be backed by a matrix of doubles. It would make ...vollick@chromium.org2012-11-141-42/+57
* ui: Remove implicit flooring in skia rect conversion methods.danakj@chromium.org2012-11-141-7/+8
* ui: Remove implicit flooring from Point3f and rename the class to Point3Fdanakj@chromium.org2012-10-311-6/+6
* Add ash rotate-in and -out animation for constrained dialogsrouslan@chromium.org2012-10-301-0/+6
* gfx: Transform is using its own custom function to round a float to an integer.tfarina@chromium.org2012-10-181-18/+4
* Migrate ui::Transform to gfx::Transform shawnsingh@chromium.org2012-10-141-16/+16
* Random set of changes for workspace2 code:sky@chromium.org2012-08-241-0/+1
* Add support for perspective transformsvollick@chromium.org2012-05-141-0/+6
* Adds a new layer animation element which owns an interpolated transform. This...vollick@chromium.org2012-03-171-9/+23
* Revert r127269 "Adds a new layer animation element which owns an interpolated...oshima@chromium.org2012-03-161-23/+9
* Adds a new layer animation element which owns an interpolated transform. This...vollick@chromium.org2012-03-161-9/+23
* Adds function to invert a transform to ui::Transformpkotwicz@chromium.org2011-10-241-0/+4
* Use EXPECT_FLOAT_EQ in interpolated xform unittest and SkMatrix44's operator=...backer@chromium.org2011-07-221-20/+1
* Use SkMatrix44 for the underlying implementation of ui::Transformbacker@chromium.org2011-07-081-41/+128
* Take transforms into consideration when deciding the dirty region for child v...sadrul@chromium.org2011-06-171-4/+4
* views: Take transforms into account when computing visible bounds.sadrul@chromium.org2011-06-061-2/+13
* Fixes rounding bug in transform. This is needed to avoid roundingsky@chromium.org2011-05-241-2/+6
* Fix transform concatenation order in GetTransformRelativeTo, improve/add tests.wjmaclean@chromium.org2011-05-191-7/+3
* Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...sky@chromium.org2011-05-171-0/+103