Home
last modified time | relevance | path

Searched refs:inputPicture (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/tools/
DDDLPromiseImageHelper.cpp39 sk_sp<SkData> DDLPromiseImageHelper::deflateSKP(const SkPicture* inputPicture) { in deflateSKP() argument
55 return inputPicture->serialize(&procs); in deflateSKP()
DDDLPromiseImageHelper.h54 sk_sp<SkData> deflateSKP(const SkPicture* inputPicture);
/third_party/skia/tools/
DDDLPromiseImageHelper.cpp98 SkPicture* inputPicture) { in recreateSKP() argument
111 sk_sp<SkData> compressedPictureData = inputPicture->serialize(&procs); in recreateSKP()
/third_party/flutter/skia/tools/skpbench/
Dskpbench.cpp227 SkPicture* inputPicture, std::vector<Sample>* samples) { in run_ddl_benchmark() argument
235 sk_sp<SkData> compressedPictureData = promiseImageHelper.deflateSKP(inputPicture); in run_ddl_benchmark()
/third_party/skia/tools/skpbench/
Dskpbench.cpp254 sk_sp<SkSurface> dstSurface, SkPicture* inputPicture, in run_ddl_benchmark() argument
267 sk_sp<SkPicture> newSKP = promiseImageHelper.recreateSKP(dContext, inputPicture); in run_ddl_benchmark()
/third_party/flutter/skia/dm/
DDMSrcSink.cpp1901 sk_sp<SkPicture> inputPicture(recorder.finishRecordingAsPicture()); in draw() local
1907 sk_sp<SkData> compressedPictureData = promiseImageHelper.deflateSKP(inputPicture.get()); in draw()
/third_party/skia/dm/
DDMSrcSink.cpp1819 sk_sp<SkPicture> inputPicture(recorder.finishRecordingAsPicture()); in ddlDraw() local
1826 sk_sp<SkPicture> newSKP = promiseImageHelper.recreateSKP(dContext, inputPicture.get()); in ddlDraw()