aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkStream.h
Commit message (Expand)AuthorAge
* SkWStream::writeText inlined.Gravatar halcanary2016-04-11
* add missing APIGravatar caryclark2016-03-16
* Make sp variants for SkDataGravatar reed2016-03-11
* add fsync to try to get complete skps from webpage picture captureGravatar caryclark2015-12-16
* Allow SkStream::peek() to partially succeedGravatar scroggo2015-12-07
* Eliminate SkFILE: it always is the same as FILE.Gravatar halcanary2015-11-20
* remove SkInstCntGravatar mtklein2015-06-26
* Add a method to read a stream without advancing it.Gravatar scroggo2015-04-02
* Remove SkMemoryStream::peek()Gravatar scroggo2015-03-27
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* SkStream: Add SkDynamicMemoryWStream::writeToStream(SkWStream*)Gravatar halcanary2015-02-23
* Remove staging SkStream::unref().Gravatar bungeman2015-01-22
* Make SkStream *not* ref counted.Gravatar scroggo2015-01-21
* Simplify SkInstCntGravatar mtklein2015-01-13
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Enable unused param checking for public includes.Gravatar djsollen2014-11-14
* remove confusing/unused stream methodsGravatar reed2014-09-12
* Add size_t bytesWritten() const to SkWStream.Gravatar commit-bot@chromium.org2014-03-06
* This CL is motivated by the desire to make the skpinfo tool work a bit better...Gravatar commit-bot@chromium.org2014-03-05
* DM: read image files without an extra copyGravatar commit-bot@chromium.org2014-03-05
* Remove backward compatibility shims from SkStream.h.Gravatar bungeman@google.com2013-11-13
* Clean up SkTypes.h.Gravatar bungeman@google.com2013-10-11
* Handle SkStream::rewind properly.Gravatar scroggo@google.com2013-08-28
* Add a detachAsStream to SkDynamicMemoryWStream.Gravatar bungeman@google.com2013-07-19
* Add a detachAsStream to SkDynamicMemoryWStream.Gravatar bungeman@google.com2013-07-19
* Revert r10171 due to test failure in StreamTestGravatar robertphillips@google.com2013-07-18
* Add a detachAsStream to SkDynamicMemoryWStream.Gravatar bungeman@google.com2013-07-18
* Change SkStream.Gravatar bungeman@google.com2013-05-29
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-08
* add block comment describing sync nature of SkStreamGravatar reed@google.com2013-05-07
* comments only: update docs for SkStream::readData(), SkWStream::writeData()Gravatar epoger@google.com2013-03-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-19
* reland 8200 w/ fix for android (use fullpath instead of path)Gravatar reed@google.com2013-03-18
* revert 8204 -- what is happening???Gravatar reed@google.com2013-03-18
* reland 8200 w/ fix for android (need fullpath instead of path)Gravatar reed@google.com2013-03-18
* revert 8200 to figure out android breakGravatar reed@google.com2013-03-18
* move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availabilityGravatar reed@google.com2013-03-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-06
* add SK_API to more stream subclasses (for shared library use)Gravatar reed@google.com2013-03-05
* Ensure that SkMemoryStream does not crash dereferencing fData.Gravatar scroggo@google.com2013-01-09
* Show the paint's typeface information in the details pane of the debugger.Gravatar humper@google.com2013-01-07
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Exported SkFILEWStream class so that it can be used in Chrome.Gravatar alokp@chromium.org2012-07-17
* add read/write SkData methodsGravatar reed@google.com2012-07-02
* stick SkInstCnt in more classes, to help track down leaksGravatar reed@google.com2012-06-26
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* Adding more unit testing for SkCanvas and derived classes.Gravatar junov@chromium.org2012-02-22
* Use SK_OVERRIDE to add a little extra robustness against name changes.Gravatar tomhudson@google.com2011-10-03
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* replace detach/getStream apis on dynamicwstream with SkDataGravatar reed@google.com2011-06-24