summaryrefslogtreecommitdiffstats
path: root/ui/gfx/image/image_skia.cc
Commit message (Expand)AuthorAgeFilesLines
* Enables HiDPI favicon to be displayed in tab strip on CrOSpkotwicz@chromium.org2012-08-161-0/+4
* Avoid crashing when an ImageSkia has no representations and is converted to S...jyasskin@chromium.org2012-08-141-10/+5
* Chrome does not support hidpi themes other than the default.pkotwicz@chromium.org2012-08-051-12/+12
* Implement remaining SkBitmapOperations as ImageSkiaOperationspkotwicz@chromium.org2012-07-231-24/+5
* More and more places are using ImageSkiaSource.pkotwicz@chromium.org2012-07-201-0/+35
* More and more places are using ImageSkiaSource. pkotwicz@chromium.org2012-07-181-2/+4
* Get rid of implicit conversion to and from ImageSkiaReppkotwicz@chromium.org2012-07-111-14/+2
* Loading/Creating images for mutiple scale factors on the flyoshima@chromium.org2012-07-031-36/+109
* This CL adds a new object: ImageSkiaReppkotwicz@chromium.org2012-06-251-124/+85
* Adds null check in network menu icon to check if bitmap is null before checki...pkotwicz@chromium.org2012-06-231-0/+2
* Make ImageButton and NetworkMenuIcon work in high DPIpkotwicz@chromium.org2012-06-201-0/+11
* Revert 143092 - Make ImageButton and NetworkMenuIcon work in high DPIpkotwicz@chromium.org2012-06-201-11/+0
* Make ImageButton and NetworkMenuIcon work in high DPIpkotwicz@chromium.org2012-06-201-0/+11
* Make imageSkia:::extractSubset multi-image aware.kevers@chromium.org2012-06-081-5/+25
* Make SkIRect in ImageSkia::extractSubset const because it is const in SkBitma...pkotwicz@chromium.org2012-06-051-1/+1
* Adds methods to ImageSkia to allow changing scale factor on the flypkotwicz@chromium.org2012-06-011-23/+70
* Right now, the 2x data pack also contains 1x images. This is correct in the c...flackr@chromium.org2012-05-231-9/+2
* Revert 137622 - Fix a couple of bugs with the image skia implementationpkotwicz@chromium.org2012-05-171-4/+9
* Fix a couple of bugs with the image skia implementationpkotwicz@chromium.org2012-05-171-9/+4
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-161-97/+143
* Revert 136332 - This patch makes ImageSkia more like SkBitmap. The goal is to...pkotwicz@chromium.org2012-05-141-158/+97
* Revert 136823 - Get rid of Image::Image(SkBitmap*); because of win build failuretoyoshim@chromium.org2012-05-141-0/+15
* Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-141-15/+0
* Revert 136812 - Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-141-0/+15
* Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-141-15/+0
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-101-97/+158
* Revert 136304 - This patch makes ImageSkia more like SkBitmap. The goal is to...pkotwicz@chromium.org2012-05-101-157/+97
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-101-97/+157
* On the Mac, we populate NSImage from bitmaps in resource bundles. Introduce I...pkotwicz@chromium.org2012-04-241-0/+146