Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DTextBlobCacheTest.cpp321 void write_png(const std::string& filename, const SkBitmap& bitmap) { in write_png() function
348 write_png(filename, half); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
352 write_png(filename, base); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
373 write_png(filename, half); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
377 write_png(filename, base); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
407 write_png(filename, movingBitmap); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
411 write_png(filename, expectedBitMap); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
/aosp_15_r20/external/skia/tools/
H A Dimgcvt.cpp17 static void write_png(const char* path, sk_sp<SkImage> img) { in write_png() function
140 write_png("transformed-skcms.png", SkImages::RasterFromPixmapCopy(pixmap)); in main()
152 write_png("transformed-writepixels.png", surface->makeImageSnapshot()); in main()
164 write_png("transformed-draw.png", surface->makeImageSnapshot()); in main()
/aosp_15_r20/external/libpng/contrib/libtests/
H A Dpngimage.c1329 write_png(struct display *dp, png_infop ip, int transforms) in write_png() function
1443 write_png(dp, dp->original_ip, 0/*transforms*/); in test_one_file()
1487 write_png(dp, dp->read_ip, current); in test_one_file()
H A Dmakepng.c771 write_png(const char **name, FILE *fp, int color_type, int bit_depth, in write_png() function
1940 int ret = write_png(&file_name, fp, color_type, bit_depth, gamma, in main()
/aosp_15_r20/frameworks/base/tools/aapt/
H A DImages.cpp1139 static void write_png(const char* imageName, in write_png() function
1353 write_png(printableName.c_str(), write_ptr, write_info, *imageInfo, bundle); in write_png_protected()
1563 write_png(dest.c_str(), write_ptr, write_info, imageInfo, bundle); in preProcessImageToCache()
/aosp_15_r20/external/libpng/contrib/tools/
H A Dpngcp.c1997 write_png(struct display *dp, const char *destname) in write_png() function
2248 write_png(dp, destname); in cp_one_file()
2281 write_png(dp, tmpname); in cp_one_file()
/aosp_15_r20/external/libpng/
H A Dexample.c740 void write_png(char *file_name /* , ... other image information ... */)
H A 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().