aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureRecord.h
Commit message (Expand)AuthorAge
* Refactor Bitmap Storage for SkPicture using SkPipe's design.Gravatar djsollen@google.com2012-08-07
* Store more behavior of SkFlatDictionary in SkFlatController.Gravatar scroggo@google.com2012-08-02
* Always store pixels of mutable bitmaps when recording a SkPicture.Gravatar djsollen@google.com2012-07-27
* Use SkFlatDictionary in SkGPipe to take advantage of its new features.Gravatar scroggo@google.com2012-07-17
* Adding bracketing save/restore calls to SkPicture at record time andGravatar junov@chromium.org2012-07-16
* Cleanup restore offsets at end of SkPicture recordingGravatar junov@chromium.org2012-07-12
* Refactoring code in SkPictureRecord that touches fRestoreOffsetStackGravatar junov@chromium.org2012-07-09
* Adding option to serialize mutable bitmaps in SkPictureGravatar junov@chromium.org2012-06-01
* Refactor dictionaries for use by entities other than just SkPictureGravatar djsollen@google.com2012-05-30
* Adding more unit testing for SkCanvas and derived classes.Gravatar junov@chromium.org2012-02-22
* Adding API and unit testing for deferred canvas clearing/purgingGravatar junov@chromium.org2012-02-13
* extend fastbounds impls to include maskfilters and drawloopers. This allowsGravatar reed@google.com2012-01-30
* Formatting cleanup: remove extra whitespaceGravatar vandebo@chromium.org2012-01-28
* add bool argument to canvas' clipRect and clipPath for antialiasingGravatar reed@google.com2011-10-12
* use SK_OVERRIDEGravatar reed@google.com2011-10-06
* add drawBitmapNine to canvasGravatar reed@google.com2011-09-07
* fix pictures to not skip-over clip ops that might expand the clipGravatar reed@google.com2011-08-29
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the patternGravatar mike@reedtribe.org2011-04-29
* add SkCanvas::clear(SkColor color) to call the new virtual clear on device.Gravatar reed@google.com2011-04-14
* add drawData() to canvas, to record data blobsGravatar reed@android.com2009-12-04
* add shape recording to pictuures (sans serialization)Gravatar reed@android.com2009-06-26
* add picture-record option to speedup complex clipsGravatar reed@android.com2009-02-13
* remove defines for strcasecmp (issue #5)Gravatar reed@android.com2009-01-06
* grab from latest androidGravatar reed@android.com2008-12-17