Searched refs:write_ptr (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/compile/ |
H A D | PngCrunch.cpp | 55 : write_ptr_(write_ptr), info_ptr_(info_ptr) {} in PngWriteStructDeleter() 494 if (write_ptr == nullptr) { in WritePng() 505 png_destroy_write_struct(&write_ptr, nullptr); in WritePng() 514 if (setjmp(png_jmpbuf(write_ptr))) { in WritePng() 633 png_set_filter(write_ptr, 0, PNG_NO_FILTERS); in WritePng() 635 png_set_filter(write_ptr, 0, PNG_ALL_FILTERS); in WritePng() 643 png_write_info(write_ptr, write_info_ptr); in WritePng() 667 png_write_row(write_ptr, out_row.get()); in WritePng() 703 png_write_row(write_ptr, out_row.get()); in WritePng() 730 png_write_row(write_ptr, out_row.get()); in WritePng() [all …]
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | Images.cpp | 1284 png_write_info(write_ptr, write_info); in write_png() 1295 png_write_image(write_ptr, rows); in write_png() 1302 png_write_end(write_ptr, write_info); in write_png() 1348 if (setjmp(png_jmpbuf(write_ptr))) { in write_png_protected() 1383 png_structp write_ptr = NULL; in preProcessImage() local 1411 if (!write_ptr) in preProcessImage() 1447 if (write_ptr) { in preProcessImage() 1467 png_structp write_ptr = NULL; in preProcessImageToCache() local 1530 if (!write_ptr) { in preProcessImageToCache() 1552 png_init_io(write_ptr, fp); in preProcessImageToCache() [all …]
|