summaryrefslogtreecommitdiffstats
path: root/ui/gfx/size_f.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 167255 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si...shawnsingh@chromium.org2012-11-131-3/+4
* ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.danakj@chromium.org2012-11-121-4/+3
* ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...danakj@chromium.org2012-11-101-0/+6
* Revert 167062 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si...danakj@chromium.org2012-11-101-3/+4
* ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.danakj@chromium.org2012-11-101-4/+3
* Make adding and subtracting gfx:: point types simpler.danakj@chromium.org2012-10-051-8/+0
* Fixes cases where we incorrectly convert from RectF to Rect by flooring. In a...vollick@chromium.org2012-09-281-1/+0
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-111-17/+12
* Revert r131737 "Use template for Point/Size/Rect and remove duplicates "oshima@chromium.org2012-04-111-12/+17
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-111-17/+12
* Floating point based Point/Size/Rect and Insetsoshima@chromium.org2012-04-091-0/+41