Lines Matching full:stream
22 A stream object in a PDF. Note, all streams must be indirect objects (via
29 /** Create a PDF stream. A Length entry is automatically added to the
30 * stream dictionary. The stream may be retained (stream->ref() may be
32 * @param data The data part of the stream.
36 explicit SkPDFStream(SkStream* stream);
37 /** Create a PDF stream with the same content and dictionary entries
44 virtual void emitObject(SkWStream* stream, SkPDFCatalog* catalog,
50 kUnused_State, //!< The stream hasn't been requested yet.
51 kNoCompression_State, //!< The stream's been requested in an
53 kCompressed_State, //!< The stream's already been compressed.
56 /* Create a PDF stream with no data. The setData method must be called to
61 // Populate the stream dictionary. This method returns false if
65 void setSubstitute(SkPDFStream* stream) {
66 fSubstitute.reset(stream);
74 void setData(SkStream* stream);
89 // Indicates what form (or if) the stream has been requested.