aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkWriter32.h
Commit message (Expand)AuthorAge
* Remove SkWriter32::contiguousArray().Gravatar mtklein2016-04-29
* Make sp variants for SkDataGravatar reed2016-03-11
* Move annotations to canvas virtual (patchset #8 id:140001 of https://coderevi...Gravatar reed2016-03-04
* Revert of move annotations to canvas virtual (patchset #8 id:140001 of https:...Gravatar reed2016-03-03
* move annotations to canvas virtualGravatar reed2016-03-03
* yet another memcpy -> sk_careful_memcpyGravatar mtklein2015-12-10
* another memcpy -> sk_careful_memcpyGravatar mtklein2015-12-09
* Move SkTemplates.h to private.Gravatar bungeman2015-08-19
* Make SkWriter32::snapshotAsData() a dumb copy.Gravatar mtklein2015-01-29
* SkCanvas::drawPatch param SkPoint[12]Gravatar dandov2014-08-12
* Stopped skipping tests in dm of SkPatch by implementing theGravatar dandov2014-08-07
* Add SK_API to SkWriter32Gravatar bsalomon2014-06-26
* Add capture snapshot as data to SkWriter32, use it to optimise record->playback.Gravatar commit-bot@chromium.org2014-03-12
* SkWriter32: throw in the SkTDArray towel.Gravatar commit-bot@chromium.org2014-02-13
* Templetized SkWriter32 readTAt() & overwriteTAt()Gravatar commit-bot@chromium.org2014-02-11
* Reland SkWriter32 growth change with build fixes.Gravatar commit-bot@chromium.org2014-02-11
* Cleaner external buffer handling in SkWriter32Gravatar commit-bot@chromium.org2014-02-11
* Have peek32 return uint32_t& to make it harder to look at more than 4 bytes.Gravatar commit-bot@chromium.org2014-01-31
* fix (some) 64bit warnings -- size_t -> intGravatar commit-bot@chromium.org2014-01-24
* Convert SkWriter32 to use an SkTDArray for its internal storage.Gravatar commit-bot@chromium.org2014-01-14
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* Start cleaning up 64bit Win warningsGravatar robertphillips@google.com2013-10-14
* Create a semi-stable API for capturing the state of an SkCanvas and reconstru...Gravatar djsollen@google.com2013-08-29
* Revert "Create a semi-stable API for capturing the state of an SkCanvas and r...Gravatar djsollen@google.com2013-08-29
* Create a semi-stable API for capturing the state of an SkCanvas and reconstru...Gravatar djsollen@google.com2013-08-29
* Write NULL as "" so readString() always returns a non-NULL string.Gravatar mtklein@google.com2013-08-15
* Start from scratch on a faster SkFlatDictionary.Gravatar commit-bot@chromium.org2013-07-24
* Revert "Start from scratch on a faster SkFlatDictionary."Gravatar mtklein@google.com2013-07-24
* Start from scratch on a faster SkFlatDictionary.Gravatar commit-bot@chromium.org2013-07-24
* fix compiler warnings:Gravatar mike@reedtribe.org2012-12-24
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-22
* unify how we handle externally-provided storage in SkWriter32, with the goalGravatar reed@google.com2012-12-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-13
* revert 6766, thereby re-landing 6762-6763 now that the bots are readyGravatar reed@google.com2012-12-12
* revert 6762-6763, since those require new skps to be generated, and we can'tGravatar reed@google.com2012-12-12
* part of prev CL for rrectGravatar reed@google.com2012-12-12
* speedup peek32() when the offset is in the last block (fTail)Gravatar reed@google.com2012-12-07
* Add the ability to provide function pointers to SkPicture serializationGravatar scroggo@google.com2012-10-04
* Sanitizing source files in Skia_Nightly_House_KeepingGravatar skia.committer@gmail.com2012-08-30
* add SkWriter32::rewindToOffset() -- used for peephole edits in picture recordingGravatar reed@google.com2012-08-30
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* add readPtr and writePtr to SkReader32 and SkWriter32Gravatar reed@google.com2012-06-12
* Rename the existing flatten(void*) methods.Gravatar djsollen@google.com2012-06-08
* add optional storage parameter to SkWriter32Gravatar reed@google.com2012-04-24
* Decouple the SkFlattenable from SkReader32/SkWriter32.Gravatar djsollen@google.com2012-04-12
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Fix a batch of coverity defects, uninitialized class fields.Gravatar vandebo@chromium.org2011-06-21
* add cross-process option to gpipeGravatar reed@google.com2011-05-23