summaryrefslogtreecommitdiffstats
path: root/ui/gfx/color_utils.cc
Commit message (Expand)AuthorAgeFilesLines
* ui/gfx: Do not pass SkColor by const-reference as it's defined as POD(integer).tfarina@chromium.org2012-03-241-1/+1
* ui/gfx: Do not use the deprecated SkBitmap::getConfig() function.tfarina@chromium.org2012-03-191-2/+2
* Invert web content when Windows color scheme is white-on-black.dmazzoni@chromium.org2012-03-171-0/+8
* [Coverity] Fixed pass-by-value to pass-by-referencegroby@chromium.org2012-03-121-8/+8
* Check for no pixels after calling lockPixels(). If so, we return rather thanreed@google.com2011-05-241-0/+6
* Fix glitchy drawing in faded tab titlessail@chromium.org2011-04-261-9/+9
* Take 2 at fixing a double overflow bug in RGB->HSL conversion.tony@chromium.org2011-02-261-3/+3
* Fix rounding error when convering HSL values to RGB.tony@chromium.org2011-02-241-11/+13
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Move src/gfx/ to src/ui/gfxsail@chromium.org2011-02-021-0/+300