Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/skpbench/
Dskpbench.cpp435 std::unique_ptr<SkStream> srcstream(SkStream::MakeFromFile(srcfile.c_str())); in main() local
436 if (!srcstream) { in main()
440 skp = create_skp_from_svg(srcstream.get(), srcfile.c_str()); in main()
446 skp = SkPicture::MakeFromStream(srcstream.get()); in main()
/third_party/skia/tools/skpbench/
Dskpbench.cpp524 std::unique_ptr<SkStream> srcstream(SkStream::MakeFromFile(srcfile.c_str())); in main() local
525 if (!srcstream) { in main()
529 skp = create_skp_from_svg(srcstream.get(), srcfile.c_str()); in main()
535 skp = SkPicture::MakeFromStream(srcstream.get()); in main()