Home
last modified time | relevance | path

Searched refs:write_png (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/tools/
Dimgcvt.cpp16 static void write_png(const char* path, sk_sp<SkImage> img) { in write_png() function
138 write_png("transformed-skcms.png", SkImage::MakeRasterCopy(pixmap)); in main()
150 write_png("transformed-writepixels.png", surface->makeImageSnapshot()); in main()
162 write_png("transformed-draw.png", surface->makeImageSnapshot()); in main()
/third_party/skia/tools/
Dimgcvt.cpp16 static void write_png(const char* path, sk_sp<SkImage> img) { in write_png() function
138 write_png("transformed-skcms.png", SkImage::MakeRasterCopy(pixmap)); in main()
150 write_png("transformed-writepixels.png", surface->makeImageSnapshot()); in main()
162 write_png("transformed-draw.png", surface->makeImageSnapshot()); in main()
/third_party/skia/tests/
DTextBlobCacheTest.cpp306 void write_png(const std::string& filename, const SkBitmap& bitmap) { in write_png() function
331 write_png(filename, half); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
335 write_png(filename, base); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
356 write_png(filename, half); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
360 write_png(filename, base); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
387 write_png(filename, movingBitmap); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
391 write_png(filename, expectedBitMap); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngimage.c1320 write_png(struct display *dp, png_infop ip, int transforms) in write_png() function
1434 write_png(dp, dp->original_ip, 0/*transforms*/); in test_one_file()
1478 write_png(dp, dp->read_ip, current); in test_one_file()
Dmakepng.c770 write_png(const char **name, FILE *fp, int color_type, int bit_depth, in write_png() function
1933 int ret = write_png(&file_name, fp, color_type, bit_depth, gamma, in main()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngimage.c1320 write_png(struct display *dp, png_infop ip, int transforms) in write_png() function
1434 write_png(dp, dp->original_ip, 0/*transforms*/); in test_one_file()
1478 write_png(dp, dp->read_ip, current); in test_one_file()
Dmakepng.c770 write_png(const char **name, FILE *fp, int color_type, int bit_depth, in write_png() function
1933 int ret = write_png(&file_name, fp, color_type, bit_depth, gamma, in main()
/third_party/flutter/skia/third_party/externals/libpng/
Dexample.c739 void write_png(char *file_name /* , ... other image information ... */)
DCHANGES724 Added png_set_rows() and png_get_rows(), for use with png_read|write_png().
948 Changed type of "params" from voidp to png_voidp in png_read|write_png().
/third_party/skia/third_party/externals/libpng/
Dexample.c739 void write_png(char *file_name /* , ... other image information ... */)
DCHANGES724 Added png_set_rows() and png_get_rows(), for use with png_read|write_png().
948 Changed type of "params" from voidp to png_voidp in png_read|write_png().
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngcp.c1976 write_png(struct display *dp, const char *destname) in write_png() function
2217 write_png(dp, destname); in cp_one_file()
2246 write_png(dp, tmpname); in cp_one_file()
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dpngcp.c1976 write_png(struct display *dp, const char *destname) in write_png() function
2217 write_png(dp, destname); in cp_one_file()
2246 write_png(dp, tmpname); in cp_one_file()