summaryrefslogtreecommitdiffstats
path: root/skia/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made result_filefaceid output optional in FontConfigIPC::Match. There are cas...alokp@chromium.org2012-08-181-2/+4
* Fix two harmless int-to-pointer conversions that a new clang warns about.thakis@chromium.org2012-08-101-1/+1
* mac: Delete more 10.5-only codethakis@chromium.org2012-08-091-26/+9
* implement Serialize/Deserialize, so we can serialize picturesreed@google.com2012-08-091-9/+38
* Temporarily disable buggy SSE2 code.tomhudson@chromium.org2012-08-071-2/+3
* return NULL if we failed to allocate a cairo surface, rather than waiting for...reed@google.com2012-07-301-0/+4
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2012-07-271-1/+1
* Reenables previously failing tests in SkiaUtilsMacTest.*pkotwicz@chromium.org2012-07-271-3/+3
* [Android] Fix ImageOperations.ResizeShouldAverageColorsyfriedman@chromium.org2012-07-262-2/+2
* Upstream the rest of skia diffmichaelbai@chromium.org2012-07-242-7/+6
* Fix memory leaks in RenderTextMac.asvitkine@chromium.org2012-07-232-2/+2
* Initial RenderTextMac implementation using CoreText.asvitkine@chromium.org2012-07-231-2/+2