summaryrefslogtreecommitdiffstats
path: root/ui/gfx/rect_f.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of strings headers in ui/, part 2.avi@chromium.org2013-06-111-1/+1
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-02-021-18/+0
* Revert 179770jochen@chromium.org2013-01-311-0/+18
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-01-311-18/+0
* Inline hot ctor/dtors for struct-like gfx:: geometry typesjamesr@chromium.org2012-11-301-21/+0
* ui: Prefer +/- operators to apply offsets.danakj@chromium.org2012-11-101-0/+12
* ui: Add IsExpressibleAsRect() method to RectFdanakj@chromium.org2012-11-031-0/+7
* Revert "ui: Add IsExpressibleAsRect() method to RectF" and "Attempt to fix un...danakj@chromium.org2012-11-021-7/+0
* ui: Add IsExpressibleAsRect() method to RectFdanakj@chromium.org2012-11-021-0/+7
* Include <algorithm> for std::min/max, not <cmath>.danakj@chromium.org2012-11-011-1/+1
* ui: Add a BoundingRect methoddanakj@chromium.org2012-11-011-0/+10
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-2/+3
* Add non-member non-mutating methods for common gfx::Rect operations.danakj@chromium.org2012-10-291-0/+24
* Fixes cases where we incorrectly convert from RectF to Rect by flooring. In a...vollick@chromium.org2012-09-281-4/+0
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-111-168/+13
* Revert r131737 "Use template for Point/Size/Rect and remove duplicates "oshima@chromium.org2012-04-111-13/+168
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-111-168/+13
* Floating point based Point/Size/Rect and Insetsoshima@chromium.org2012-04-091-0/+204