Lines Matching refs:procs
47 procs->fPictureProc permits supplying a custom function to decode SkPicture.
48 If procs->fPictureProc is nullptr, default decoding is used. procs->fPictureCtx
49 may be used to provide user context to procs->fPictureProc; procs->fPictureProc
53 @param procs custom serial data decoders; may be nullptr
57 const SkDeserialProcs* procs = nullptr);
63 procs->fPictureProc permits supplying a custom function to decode SkPicture.
64 If procs->fPictureProc is nullptr, default decoding is used. procs->fPictureCtx
65 may be used to provide user context to procs->fPictureProc; procs->fPictureProc
69 @param procs custom serial data decoders; may be nullptr
73 const SkDeserialProcs* procs = nullptr);
79 @param procs custom serial data decoders; may be nullptr
83 const SkDeserialProcs* procs = nullptr);
155 procs->fPictureProc permits supplying a custom function to encode SkPicture.
156 If procs->fPictureProc is nullptr, default encoding is used. procs->fPictureCtx
157 may be used to provide user context to procs->fPictureProc; procs->fPictureProc
160 @param procs custom serial data encoders; may be nullptr
165 sk_sp<SkData> serialize(const SkSerialProcs* procs = nullptr) const;
169 procs->fPictureProc permits supplying a custom function to encode SkPicture.
170 If procs->fPictureProc is nullptr, default encoding is used. procs->fPictureCtx
171 may be used to provide user context to procs->fPictureProc; procs->fPictureProc
175 @param procs custom serial data encoders; may be nullptr
179 void serialize(SkWStream* stream, const SkSerialProcs* procs = nullptr) const;