aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureRecord.cpp
Commit message (Expand)AuthorAge
* record doAA param for clipRect and clipPath in picturesGravatar reed@google.com2011-11-11
* add bool argument to canvas' clipRect and clipPath for antialiasingGravatar reed@google.com2011-10-12
* 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
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* add drawData() to canvas, to record data blobsGravatar reed@android.com2009-12-04
* oops, restore previous fix to saveLayer calling through to save()Gravatar reed@android.com2009-10-02
* move factory for 565 into its own fileGravatar reed@android.com2009-10-02
* don't call through to the inherited saveLayer, but just call save during recordGravatar reed@android.com2009-10-01
* make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit.Gravatar reed@android.com2009-07-10
* check for underflow in restore() during picture record, and ignore itGravatar reed@android.com2009-07-09
* more checks for null shapes in picturesGravatar reed@android.com2009-07-03
* add shape flatten so they work properly in picturesGravatar reed@android.com2009-06-29
* add shape recording to pictuures (sans serialization)Gravatar reed@android.com2009-06-26
* API change: SkPath computeBounds -> getBoundsGravatar reed@android.com2009-04-01
* Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller...Gravatar reed@android.com2009-03-30
* 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