summaryrefslogtreecommitdiffstats
path: root/ui/gfx/transform.cc
Commit message (Expand)AuthorAgeFilesLines
* 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