Searched defs:png_constcast (Results 1 - 2 of 2) sorted by relevance

/external/libpng/
H A Dpngpriv.h402 # define png_constcast(type, value) const_cast<type>(value) macro
409 # define png_constcast(type, value) ((type)(value)) macro
/external/libpng/contrib/tools/
H A Dpngfix.c71 # define PNGZ_MSG_CAST(s) png_constcast(char*,s)
72 # define PNGZ_INPUT_CAST(b) png_constcast(png_bytep,b)
87 # define png_constcast(type, value) const_cast<type>(value) macro
94 # define png_constcast(type, value) ((type)(value)) macro

Completed in 409 milliseconds