Searched defs:png_voidcast (Results 1 – 3 of 3) sorted by relevance
401 # define png_voidcast(type, value) static_cast<type>(value) macro408 # define png_voidcast(type, value) (value) macro
354 # define png_voidcast(type, value) static_cast<type>(value) macro361 # define png_voidcast(type, value) (value) macro
86 # define png_voidcast(type, value) static_cast<type>(value) macro93 # define png_voidcast(type, value) (value) macro