aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureData.cpp
Commit message (Expand)AuthorAge
...
* 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
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-11
* Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of ...Gravatar scroggo2014-12-09
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-09
* Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of ...Gravatar robertphillips2014-12-09
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-09
* Bump min picture version.Gravatar mtklein2014-12-01
* Followup: remove unnecessary SkTRefArrayGravatar mtklein2014-11-12
* More cleanup: streamline paths and bitmaps.Gravatar mtklein2014-11-12
* detect bad bitmaps during deserializationGravatar reed2014-11-12
* Start stripping out complicated parts of SkPicture{Record,Data}.Gravatar mtklein2014-11-12
* Strip old backend recording down to essentialsGravatar mtklein2014-09-30
* Remove support for SkPicture::clone().Gravatar mtklein2014-09-30
* Seems that some of our compliers can't infer this type, though most can.Gravatar Mike Klein2014-09-25
* Remove SkPaint dirty bits.Gravatar mtklein2014-09-25
* use SkData::NewUninitializedGravatar reed2014-09-12
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Convert BBH APIs to use SkRect.Gravatar mtklein2014-08-27
* SkTextBlob plumbingGravatar fmalita2014-08-26
* Stop sorting the results of SkBBH::search().Gravatar mtklein2014-08-18
* Add layer counting to SkPictureRecordGravatar robertphillips2014-08-12
* Revert of Add layer counting to SkPictureRecord (https://codereview.chromium....Gravatar mtklein2014-08-11
* Add layer counting to SkPictureRecordGravatar robertphillips2014-08-11
* Cleaning up SkPicture-related classesGravatar robertphillips2014-08-11
* Moved SkPictureContentInfo into its own file. It now tracks the number of skiaGravatar hendrikw2014-08-08
* Remove Skia's use of the default SkPicture constructor and multi-cloneGravatar Robert Phillips2014-07-13
* Remove SkPicture copy constructorGravatar robertphillips2014-07-13
* Cleanup SkPicture* classes a bitGravatar robertphillips2014-07-10
* Clean up a bit after SkPictureData/SkPicturePlayback splitGravatar robertphillips2014-07-08
* Split SkPicturePlayback out of SkPictureDataGravatar robertphillips2014-07-07
* Rename SkPicturePlayback to SkPictureDataGravatar robertphillips2014-07-01