summaryrefslogtreecommitdiffstats
path: root/ui/gfx/image
Commit message (Expand)AuthorAgeFilesLines
* gfx::Image: Refactor to avoid assuming scoped_ptr lifetime.mgiuca2016-03-172-9/+11
* Fix use-after-free in gfx::Image.mgiuca2016-03-152-2/+8
* ui: Add out-of-line copy ctors for complex classes.vmpstr2016-02-252-0/+3
* Upstream iOS forks to ui/gfx/ unit tests and test support.sdefresne2016-02-162-3/+25
* Switch to standard integer types in ui/gfx/.avi2015-12-2317-5/+35
* Use proper namespace in skia/extscroggo2015-12-104-11/+11
* gfx: Use std::move() instead of Pass() for scoped_ptr.danakj2015-11-251-3/+4
* gfx::ImageSkia: Added a note about using this class vs ImageFamily.mgiuca2015-11-231-0/+5
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-0/+2
* ScopedPtrMap -> std::map from /ui/gfx/imagelimasdf2015-11-192-5/+5
* Added ImageFamily::CreateExact, which scales the best image to size.mgiuca2015-11-103-1/+96
* Remove some implicit Point to PointF conversions, add helpers.danakj2015-10-221-1/+1
* Add methods to check for exact gfx::Image equality and make most tests use itpkotwicz2015-09-294-35/+103
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-252-3/+3
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-252-12/+2
* Partially fix compilation of media_unittests with Xcode 7 (OS X 10.11 SDK).sdefresne2015-09-141-1/+1
* Update usages of std::map to use ScopedPtrMap.mgiuca2015-06-252-10/+10
* gfx: Make ImageSkipRep bitmaps immutable.danakj2015-05-084-8/+7
* gfx::Image: AddRepresentation takes a scoped_ptr, not a raw ptr.mgiuca2015-04-212-36/+37
* Set FixedSource image unscaled in ImageSkiaTestqiankun.miao2015-03-261-1/+11
* ui/gfx: Cleanup - replace a call to SkBitmapToNSImage().tfarina2015-01-241-1/+3
* Enable strict-virtual-specifiers for iOS builds.droger2015-01-202-13/+7
* Update {virtual,override,final} for ui/ to follow C++11 style.dcheng2015-01-091-3/+0
* Cleanup: Update the path to gfx size headers.tfarina2015-01-0310-11/+11
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-312-3/+3
* Cleanup: Update the path to insets and point headers.tfarina2014-12-231-3/+3
* Switch users of foundation_util.h to include it directly and clean up uses of...avi2014-12-213-2/+3
* ui/gfx: Return make_scoped_ptr when/where possible.tfarina2014-11-241-2/+2
* Stop building ui_unittests target.tfarina2014-11-181-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-292-4/+2
* Standardize usage of virtual/override/final in ui/dcheng2014-10-214-80/+49
* The ScaleImageSkiaRep function which attempts to scale the image to the desir...ananta2014-10-161-2/+1
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-095-29/+29
* Falls back to 1x image if the resource doesn't have the scale data.mukai2014-10-082-28/+104
* Remove kDisableArbitraryScaleFactorInImageSkia flag.mukai2014-10-073-25/+2
* Enables 300P support for iOS.rohitrao2014-09-161-0/+109
* MacViews: Get ImageTest to passandresantoso2014-08-281-4/+3
* Use 2x resources for 1.25oshima@chromium.org2014-07-122-25/+47
* SkBitmap::Config is deprecated, use SkColorType insteadreed@google.com2014-07-081-2/+2
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-015-25/+12
* Use ImageSkiaSource to create ImageSkia from ImagePNGRepsoshima@chromium.org2014-06-203-35/+111
* Revert 278589 "Use ImageSkiaSource to create ImageSkia from Imag..."ricow@chromium.org2014-06-203-109/+35
* Use ImageSkiaSource to create ImageSkia from ImagePNGRepsoshima@chromium.org2014-06-203-35/+109
* Enable arbitrary scale factoroshima@chromium.org2014-06-112-15/+1
* Remove forward declarations of unused ImageRepGdk and ImageRepCairopkotwicz@chromium.org2014-05-262-8/+1
* Update comment for ImageSkiaRep(gfx::Size, float);oshima@chromium.org2014-05-161-1/+3
* Fixes use-of-uninitialized-value MSan error in image_skia_unittestmukai@chromium.org2014-05-162-3/+4
* Allows arbitrary scale factor in ImageSkia.mukai@chromium.org2014-05-153-15/+245
* Add ImageSkiaRep::unscaled that tells if the image is for unscaled image.oshima@chromium.org2014-05-114-9/+62
* Scrub deprecated Skia APIs.fmalita@chromium.org2014-05-103-3/+3