Home
last modified time | relevance | path

Searched defs:PNGZ_INPUT_CAST (Results 1 – 3 of 3) 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
/external/pdfium/third_party/libpng16/
Dpngstruct.h41 # define PNGZ_INPUT_CAST(b) png_constcast(png_bytep,b) macro
44 # define PNGZ_INPUT_CAST(b) (b) macro
/external/libpng/contrib/tools/
Dpngfix.c77 # define PNGZ_INPUT_CAST(b) constcast(png_bytep,b) macro
80 # define PNGZ_INPUT_CAST(b) (b) macro