aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureData.cpp
Commit message (Expand)AuthorAge
* add serialprocs to MultiDocument, hide redundant methodsGravatar Mike Reed2017-12-21
* remove unused willPlayBackBitmaps from pictureGravatar Mike Reed2017-12-20
* Revert "Revert "impl SkSerial picture procs""Gravatar Mike Reed2017-12-13
* Revert "impl SkSerial picture procs"Gravatar Mike Reed2017-12-13
* impl SkSerial picture procsGravatar Mike Reed2017-12-13
* upgrade SkReadBuffer to always validateGravatar Mike Reed2017-12-06
* add serial procs to picturesGravatar Mike Reed2017-12-05
* remove unused readBitmapAsImage from readbufferGravatar Mike Reed2017-11-28
* remove legacy Create from SkTextBlobGravatar Mike Reed2017-11-16
* Remove trailing whitespace.Gravatar Ben Wagner2017-10-09
* Revert[2] "More SkVertices implementation work""Gravatar Mike Reed2017-03-17
* Revert "More SkVertices implementation work"Gravatar Mike Reed2017-03-17
* More SkVertices implementation workGravatar Mike Reed2017-03-17
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hGravatar Hal Canary2017-01-11
* Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"Gravatar Kevin Lubick2017-01-11
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hGravatar Hal Canary2017-01-11
* Guard some uint32_t -> int cases in SkPictureData readingGravatar Robert Phillips2016-12-19
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Remove SkAutoTUnref and SkAutoTDelete from public includes.Gravatar bungeman2016-10-27
* ensure we always set the pictinfo.fVersionGravatar Mike Reed2016-10-04
* Deserialize pictures with custom image-deserializerGravatar reed2016-08-11
* remove support for serializing bitmaps in old formatGravatar reed2016-08-10
* Move SkTypeface to sk_sp.Gravatar bungeman2016-05-12
* Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...Gravatar scroggo2016-05-12
* Move SkTypeface to sk_sp.Gravatar bungeman2016-05-11
* Prototype code that turns any/every flattenable into JSONGravatar brianosman2016-05-04
* Remove SkWriter32::contiguousArray().Gravatar mtklein2016-04-29
* Enable flattening of SkRecordedDrawableGravatar msarett2016-04-27
* Revert of Enable flattening of SkRecordedDrawable (patchset #8 id:140001 of h...Gravatar mtklein2016-04-27
* Enable flattening of SkRecordedDrawableGravatar msarett2016-04-27
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* return pictures as sk_spGravatar reed2016-03-18
* detach -> releaseGravatar mtklein2016-03-16
* Make sp variants for SkDataGravatar reed2016-03-11
* fix skp fuzzGravatar caryclark2016-01-21
* Dedup SkPaths by gen-ID when going to .skpGravatar mtklein2015-10-30
* SkImageSourceGravatar fmalita2015-09-14
* Handle zero-length encoded images gracefully during deserializationGravatar fmalita2015-09-04
* Suppress embedding fonts when the skp's fonts match the OS fonts.Gravatar caryclark2015-08-31
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Deduplicate typefaces across sub-picturesGravatar mtklein2015-08-18
* Double free in ~SkPictureData()Gravatar fmalita2015-07-29
* add break statement -- lost during rewrite earlierGravatar reed2015-06-22
* change old picture serialization to really handle imagesGravatar reed2015-06-22
* Switch font embedding to a compile-time flag, with a todo for runtime.Gravatar mtklein2015-02-10
* Rename SkDrawPictureCallback to SkPicture::AbortCallbackGravatar robertphillips2015-01-07
* Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset ...Gravatar reed2015-01-06
* Rename SkDrawPictureCallback to SkPicture::AbortCallbackGravatar robertphillips2015-01-06
* Force embedding full font when serializing pictures.Gravatar mtklein2014-12-11