aboutsummaryrefslogtreecommitdiff
path: root/tests/FrontBufferedStreamTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "use unique_ptr for stream api""Mike Reed2017-09-161-10/+16
* Revert "use unique_ptr for stream api"Mike Reed2017-09-151-16/+10
* use unique_ptr for stream apiMike Reed2017-09-151-10/+16
* use unique_ptr for codec factoriesMike Reed2017-07-251-1/+1
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hHal Canary2017-01-111-1/+1
* Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"Kevin Lubick2017-01-111-1/+1
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hHal Canary2017-01-111-1/+1
* Remove SkAutoTDelete.Ben Wagner2016-11-031-30/+30
* detach -> releasemtklein2016-03-161-1/+1
* Fix FrontBufferedStreamTestmsarett2016-03-011-11/+3
* Fix bug in SkGifCodec / Switch SkImageDec tests to use Codecmsarett2016-03-011-7/+5
* Remove position from FrontBufferedStreamscroggo2016-02-181-7/+6
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-7/+9
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-8/+8
* Make SkStream *not* ref counted.scroggo2015-01-211-21/+24
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-6/+6
* Add test for new FrontBufferedStream behavior.scroggo2014-10-241-0/+44
* Revert of Add test for new FrontBufferedStream behavior. (patchset #1 id:1 of...mtklein2014-10-231-44/+0
* Add test for new FrontBufferedStream behavior.scroggo2014-10-231-0/+44
* Use SkToBool to fix a warning.commit-bot@chromium.org2014-02-101-1/+1
* Allow buffered stream to work with an offset.commit-bot@chromium.org2014-02-101-1/+94
* 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
* Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org2013-12-121-5/+3
* Hide implementation details: SkFrontBufferedStreamscroggo@google.com2013-11-121-0/+1
* Add a buffered SkStream class.scroggo@google.com2013-09-261-0/+160