Searched defs:SkStream (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkStream.h16 class SkStream;
23 * SkStream -- abstraction for a source of bytes. Subclasses can be backed by
39 class SK_API SkStream : public SkRefCnt { //TODO: remove SkRefCnt class in inherits:SkRefCnt
48 SK_DECLARE_INST_COUNT(SkStream)
139 /** SkStreamRewindable is a SkStream for which rewind and duplicate are required. */
140 class SK_API SkStreamRewindable : public SkStream {
210 bool writeStream(SkStream* input, size_t length);
214 * out of the stream using SkStream::readData().
/external/skia/include/core/
H A DSkStream.h16 class SkStream;
23 * SkStream -- abstraction for a source of bytes. Subclasses can be backed by
39 class SK_API SkStream : public SkRefCnt { //TODO: remove SkRefCnt class in inherits:SkRefCnt
48 SK_DECLARE_INST_COUNT(SkStream)
139 /** SkStreamRewindable is a SkStream for which rewind and duplicate are required. */
140 class SK_API SkStreamRewindable : public SkStream {
210 bool writeStream(SkStream* input, size_t length);
214 * out of the stream using SkStream::readData().

Completed in 1299 milliseconds