HomeSort by relevance Sort by last modified time
    Searched defs:SkStream (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkStream.h 16 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
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/
SkStream.h 16 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
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 153 milliseconds