Home
last modified time | relevance | path

Searched refs:png_sRGB (Results 1 – 10 of 10) sorted by relevance

/external/libpng/contrib/libtests/
Dpngunknown.c120 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
272 { "sRGB", PNG_INFO_sRGB, png_sRGB,
/external/libpng/
Dpngpread.c353 else if (chunk_name == png_sRGB) in png_push_read_chunk()
Dpngpriv.h772 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
Dpngread.c215 else if (chunk_name == png_sRGB) in png_read_info()
1018 else if (chunk_name == png_sRGB) in png_read_end()
Dpngwutil.c1182 png_write_complete_chunk(png_ptr, png_sRGB, buf, (png_size_t)1); in png_write_sRGB()
/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngpread.c351 else if (chunk_name == png_sRGB) in png_push_read_chunk()
Dfx_pngread.c210 else if (chunk_name == png_sRGB) in png_read_info()
797 else if (chunk_name == png_sRGB) in png_read_end()
Dpngpriv.h725 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
Dfx_pngwutil.c1181 png_write_complete_chunk(png_ptr, png_sRGB, buf, (png_size_t)1); in png_write_sRGB()
/external/libpng/contrib/tools/
Dpngfix.c126 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
772 case png_gAMA: case png_sRGB: in skip_chunk_type()