Home
last modified time | relevance | path

Searched refs:PNGZ_INPUT_CAST (Results 1 – 4 of 4) sorted by relevance

/external/libpng/
Dpngstruct.h41 # define PNGZ_INPUT_CAST(b) png_constcast(png_bytep,b) macro
44 # define PNGZ_INPUT_CAST(b) (b) macro
Dpngwutil.c520 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(comp->input); in png_text_compress()
966 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input); in png_compress_IDAT()
Dpngrutil.c503 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input); in png_inflate()
/external/libpng/contrib/tools/
Dpngfix.c77 # define PNGZ_INPUT_CAST(b) constcast(png_bytep,b) macro
80 # define PNGZ_INPUT_CAST(b) (b) macro