summaryrefslogtreecommitdiff
path: root/core/SkPictureRecord.cpp
AgeCommit message (Expand)Author
2011-04-29rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the patternmike@reedtribe.org
2011-04-14add SkCanvas::clear(SkColor color) to call the new virtual clear on device.reed@google.com
2011-02-07remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withreed@google.com
2009-12-04add drawData() to canvas, to record data blobsreed@android.com
2009-10-02oops, restore previous fix to saveLayer calling through to save()reed@android.com
2009-10-02move factory for 565 into its own filereed@android.com
2009-10-01don't call through to the inherited saveLayer, but just call save during recordreed@android.com
2009-07-10make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit.reed@android.com
2009-07-09check for underflow in restore() during picture record, and ignore itreed@android.com
2009-07-03more checks for null shapes in picturesreed@android.com
2009-06-29add shape flatten so they work properly in picturesreed@android.com
2009-06-26add shape recording to pictuures (sans serialization)reed@android.com
2009-04-01API change: SkPath computeBounds -> getBoundsreed@android.com
2009-03-30Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller...reed@android.com
2009-02-13add picture-record option to speedup complex clipsreed@android.com
2009-01-06remove defines for strcasecmp (issue #5)reed@android.com
2008-12-17grab from latest androidreed@android.com