summaryrefslogtreecommitdiffstats
path: root/skia/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* check for valid device before usingreed@google.com2012-09-241-1/+1
* Fix the iOS build.droger@chromium.org2012-09-201-1/+1
* unchecked_malloc() for Skia on OSX.shess@chromium.org2012-09-191-0/+6
* Now that we can handle NULL from BitmapPlatformDevice::Create, remove thereed@google.com2012-09-181-66/+1
* skia: Rename PlatformDevice::IsNativeFontRenderingAllowed to PlatformDevice::...reveman@chromium.org2012-09-185-8/+6
* repeat http://codereview.chromium.org/10908266/ but w/o the android change,reed@google.com2012-09-172-0/+18
* Revert 156969 - Add define to limit recommended offscreen allocations. This a...ilevy@chromium.org2012-09-153-21/+0
* Add define to limit recommended offscreen allocations. This avoids some failuresreed@google.com2012-09-153-0/+21
* When allocating a bitmap canvas on Linux, move the cairo surface allocation v...senorblanco@chromium.org2012-09-141-4/+4
* Adds an iOS implementation of gfx::Image.rohitrao@chromium.org2012-09-142-0/+107
* Some printers has issue with metafiles produces from PDF so added switch and ...vitalybuka@chromium.org2012-08-224-18/+1
* mac: Remove implicit conversion from ImageSkia to SkBitmap.sadrul@chromium.org2012-08-212-1/+10
* Handle link annotations in Skia EMF device.vandebo@chromium.org2012-08-201-0/+5