Searched refs:ReadPicture (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/libwebp/extras/ |
D | get_disto.c | 31 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/ |
D | get_disto.c | 31 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/ |
D | nanobench.cpp | 684 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/ |
D | nanobench.cpp | 664 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/ |
D | cwebp.c | 75 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/ |
D | cwebp.c | 77 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/ |
D | ChangeLog | 553 92504d21 get_disto: make ReadPicture() return a bool
|
/third_party/skia/third_party/externals/libwebp/ |
D | ChangeLog | 758 92504d21 get_disto: make ReadPicture() return a bool
|