Searched refs:PNGZ_INPUT_CAST (Results 1 - 10 of 10) sorted by relevance

/external/libpng/
H A Dpngstruct.h41 # define PNGZ_INPUT_CAST(b) png_constcast(png_bytep,b) macro
44 # define PNGZ_INPUT_CAST(b) (b) macro
H A Dpngwutil.c521 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(comp->input);
962 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
H A Dpngrutil.c496 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
/external/pdfium/third_party/libpng16/
H A Dpngstruct.h41 # define PNGZ_INPUT_CAST(b) png_constcast(png_bytep,b) macro
44 # define PNGZ_INPUT_CAST(b) (b) macro
H A Dpngwutil.c521 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(comp->input);
962 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
H A Dpngrutil.c495 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
/external/skia/third_party/libpng/
H A Dpngstruct.h41 # define PNGZ_INPUT_CAST(b) png_constcast(png_bytep,b) macro
44 # define PNGZ_INPUT_CAST(b) (b) macro
H A Dpngwutil.c521 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(comp->input);
962 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
H A Dpngrutil.c495 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
/external/libpng/contrib/tools/
H A Dpngfix.c78 # define PNGZ_INPUT_CAST(b) constcast(png_bytep,b) macro
81 # define PNGZ_INPUT_CAST(b) (b) macro

Completed in 856 milliseconds