Searched refs:png_struct (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/angle2/util/ |
D | png_utils.cpp | 55 png_struct *writeStruct = in SavePNGRGB()
|
/third_party/skia/third_party/externals/libpng/ |
D | png.h | 439 typedef struct png_struct_def png_struct; typedef 440 typedef const png_struct * png_const_structp; 441 typedef png_struct * png_structp; 442 typedef png_struct * * png_structpp; 469 typedef png_struct * PNG_RESTRICT png_structrp; 470 typedef const png_struct * PNG_RESTRICT png_const_structrp;
|
D | pngmem.c | 32 png_struct dummy_struct = *png_ptr; in png_destroy_png_struct()
|
D | README | 37 be a transitional release, members of the png_struct and the 126 pngstruct.h => png_struct declaration (private)
|
D | CHANGES | 138 Current chunk name is now available in png_struct to reduce the number 466 user_depth, and user_channels into the png_struct, and a function 801 Rearranged some members at the end of png_info and png_struct, to put 811 1.00) members of png_struct and png_info, to regain binary compatibility 1076 libpng will reallocate the png_struct and info_struct if they are too small. 1129 Include background_1 in png_struct regardless of gamma support. 1217 png_struct after an error in png_create_read_struct_2(). 1399 Added compression_type to png_struct, and optimized the window size 1943 Enabled iTXt support (changes png_struct, thus requires so-number change). 2097 Moved local array "chunkdata" from pngrutil.c to the png_struct, so [all …]
|
D | libpng-manual.txt | 114 png_struct and png_info instances, and thus its own image. 120 There are two main structures that are important to libpng, png_struct 132 The png_struct structure is the object used by the library to decode a 135 Almost all libpng APIs require a pointer to a png_struct as the first argument. 140 always safe to assume that a (png_struct*) has to be passed to call an API 366 Next, png_struct and png_info need to be allocated and initialized. In 2748 Next, png_struct and png_info need to be allocated and initialized. 4239 png_struct and is initialized via png_init_io(). If you wish to change 4291 functions are normally supplied at the time that the png_struct is created. 4576 allocating and freeing the png_struct for each image read. [all …]
|
D | pngtest.c | 692 read_user_chunk_callback(png_struct *png_ptr, png_unknown_chunkp chunk) in read_user_chunk_callback()
|
D | png.c | 254 png_struct create_struct;
|
/third_party/libpng/ |
D | README | 37 be a transitional release, members of the png_struct and the 126 pngstruct.h => png_struct declaration (private)
|
/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
D | png2pnm.c | 166 png_struct *png_ptr = NULL; in png2pnm()
|
D | pnm2png.c | 166 png_struct *png_ptr = NULL; in pnm2png()
|
/third_party/skia/src/codec/ |
D | SkPngCodec.cpp | 1007 png_destroy_read_struct((png_struct**)&fPng_ptr, (png_info**)&fInfo_ptr, nullptr); in destroyReadStruct() 1018 if (setjmp(PNG_JMPBUF((png_struct*)fPng_ptr))) { in initializeXforms()
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | pnglibconf.dfa | 706 # machine. One of these will be allocated per png_struct. When this
|