Home
last modified time | relevance | path

Searched refs:SkDeserialPictureProc (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/include/core/
DSkSerialProcs.h33 typedef sk_sp<SkPicture> (*SkDeserialPictureProc)(const void* data, size_t length, void* ctx); typedef
62 SkDeserialPictureProc fPictureProc = nullptr;
/third_party/skia/tests/
DSerialProcsTest.cpp98 static SkDeserialProcs maked(SkDeserialPictureProc proc, const void* ctx = nullptr) { in maked()