index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPictureData.cpp
Commit message (
Expand
)
Author
Age
*
Revert[2] "More SkVertices implementation work""
Mike Reed
2017-03-17
*
Revert "More SkVertices implementation work"
Mike Reed
2017-03-17
*
More SkVertices implementation work
Mike Reed
2017-03-17
*
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
Hal Canary
2017-01-11
*
Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
Kevin Lubick
2017-01-11
*
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
Hal Canary
2017-01-11
*
Guard some uint32_t -> int cases in SkPictureData reading
Robert Phillips
2016-12-19
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
*
ensure we always set the pictinfo.fVersion
Mike Reed
2016-10-04
*
Deserialize pictures with custom image-deserializer
reed
2016-08-11
*
remove support for serializing bitmaps in old format
reed
2016-08-10
*
Move SkTypeface to sk_sp.
bungeman
2016-05-12
*
Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...
scroggo
2016-05-12
*
Move SkTypeface to sk_sp.
bungeman
2016-05-11
*
Prototype code that turns any/every flattenable into JSON
brianosman
2016-05-04
*
Remove SkWriter32::contiguousArray().
mtklein
2016-04-29
*
Enable flattening of SkRecordedDrawable
msarett
2016-04-27
*
Revert of Enable flattening of SkRecordedDrawable (patchset #8 id:140001 of h...
mtklein
2016-04-27
*
Enable flattening of SkRecordedDrawable
msarett
2016-04-27
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
return pictures as sk_sp
reed
2016-03-18
*
detach -> release
mtklein
2016-03-16
*
Make sp variants for SkData
reed
2016-03-11
*
fix skp fuzz
caryclark
2016-01-21
*
Dedup SkPaths by gen-ID when going to .skp
mtklein
2015-10-30
*
SkImageSource
fmalita
2015-09-14
*
Handle zero-length encoded images gracefully during deserialization
fmalita
2015-09-04
*
Suppress embedding fonts when the skp's fonts match the OS fonts.
caryclark
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Deduplicate typefaces across sub-pictures
mtklein
2015-08-18
*
Double free in ~SkPictureData()
fmalita
2015-07-29
*
add break statement -- lost during rewrite earlier
reed
2015-06-22
*
change old picture serialization to really handle images
reed
2015-06-22
*
Switch font embedding to a compile-time flag, with a todo for runtime.
mtklein
2015-02-10
*
Rename SkDrawPictureCallback to SkPicture::AbortCallback
robertphillips
2015-01-07
*
Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset ...
reed
2015-01-06
*
Rename SkDrawPictureCallback to SkPicture::AbortCallback
robertphillips
2015-01-06
*
Force embedding full font when serializing pictures.
mtklein
2014-12-11
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-11
*
Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of ...
scroggo
2014-12-09
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-09
*
Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of ...
robertphillips
2014-12-09
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-09
*
Bump min picture version.
mtklein
2014-12-01
*
Followup: remove unnecessary SkTRefArray
mtklein
2014-11-12
*
More cleanup: streamline paths and bitmaps.
mtklein
2014-11-12
*
detect bad bitmaps during deserialization
reed
2014-11-12
*
Start stripping out complicated parts of SkPicture{Record,Data}.
mtklein
2014-11-12
[next]