Home
last modified time | relevance | path

Searched refs:ReadPicture (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/libwebp/extras/
Dget_disto.c31 static size_t ReadPicture(const char* const filename, WebPPicture* const pic, in ReadPicture() function
284 size1 = ReadPicture(name1, &pic1, 1); in main()
285 size2 = ReadPicture(name2, &pic2, 1); in main()
/third_party/flutter/skia/third_party/externals/libwebp/extras/
Dget_disto.c31 static size_t ReadPicture(const char* const filename, WebPPicture* const pic, in ReadPicture() function
284 size1 = ReadPicture(name1, &pic1, 1); in main()
285 size2 = ReadPicture(name2, &pic2, 1); in main()
/third_party/flutter/skia/bench/
Dnanobench.cpp684 static sk_sp<SkPicture> ReadPicture(const char* path) { in ReadPicture() function in BenchmarkStream
764 sk_sp<SkPicture> pic = ReadPicture(path.c_str()); in rawNext()
795 sk_sp<SkPicture> pic = ReadPicture(path.c_str()); in rawNext()
841 sk_sp<SkPicture> pic = ReadPicture(path.c_str()); in rawNext()
/third_party/skia/bench/
Dnanobench.cpp664 static sk_sp<SkPicture> ReadPicture(const char* path) { in ReadPicture() function in BenchmarkStream
777 sk_sp<SkPicture> pic = ReadPicture(path.c_str()); in rawNext()
808 sk_sp<SkPicture> pic = ReadPicture(path.c_str()); in rawNext()
848 sk_sp<SkPicture> pic = ReadPicture(path.c_str()); in rawNext()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dcwebp.c75 static int ReadPicture(const char* const filename, WebPPicture* const pic, in ReadPicture() function
101 static int ReadPicture(const char* const filename, WebPPicture* const pic, in ReadPicture() function
960 if (!ReadPicture(in_file, &picture, keep_alpha, in main()
/third_party/skia/third_party/externals/libwebp/examples/
Dcwebp.c77 static int ReadPicture(const char* const filename, WebPPicture* const pic, in ReadPicture() function
103 static int ReadPicture(const char* const filename, WebPPicture* const pic, in ReadPicture() function
972 if (!ReadPicture(in_file, &picture, keep_alpha, in main()
/third_party/flutter/skia/third_party/externals/libwebp/
DChangeLog553 92504d21 get_disto: make ReadPicture() return a bool
/third_party/skia/third_party/externals/libwebp/
DChangeLog758 92504d21 get_disto: make ReadPicture() return a bool