aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Writer32Test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hHal Canary2017-01-111-0/+1
* Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"Kevin Lubick2017-01-111-1/+0
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hHal Canary2017-01-111-0/+1
* Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.bungeman2016-08-021-6/+6
* Remove SkWriter32::contiguousArray().mtklein2016-04-291-13/+0
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-3/+3
* Make sp variants for SkDatareed2016-03-111-4/+4
* Move annotations to canvas virtual (patchset #8 id:140001 of https://coderevi...reed2016-03-041-0/+41
* Revert of move annotations to canvas virtual (patchset #8 id:140001 of https:...reed2016-03-031-41/+0
* move annotations to canvas virtualreed2016-03-031-0/+41
* Switch SkAutoMalloc to SkAutoTMalloc to avoid castscroggo2015-12-101-7/+4
* Style Change: NULL->nullptrhalcanary2015-08-271-3/+3
* Make SkWriter32::snapshotAsData() a dumb copy.mtklein2015-01-291-31/+0
* DM warning-free on win64bsalomon2014-12-121-1/+1
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2014-03-131-1/+0
* Add capture snapshot as data to SkWriter32, use it to optimise record->playback.commit-bot@chromium.org2014-03-121-0/+33
* Templetized SkWriter32 readTAt() & overwriteTAt()commit-bot@chromium.org2014-02-111-1/+47
* Fix broken debug buildcommit-bot@chromium.org2014-02-111-11/+3
* Have peek32 return uint32_t& to make it harder to look at more than 4 bytes.commit-bot@chromium.org2014-01-311-2/+1
* Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org2014-01-241-1/+1
* Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org2014-01-141-1/+0
* Convert SkWriter32 to use an SkTDArray for its internal storage.commit-bot@chromium.org2014-01-141-56/+50
* Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org2013-12-121-8/+3
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com2013-10-311-5/+5
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com2013-10-311-5/+5
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com2013-10-311-5/+5
* Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org2013-09-091-1/+1
* Fix bug in SkWriter32.mtklein@google.com2013-09-031-0/+10
* Write NULL as "" so readString() always returns a non-NULL string.mtklein@google.com2013-08-151-20/+2
* allow NULL in writeString/readStringcommit-bot@chromium.org2013-08-091-0/+29
* Start from scratch on a faster SkFlatDictionary.commit-bot@chromium.org2013-07-241-1/+6
* Revert "Start from scratch on a faster SkFlatDictionary."mtklein@google.com2013-07-241-6/+1
* Start from scratch on a faster SkFlatDictionary.commit-bot@chromium.org2013-07-241-1/+6
* Change random number generator for 'tests' to SkMWCRandom. Also removes some jvanverth@google.com2013-03-041-1/+1
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-261-1/+0
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2012-12-221-1/+1
* unify how we handle externally-provided storage in SkWriter32, with the goalreed@google.com2012-12-211-4/+6
* truncate our llist w/ null during rewind.reed@google.com2012-08-311-0/+14
* Sanitizing source files in Skia_Nightly_House_Keepingskia.committer@gmail.com2012-08-301-1/+1
* add SkWriter32::rewindToOffset() -- used for peephole edits in picture recordingreed@google.com2012-08-301-0/+27
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-9/+9
* Avoid a loop in writeString and writePad by zeroing padding first.scroggo@google.com2012-07-241-0/+55
* In SkWriter32::writeString, initialize all memory reserved.scroggo@google.com2012-07-231-0/+5
* add readPtr and writePtr to SkReader32 and SkWriter32reed@google.com2012-06-121-4/+32
* add optional storage parameter to SkWriter32reed@google.com2012-04-241-0/+18
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-13/+6
* add cross-process option to gpipereed@google.com2011-05-231-0/+90