Searched refs:png_pass_ystart (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngpread.c | 981 static const png_byte png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1}; in png_read_push_finish_row() local 1026 png_pass_ystart[png_ptr->pass]) / in png_read_push_finish_row()
|
A D | pngwutil.c | 1902 static const png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_write_start_row() local 1982 png_pass_ystart[0]) / png_pass_yinc[0]; in png_write_start_row() 2017 static const png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_write_finish_row() local 2059 png_pass_ystart[png_ptr->pass]) / in png_write_finish_row()
|
A D | pngrutil.c | 4337 static const png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_read_finish_row() local 4372 png_pass_ystart[png_ptr->pass]) / in png_read_finish_row() 4402 static const png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_read_start_row() local 4419 png_pass_ystart[0]) / png_pass_yinc[0]; in png_read_start_row()
|
Completed in 14 milliseconds