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
*
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
*
Strip old backend recording down to essentials
mtklein
2014-09-30
*
Remove support for SkPicture::clone().
mtklein
2014-09-30
*
Seems that some of our compliers can't infer this type, though most can.
Mike Klein
2014-09-25
*
Remove SkPaint dirty bits.
mtklein
2014-09-25
*
use SkData::NewUninitialized
reed
2014-09-12
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Convert BBH APIs to use SkRect.
mtklein
2014-08-27
*
SkTextBlob plumbing
fmalita
2014-08-26
*
Stop sorting the results of SkBBH::search().
mtklein
2014-08-18
*
Add layer counting to SkPictureRecord
robertphillips
2014-08-12
[next]