summaryrefslogtreecommitdiffstats
path: root/skia/ext
Commit message (Expand)AuthorAgeFilesLines
* Revert 187283reed@google.com2013-03-117-86/+1043
* Call version of SkFontHost_fontconfig in Skia (cloned from here).reed@google.com2013-03-117-1043/+86
* cc: Consolidate the analysis_canvas operationsvmpstr@chromium.org2013-03-073-16/+588
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* mac: Fix a few memory leaks.thakis@chromium.org2013-03-041-1/+3
* Roll Skia DEPS to r7869robertphillips@google.com2013-02-271-1/+1
* New class to simplify rasterization.tomhudson@chromium.org2013-02-142-0/+74
* Custom implementation of VectorPlatformDeviceEmf::drawBitmapRect, to shield i...edisonn@google.com2013-02-122-0/+60
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-102-13/+13
* Implementation for cc::Picture::IsCheapInRect().tomhudson@chromium.org2013-02-072-0/+303
* Roll Skia DEPS to r7572 & add some suppressionsrobertphillips@google.com2013-02-051-1/+1
* Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread...nick@chromium.org2013-02-025-39/+164
* Roll Skia DEPS to 7502robertphillips@google.com2013-02-011-1/+1
* The Chrome-side of changes to use MSung* fonts as Chinese serif fonts. jshin@chromium.org2013-01-251-0/+26
* check for null-device before we try to erase it.reed@google.com2013-01-251-1/+1
* Add support for high-DPI hosts under Mac OS X.wez@chromium.org2013-01-251-1/+1
* Revert 178318 - broke mac compile http://build.chromium.org/p/chromium.mac/bu...fischman@chromium.org2013-01-231-1/+1
* Add support for high-DPI hosts under Mac OS X.wez@chromium.org2013-01-231-1/+1
* Fix regression with SkColor to COLORREF conversions.jam@chromium.org2013-01-221-14/+3
* Add allocator to ImageOperationsnduca@chromium.org2013-01-182-18/+29
* Don't allow path traversal paths on the base file helperscpu@chromium.org2013-01-091-1/+3
* mac: Handle hidpi cursors.thakis@chromium.org2012-12-151-8/+2
* split lazy_pixel_ref.h into .cc and .h file to fix windows dbg buildqinmin@chromium.org2012-12-062-2/+17
* Add skia::RefPtr class to wrap ref counted classes from Skia.danakj@chromium.org2012-12-0416-66/+292
* Add LazyPixelRef ctor/dtor to fix the link error of https://bugs.webkit.org/s...qinmin@chromium.org2012-11-301-0/+3
* Fix PrintWebViewHelperTest.AllowUserOriginatedPrinting on Win Aura.jam@chromium.org2012-11-291-7/+14
* add SkLazyPixelRef for lazy image decoding on impl threadqinmin@chromium.org2012-11-211-0/+32
* This is a fix for http://code.google.com/p/chromium/issues/detail?id=128506 -...edisonn@google.com2012-11-212-8/+70
* Adding iOS native support to load multi-resolution imagesnoyau@chromium.org2012-11-153-0/+191
* Preserve transparency when converting UIImage to SkBitmap.noyau@chromium.org2012-11-151-0/+1
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-1412-440/+234
* Move stack_container and linked_list to the new containers subdirectory.brettw@chromium.org2012-11-101-3/+3
* Use CGImage for conversion to SkBitmap.noyau@chromium.org2012-11-092-18/+7
* Chrome-side change to add two Chinese fonts (licensed).jshin@chromium.org2012-11-011-13/+24
* Free the dibsection (HBITMAP) in PlatformBitmap's destructor, so we don't leak!reed@google.com2012-11-013-2/+9
* reapply 164660 w/ fix to add UI_EXPORT to new classes, so we can link in comp...reed@google.com2012-10-305-420/+0
* Revert 164660 - Change CanvasPaintT from a template to just a subclass of gfx...sergeyu@chromium.org2012-10-295-0/+420
* Change CanvasPaintT from a template to just a subclass of gfx::Canvas. Greatlyreed@google.com2012-10-295-420/+0
* Sets the proper device scale factor on iOS.rohitrao@chromium.org2012-10-232-2/+5
* Introduce PlatformBitmap, which is a minimal helper class that wraps an SkBitmapreed@google.com2012-10-106-31/+148
* Disable VectorCanvasTest.* on Aura since they crash.jam@chromium.org2012-10-102-0/+12
* remove calls to deprecated SkCanvas::setBitmapDevice.reed@google.com2012-10-011-7/+4
* Revert 159477 - remove reference to deprecated setBitmapDevicereed@google.com2012-10-011-1/+10
* remove reference to deprecated setBitmapDevicereed@google.com2012-10-011-10/+1
* setBitmapDevice is going away from Skia (and has no callers in Skia or Chrome)reed@google.com2012-10-012-13/+0
* skia: Fix clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-09-291-5/+6
* Cleanup: avoid foo ? true : false, part 1.thestig@chromium.org2012-09-271-2/+2
* Call exit(1) if we mean to crash, rather than *(char*)0 = 0reed@google.com2012-09-261-1/+2
* Fix half-pixel misalignment in skia::ImageOperationshclam@chromium.org2012-09-252-28/+10
* Properly flip the CGContext during UIImage->SkBitmap conversions.rohitrao@chromium.org2012-09-241-0/+6