Home
last modified time | relevance | path

Searched refs:fPictureCtx (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/include/core/
H A DSkSerialProcs.h52 void* fPictureCtx = nullptr; member
63 void* fPictureCtx = nullptr; member
/third_party/skia/src/core/
H A DSkPicture.cpp189 return procs.fPictureProc(data->data(), size, procs.fPictureCtx); in MakeFromStream()
210 return procs.fPictureProc(buffer.skip(size), size, procs.fPictureCtx); in MakeFromBuffer()
241 auto data = procs.fPictureProc(const_cast<SkPicture*>(picture), procs.fPictureCtx); in custom_serialize()
/third_party/skia/tests/
H A DSerialProcsTest.cpp94 procs.fPictureCtx = ctx; in makes()
101 procs.fPictureCtx = const_cast<void*>(ctx); in maked()

Completed in 2 milliseconds