namespace SkMultiPictureDocument { /** * Writes into a file format that is similar to SkPicture::serialize() * Accepts a callback for endPage behavior
*/
SK_API sk_sp<SkDocument> Make(SkWStream* dst, const SkSerialProcs* = nullptr,
std::function<void(const SkPicture*)> onEndPage = nullptr);
/** * Returns the number of pages in the SkMultiPictureDocument.
*/
SK_API int ReadPageCount(SkStreamSeekable* src);
/** * Read the SkMultiPictureDocument into the provided array of pages. * dstArrayCount must equal SkMultiPictureDocumentReadPageCount(). * Return false on error.
*/
SK_API bool Read(SkStreamSeekable* src,
SkDocumentPage* dstArray, int dstArrayCount, const SkDeserialProcs* = nullptr);
} // namespace SkMultiPictureDocument
#endif// SkMultiPictureDocument_DEFINED
Messung V0.5
¤ Dauer der Verarbeitung: 0.0 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.