Searched refs:interlace_method (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/examples/ |
A D | pngpixel.c | 183 int bit_depth, color_type, interlace_method, in main() local 218 &bit_depth, &color_type, &interlace_method, in main() 228 switch (interlace_method) in main() 250 if (interlace_method == PNG_INTERLACE_ADAM7) in main()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngimage.c | 565 int interlace_method; member 951 &dp->interlace_method, &dp->compression_method, &dp->filter_method)) in update_display() 1000 int interlace_method, compression_method, filter_method; in compare_read() local 1004 &color_type, &interlace_method, &compression_method, &filter_method); in compare_read() 1015 C(interlace_method); in compare_read() 1356 dp->interlace_method, dp->compression_method, dp->filter_method); in write_png()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_png.c | 113 … *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_method, int *compres… 167 … *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_method, int *compres… in IMG_InitPNG()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | pngfix.c | 854 png_byte interlace_method; member 1472 else switch (file->interlace_method) in calc_image_size() 2899 file->interlace_method = reread_byte(file); in process_chunk()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | png.h | 2017 int *bit_depth, int *color_type, int *interlace_method, 2022 int color_type, int interlace_method, int compression_method,
|
A D | pngpriv.h | 1123 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | png.h | 2017 int *bit_depth, int *color_type, int *interlace_method, 2022 int color_type, int interlace_method, int compression_method,
|
Completed in 40 milliseconds