summaryrefslogtreecommitdiffstats
path: root/ui/gfx/transform.h
Commit message (Expand)AuthorAgeFilesLines
* Remove last dependencies on ui/base from ui/gfxben@chromium.org2013-09-271-1/+1
* Fix compilation and ui_unittests with float transformsenne@chromium.org2013-09-251-3/+3
* Revert 224725 "Fix compilation and ui_unittests with float trans..."sky@chromium.org2013-09-231-3/+3
* Fix compilation and ui_unittests with float transformsenne@chromium.org2013-09-231-3/+3
* Refactor TransformPoint{,Reverse}.avallee@chromium.org2013-09-121-6/+6
* cc: Use SkMScalar instead of doubles for transforms in ccenne@chromium.org2013-09-121-18/+32
* Adds a gfx_export.h to ui/gfx and converts all code in ui/gfx toben@chromium.org2013-09-051-1/+1
* Add gfx::Transform::To2dTranslationvollick@chromium.org2013-08-141-0/+5
* Implement preservesAxisAlignment on gfx::Transformshawnsingh@chromium.org2013-07-111-0/+4
* Migrate more functions from MathUtil to gfx::Transformshawnsingh@chromium.org2013-01-151-0/+28
* This patch prevents the creation of some render targets by informing the logi...whunt@chromium.org2013-01-091-0/+9
* Migrate from MathUtil::inverse() to gfx::Transform::GetInverse()shawnsingh@google.com2013-01-071-0/+10
* Add ToString() to gfx::Transform for easier debugging.danakj@chromium.org2012-12-201-0/+4
* Aggressively inline implementation of gfx::Transformshawnsingh@google.com2012-12-131-11/+20
* Optimization pass on Transform, to take advantage of SkMatrix44::getType()reed@google.com2012-12-071-3/+10
* Use nearest neighbor filtering for non-translated quadsskyostil@chromium.org2012-12-041-0/+4
* Move temporary MathUtil wrappers to permanent home in gfx::Transformshawnsingh@google.com2012-11-281-3/+20
* gfx::Transform API clean-upvollick@chromium.org2012-11-261-67/+18
* Make use of the new SkMatrix44::transpose, ::getDouble, and ::setDouble funcsvollick@chromium.org2012-11-171-3/+10
* Add support for blending matrices.vollick@chromium.org2012-11-151-0/+52
* Shortly, gfx::Transform will be backed by a matrix of doubles. It would make ...vollick@chromium.org2012-11-141-14/+14
* ui: Remove implicit flooring in skia rect conversion methods.danakj@chromium.org2012-11-141-3/+3
* 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/+3
* Migrate ui::Transform to gfx::Transform shawnsingh@chromium.org2012-10-141-14/+12
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Reland: ash: Improved window maximize/restore animationsjamescook@chromium.org2012-06-061-2/+2
* Revert 139494 - ash: Improved window maximize/restore animationsjamescook@chromium.org2012-06-011-2/+2
* ash: Improved window maximize/restore animationsjamescook@chromium.org2012-05-301-2/+2
* Add support for perspective transformsvollick@chromium.org2012-05-141-0/+5
* Adds a new layer animation element which owns an interpolated transform. This...vollick@chromium.org2012-03-171-2/+8
* Revert r127269 "Adds a new layer animation element which owns an interpolated...oshima@chromium.org2012-03-161-8/+2
* Adds a new layer animation element which owns an interpolated transform. This...vollick@chromium.org2012-03-161-2/+8
* Adds function to invert a transform to ui::Transformpkotwicz@chromium.org2011-10-241-0/+3
* Rename UI_API to UI_EXPORT.darin@chromium.org2011-08-061-2/+2
* Introduce ui.dll / libui.so for the component build.darin@chromium.org2011-07-171-1/+2
* Use SkMatrix44 for the underlying implementation of ui::Transformbacker@chromium.org2011-07-081-27/+43
* Adds the ability to animate transforms/bounds to View.sky@chromium.org2011-06-231-0/+1
* 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-1/+5
* Fix transform concatenation order in GetTransformRelativeTo, improve/add tests.wjmaclean@chromium.org2011-05-191-2/+2
* Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...sky@chromium.org2011-05-171-25/+36
* Adds assignment operator like function to Transform.sky@chromium.org2011-05-101-0/+3
* Some style changes (for readability).sadrul@chromium.org2011-04-141-12/+25
* Add a virtual destructor to ui::Transformhbono@chromium.org2011-02-251-0/+2
* Transformable views: Use the transformation for points and events.sadrul@chromium.org2011-02-241-0/+66