index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPictureRecord.cpp
Commit message (
Expand
)
Author
Age
*
add drawData() to canvas, to record data blobs
reed@android.com
2009-12-04
*
oops, restore previous fix to saveLayer calling through to save()
reed@android.com
2009-10-02
*
move factory for 565 into its own file
reed@android.com
2009-10-02
*
don't call through to the inherited saveLayer, but just call save during record
reed@android.com
2009-10-01
*
make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit.
reed@android.com
2009-07-10
*
check for underflow in restore() during picture record, and ignore it
reed@android.com
2009-07-09
*
more checks for null shapes in pictures
reed@android.com
2009-07-03
*
add shape flatten so they work properly in pictures
reed@android.com
2009-06-29
*
add shape recording to pictuures (sans serialization)
reed@android.com
2009-06-26
*
API change: SkPath computeBounds -> getBounds
reed@android.com
2009-04-01
*
Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller...
reed@android.com
2009-03-30
*
add picture-record option to speedup complex clips
reed@android.com
2009-02-13
*
remove defines for strcasecmp (issue #5)
reed@android.com
2009-01-06
*
grab from latest android
reed@android.com
2008-12-17