Searched defs:png_constcast (Results 1 – 2 of 2) sorted by relevance
384 # define png_constcast(type, value) const_cast<type>(value) macro391 # define png_constcast(type, value) ((type)(value)) macro
355 # define png_constcast(type, value) const_cast<type>(value) macro362 # define png_constcast(type, value) ((type)(value)) macro