summaryrefslogtreecommitdiffstats
path: root/skia/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove all the OS X 10.6 SDK forward declarations.rsesek@chromium.org2012-07-181-17/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1123-23/+0
* Add ability to build a canvas with a target scale factor.pkotwicz@chromium.org2012-06-272-13/+13
* Teach CanvasSkiaPaint about HiDPI contexts.avi@chromium.org2012-06-231-15/+24
* Minor skia fixes for Androidsteveblock@chromium.org2012-06-221-3/+3
* ImageSkia is 1:1 to NSImage. This patch adds conversions between ImageSkia an...pkotwicz@chromium.org2012-06-142-8/+0
* mac: Use NSWidth() and friends in a few more places.thakis@chromium.org2012-06-072-9/+6
* Pass the global matrix to CG always.caryclark@google.com2012-05-291-26/+101
* Disable VectorCanvasTest.PathEffects on Winsteveblock@chromium.org2012-05-231-1/+6
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-163-67/+31
* Add atomics for Skia in preperation for landing http://codereview.appspot.com...bungeman@chromium.org2012-05-161-6/+49
* Revert 136332 - This patch makes ImageSkia more like SkBitmap. The goal is to...pkotwicz@chromium.org2012-05-143-30/+66
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-103-66/+30
* Revert 136304 - This patch makes ImageSkia more like SkBitmap. The goal is to...pkotwicz@chromium.org2012-05-103-31/+67
* roll skia to 3891reed@google.com2012-05-101-0/+1
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-103-67/+31
* Roll Skia to 3866.bsalomon@google.com2012-05-081-2/+1
* Fix win32 error checking in platform_canvas_skia.cc by moving code into bitma...reveman@chromium.org2012-04-173-84/+69
* remove call to getTotalClip, which is being deprecated. Use save/restore patternreed@google.com2012-04-121-3/+2
* Create a local bitmap to capture CoreGraphics renderingcaryclark@google.com2012-04-113-17/+70
* Remove log-spam from Convolver.SIMDVerification.fischman@chromium.org2012-04-101-6/+6
* Don't get screen dc when creating BitmapPlatformDevicejbauman@chromium.org2012-04-102-22/+4
* Remove WAYLAND portoshima@chromium.org2012-04-073-238/+3
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-1/+1
* Adding build-time option to enable the tracing of skia events in junov@chromium.org2012-04-031-0/+18
* BitmapPlatformDevice multiply-inherits from PlatformDevice and SkDevice, insenorblanco@chromium.org2012-03-296-6/+6
* Default initialize CanvasPaintT<T> bitmaps to 0, 0, 0, 0.twiz@chromium.org2012-03-235-0/+13
* aura: Use platform independent canvas by default.reveman@chromium.org2012-03-231-0/+121
* Revert 128039 - aura: Use platform independent canvas by default.wez@chromium.org2012-03-211-41/+0
* aura: Use platform independent canvas by default.reveman@chromium.org2012-03-211-0/+41
* use getTopLayer(now with updatematrixclip) instead of (should be private) Lay...reed@google.com2012-03-201-2/+1
* Implement input type=color UIkeishi@chromium.org2012-03-202-0/+25
* ui/gfx: Do not use the deprecated SkBitmap::getConfig() function.tfarina@chromium.org2012-03-191-1/+1
* Remove redundant memory clears when constructing BitmapPlatformDevice instanc...twiz@chromium.org2012-03-1615-78/+121
* skia/ext: Add SK_API to a function used from a testthakis@chromium.org2012-03-161-2/+2
* remoting: Move CGRectToSkIRect() to the only file where it's calledthakis@chromium.org2012-03-152-11/+0
* Revert 126889 - Implement input type=color UImarkusheintz@chromium.org2012-03-152-25/+0