Searched refs:png_oFFs (Results 1 – 10 of 10) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 114 #define png_oFFs PNG_U32(111, 70, 70, 115) macro 230 { "oFFs", PNG_INFO_oFFs, png_oFFs,
|
/external/libpng/ |
D | pngpread.c | 444 else if (chunk_name == png_oFFs) in png_push_read_chunk()
|
D | pngpriv.h | 766 #define png_oFFs PNG_U32(111, 70, 70, 115) macro
|
D | pngread.c | 190 else if (chunk_name == png_oFFs) in png_read_info() 993 else if (chunk_name == png_oFFs) in png_read_end()
|
D | pngwutil.c | 1787 png_write_complete_chunk(png_ptr, png_oFFs, buf, (png_size_t)9); in png_write_oFFs()
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngpread.c | 442 else if (chunk_name == png_oFFs) in png_push_read_chunk()
|
D | fx_pngread.c | 185 else if (chunk_name == png_oFFs) in png_read_info() 772 else if (chunk_name == png_oFFs) in png_read_end()
|
D | pngpriv.h | 719 #define png_oFFs PNG_U32(111, 70, 70, 115) macro
|
D | fx_pngwutil.c | 1786 png_write_complete_chunk(png_ptr, png_oFFs, buf, (png_size_t)9); in png_write_oFFs()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 120 #define png_oFFs PNG_U32(111, 70, 70, 115) macro 800 case png_iTXt: case png_oFFs: case png_pCAL: case png_pHYs: case png_sCAL: in skip_chunk_type()
|