aboutsummaryrefslogtreecommitdiffstats
path: root/gm/extractbitmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* gm: use DEF_GM macro consistantlyHal Canary2019-01-241-2/+1
* Move Views into Sample and Viewer.Ben Wagner2018-08-091-1/+0
* Rein in the use of SkDevice.hrobertphillips2016-04-201-1/+0
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-3/+3
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-3/+3
* Cleanup: Get rid of make_isize() function from gm.h.tfarina2014-06-091-1/+1
* remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurfacereed@google.com2014-02-051-19/+2
* add legacy/helper allocN32Pixels, and convert gm to use itreed@google.com2014-01-251-2/+1
* Split SkDevice into SkBaseDevice and SkBitmapDevicerobertphillips@google.com2013-08-291-1/+1
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...robertphillips@google.com2013-08-201-1/+1
* Split SkDevice out of SkBitmapDevicerobertphillips@google.com2013-08-201-1/+1
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-4/+4
* Ensure that SkDeferredCanvas::onCreateCompatibleDevice unrefs its temp device.scroggo@google.com2012-07-031-5/+3
* Another fix for drawing bitmaps through an SkGPipe that share pixelrefs.scroggo@google.com2012-07-031-3/+23
* Fix buildbot.scroggo@google.com2012-07-021-2/+2
* Properly handle extracted bitmaps in cross process/shared addr space SkGPipe.scroggo@google.com2012-07-021-0/+86