Searched defs:png_constcast (Results 1 – 2 of 2) sorted by relevance
420 # define png_constcast(type, value) const_cast<type>(value) macro427 # define png_constcast(type, value) ((type)(value)) macro
349 # define png_constcast(type, value) const_cast<type>(value) macro356 # define png_constcast(type, value) ((type)(value)) macro