Searched refs:custom_serialize (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkPicture.cpp240 static sk_sp<SkData> custom_serialize(const SkPicture* picture, const SkSerialProcs& procs) { function
275 if (auto custom = custom_serialize(this, procs)) {
304 if (auto custom = custom_serialize(this, buffer.fProcs)) {
/external/skqp/src/core/
H A DSkPicture.cpp240 static sk_sp<SkData> custom_serialize(const SkPicture* picture, const SkSerialProcs& procs) { function
275 if (auto custom = custom_serialize(this, procs)) {
304 if (auto custom = custom_serialize(this, buffer.fProcs)) {

Completed in 151 milliseconds