Searched refs:png_pass_ystart (Results 1 – 7 of 7) sorted by relevance
/external/libpng/ |
D | pngpread.c | 970 static PNG_CONST png_byte png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1}; in png_read_push_finish_row() local 1015 png_pass_ystart[png_ptr->pass]) / in png_read_push_finish_row()
|
D | pngwutil.c | 1958 static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_write_start_row() local 2038 png_pass_ystart[0]) / png_pass_yinc[0]; in png_write_start_row() 2073 static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_write_finish_row() local 2115 png_pass_ystart[png_ptr->pass]) / in png_write_finish_row()
|
D | pngrutil.c | 4239 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_set_interlaced_pass() local 4262 static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_read_finish_row() local 4297 png_pass_ystart[png_ptr->pass]) / in png_read_finish_row() 4327 static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_read_start_row() local 4344 png_pass_ystart[0]) / png_pass_yinc[0]; in png_read_start_row()
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngpread.c | 1175 static PNG_CONST png_byte png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1}; in png_read_push_finish_row() local 1220 png_pass_ystart[png_ptr->pass]) / in png_read_push_finish_row()
|
D | fx_pngwutil.c | 1950 static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_write_start_row() local 2021 png_pass_ystart[0]) / png_pass_yinc[0]; in png_write_start_row() 2056 static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_write_finish_row() local 2098 png_pass_ystart[png_ptr->pass]) / in png_write_finish_row()
|
D | fx_pngrutil.c | 4121 static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_read_finish_row() local 4158 png_pass_ystart[png_ptr->pass]) / in png_read_finish_row() 4190 static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_read_start_row() local 4209 png_pass_ystart[0]) / png_pass_yinc[0]; in png_read_start_row()
|
D | png.h | 642 #define png_pass_ystart FOXIT_png_pass_ystart macro
|