summaryrefslogtreecommitdiffstats
path: root/skia/ext/bitmap_platform_device_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-261-4/+4
* Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread...nick@chromium.org2013-02-021-9/+16
* check for null-device before we try to erase it.reed@google.com2013-01-251-1/+1
* Add skia::RefPtr class to wrap ref counted classes from Skia.danakj@chromium.org2012-12-041-1/+2
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-141-0/+8
* Introduce PlatformBitmap, which is a minimal helper class that wraps an SkBitmapreed@google.com2012-10-101-1/+25
* When allocating a bitmap canvas on Linux, move the cairo surface allocation v...senorblanco@chromium.org2012-09-141-4/+4
* return NULL if we failed to allocate a cairo surface, rather than waiting for...reed@google.com2012-07-301-0/+4
* Remove redundant memory clears when constructing BitmapPlatformDevice instanc...twiz@chromium.org2012-03-161-0/+8
* Fix Coverity defects in skia/ext:vandebo@chromium.org2012-01-031-2/+3
* Add a new ctor to CanvasSkia that takes a const SkBitmap&.tfarina@chromium.org2011-12-211-3/+3
* OpenBSD patches for skia, split from CR #8275005robert.nagy@gmail.com2011-11-071-0/+4
* CL removing inheritance of SkDevice from PlatformDevice. twiz@google.com2011-08-281-1/+8
* Revert 98230 - CL removing inheritance of SkDevice from PlatformDevice. twiz@chromium.org2011-08-251-8/+1
* CL removing inheritance of SkDevice from PlatformDevice. twiz@chromium.org2011-08-251-1/+8
* Stop using deprecated factory API for SkDevicereed@google.com2011-07-051-11/+5
* Revert 91504 - Stop using deprecated factory API for SkDevicereed@google.com2011-07-051-5/+11
* Stop using deprecated factory API for SkDevicereed@google.com2011-07-051-11/+5
* CL removing unused copy constructor and assignment operators on BitmapPlatfor...twiz@chromium.org2011-06-171-14/+1
* Removal of redundant method, PlatformDevice::IsVectorial. twiz@chromium.org2011-05-261-4/+0
* Update Chrome's Skia Device to use the new device factory interface (http://c...vandebo@chromium.org2011-04-291-4/+4
* Fixed a few styles issues in skia::PlatformDevice. Made function names consis...alokp@chromium.org2011-04-061-1/+1
* roll skiareed@google.com2011-02-281-1/+2
* Revert 76069 - roll to rev. 846, includes change to SkDevice setMatrixClip() ...reed@google.com2011-02-251-2/+1
* roll to rev. 846, includes change to SkDevice setMatrixClip() interfacereed@google.com2011-02-251-1/+2
* roll skia 636:673thakis@chromium.org2011-01-081-1/+2
* Revert "roll skia 636:673"thakis@chromium.org2011-01-071-2/+1
* roll skia 636:673thakis@chromium.org2011-01-071-1/+2
* Flush the cairo surface before we try to write to it.vandebo@chromium.org2010-12-151-3/+6
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-0/+8
* Roll Skia deps to r621.vandebo@chromium.org2010-10-271-4/+4
* Update use of SkCanvas and SkDevice to match change in Skia:vandebo@chromium.org2010-10-151-0/+8
* Move BitmapPlatformDeviceData into its own header file.tony@chromium.org2010-08-311-62/+11
* Revert 53498 to see if it is causing filterRegions.svg to fail.brettw@chromium.org2010-07-231-7/+0
* Work around Skia's inability to handle degenerate bitmaps. brettw@chromium.org2010-07-231-0/+7
* test_shell: fix for newer cairosevan@chromium.org2010-07-131-1/+5
* Linux: Flush cairo surface at end of CanvasPaintLinux.estade@chromium.org2010-07-081-8/+0
* Preserve optimized scrolling in the presence of multiple animating rects.darin@chromium.org2009-12-041-7/+8
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-4/+5
* Reverting 20516 by re-landing this previous patch.brettw@chromium.org2009-07-171-10/+109
* Revert previous clipping rect change for Cairo to see if it fixes the build.brettw@chromium.org2009-07-131-109/+10
* Keep the cairo clipping region in sync with the Skia one.brettw@chromium.org2009-07-131-10/+109
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-27/+29
* Linux Skia: add an option to build a canvas from a provided memory bufferagl@chromium.org2009-01-221-5/+19
* Remove a bunch of base dependencies from skia/ext. The only nontrivial change isbrettw@chromium.org2009-01-141-3/+4
* Move the "platform" wrappers in skia/ext to the skia namespace.brettw@google.com2008-12-171-2/+2
* Move port/.../skia/public to skia/ext for Linux. Windows & Mac already moved ...brettw@google.com2008-11-221-0/+94