aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkWriter32.cpp
Commit message (Expand)AuthorAge
* Revert "Revert "SkTypes: extract SkTo""Gravatar Hal Canary2018-06-14
* Revert "SkTypes: extract SkTo"Gravatar Hal Canary2018-06-13
* SkTypes: extract SkToGravatar Hal Canary2018-06-12
* make matrix serialization privateGravatar Cary Clark2017-10-20
* Make sp variants for SkDataGravatar reed2016-03-11
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Make SkWriter32::snapshotAsData() a dumb copy.Gravatar mtklein2015-01-29
* Fixed issue found by clusterfuzzGravatar commit-bot@chromium.org2014-04-29
* fix size_t/int warningsGravatar commit-bot@chromium.org2014-04-23
* 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
* Revert of Change growth function for SkWriter32 (https://codereview.chromium....Gravatar commit-bot@chromium.org2014-02-11
* Change growth function for SkWriter32Gravatar commit-bot@chromium.org2014-02-11
* Fix broken debug buildGravatar commit-bot@chromium.org2014-02-11
* Cleaner external buffer handling in SkWriter32Gravatar commit-bot@chromium.org2014-02-11
* Convert SkWriter32 to use an SkTDArray for its internal storage.Gravatar commit-bot@chromium.org2014-01-14
* Fix bug in SkWriter32.Gravatar mtklein@google.com2013-09-03
* Write NULL as "" so readString() always returns a non-NULL string.Gravatar mtklein@google.com2013-08-15
* allow NULL in writeString/readStringGravatar commit-bot@chromium.org2013-08-09
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* 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-08
* 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
* truncate our llist w/ null during rewind.Gravatar reed@google.com2012-08-31
* 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
* Avoid a loop in writeString and writePad by zeroing padding first.Gravatar scroggo@google.com2012-07-24
* In SkWriter32::writeString, initialize all memory reserved.Gravatar scroggo@google.com2012-07-23
* add assertGravatar reed@google.com2012-05-09
* add optional storage parameter to SkWriter32Gravatar reed@google.com2012-04-24
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Add option in flattening to write factory names inline, as we are recording.Gravatar reed@google.com2011-06-21
* change string read/write to store length as full 32-bit value. This simplifiesGravatar reed@google.com2011-06-21
* add cross-process option to gpipeGravatar reed@google.com2011-05-23
* fix precendence error (== binds tighter than &)Gravatar reed@google.com2011-05-04
* updated pipeGravatar reed@google.com2011-05-03
* fix warningsGravatar reed@android.com2009-01-15
* grab from latest androidGravatar reed@android.com2008-12-17