Home | History | Annotate | Download | only in pdf

Lines Matching full:stream

34         kFavorSpeedOverSize_Flags = 0x01,  //!< Don't compress the stream, but
36 // the compressed stream.
46 /** Output the PDF to the passed stream. It is an error to call this (it
47 * will return false and not modify stream) if no pages have been added
51 * @param stream The writable output stream to send the PDF to.
53 SK_API bool emitPDF(SkWStream* stream);
89 /** Output the PDF header to the passed stream.
90 * @param stream The writable output stream to send the header to.
92 void emitHeader(SkWStream* stream);
98 /** Output the PDF footer to the passed stream.
99 * @param stream The writable output stream to send the footer to.
102 void emitFooter(SkWStream* stream, int64_t objCount);