Home
last modified time | relevance | path

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

/third_party/skia/fuzz/
DFuzzCanvas.cpp1514 SkPictureRecorder pictureRecorder; in make_fuzz_picture() local
1515 fuzz_canvas(fuzz, pictureRecorder.beginRecording(w, h), depth - 1); in make_fuzz_picture()
1516 return pictureRecorder.finishRecordingAsPicture(); in make_fuzz_picture()
/third_party/flutter/skia/fuzz/
DFuzzCanvas.cpp1539 SkPictureRecorder pictureRecorder; in make_fuzz_picture() local
1540 fuzz_canvas(fuzz, pictureRecorder.beginRecording(w, h), depth - 1); in make_fuzz_picture()
1541 return pictureRecorder.finishRecordingAsPicture(); in make_fuzz_picture()